[ENH] Unify the meaning of Date
and Time
for all DataFrames
#409
Labels
enhancement
New feature or request
Date
and Time
for all DataFrames
#409
Proposed new feature or change:
Currently, the lap timing data and telemetry both use a
Time
/SessionTime
(timedelta) and aDate
(datetime) column to provide timestamps for the data. TheSessionTime
is relative to the start of the session.Other DataFrames do not provide the same data and/or utilize conflicting naming:
Session.race_control_messages
:Time
are UTC datetime timestamps, provides no session timeSession.session_status
:Time
is session time, provides no UTC datetimeAll dataframes should use the same non-conflicting naming conventions and provide both UTC datetime timestamps and session time.
Note: For
Session.race_control_messages
, this is a breaking change.The text was updated successfully, but these errors were encountered: