Add ergast laptimes data in seconds as a new row to fastf1 laps dataframe #304
TracingInsights
started this conversation in
Ideas
Replies: 2 comments
-
Yes, absolutely. For this we first need better implementation of the Ergast API (#277) and then we need to add a robust strategy for merging the data from Ergast with the F1 timing data. If either of these services is unavailable, there should still be as much data returned as is possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed sometimes
LapTime
column data is missing and summing upSector1Time
Sector2Time
andSector3Time
works to get the missing data, but this method also has some errors(missing data). We have 'LapTime' data in milliseconds available from ergast. It would be helpful to have it added to the fastf1 laps dataframe. This also fills up the missing lap 1 laptimes in some casesBeta Was this translation helpful? Give feedback.
All reactions