Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Unify the meaning of Date and Time for all DataFrames #409

Open
theOehrly opened this issue Jun 26, 2023 · 0 comments
Open

[ENH] Unify the meaning of Date and Time for all DataFrames #409

theOehrly opened this issue Jun 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@theOehrly
Copy link
Owner

Proposed new feature or change:

Currently, the lap timing data and telemetry both use a Time/SessionTime (timedelta) and a Date (datetime) column to provide timestamps for the data. The SessionTime 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 time
  • Session.session_status: Time is session time, provides no UTC datetime

All 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.

@theOehrly theOehrly added the enhancement New feature or request label Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant