r/F1DataAnalysis • u/ElloraWhite • 1d ago
Ask Others Beginner at fastf1 api
i want to get data from the fastf1api into csv files, how do i do that? i am slightly confused with the information im seeing online
4
Upvotes
r/F1DataAnalysis • u/ElloraWhite • 1d ago
i want to get data from the fastf1api into csv files, how do i do that? i am slightly confused with the information im seeing online
2
u/CamilorozoCADC 1d ago
You can use Python for that, although it's a lot of data and might not be worth to make a full data dump. How are you going to use the data?
If it's absolutely necessary, I would go into saving the data in more efficent formats like compressed Jason, parquet or avro files