Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I hope you can help.
I am trying to work with the session.results of this years races but I have hit a stumbling block when looking for the classified position of a driver.
This year's second race (the Saudi Arabian GP) is a good example. The fastf1 session results show the driver "positions" are listed from HUL in 12th down to TSU in 19th, but the F1 Official results only classify places down to 14th place (being ALB). I don't see an easy way, given the data in that dataframe to calculate whether a driver was classified or not (in other races you could assume the status of "finished" or "+x laps" implies a classification, but that doesn't explain ALB in this race). In the docs I see a "dnf" column mentioned but I do not see that in the data.
I thought this may be an issue with the source data, but if you are using the Ergast API, then the results there carry the correct classification (and classification positions).
If the classified position information is available in the Fast-F1 package then please can you point me to the correct documentation or how to extract it, please? If the information does not exist, please could it be added? Perhaps as a "Classification" column, copied directly from the Ergast data. Hopefully that would not break backwards compatibility and would allow us to keep the current "Position" column which is still useful for quick ranking or sorting of the results.
I hope I have explained the issue well enough, and that someone can suggest a solution.
Many Thanks
Craig
Beta Was this translation helpful? Give feedback.
All reactions