theOehrly / Fast-F1

FastF1 is a python package for accessing and analyzing Formula 1 results, schedules, timing data and telemetry
https://docs.fastf1.dev
MIT License
2.29k stars 239 forks source link

compare results between season 1950-2024 #552

Closed factorialmap closed 3 months ago

factorialmap commented 3 months ago

Proposed new feature or change:

In the original structure of the results table, it has a column called race_id that made it possible to compare different seasons.

Is there any way to return data with the range from 1950 to the current date?

Casper-Guo commented 3 months ago

Ergast API has coverage on that data. Sounds like fastf1's Ergast interface should solve your need. Specifically you might want to look at get_race_results

factorialmap commented 3 months ago

Very good. Thank you so much!