Formula 1 is a fastascinating sport which involves different kind of technical skills not limited to physical strength, working with racing data is part of the charms of this sport. The goal of this project is to utilize the available F1 data to do analytics and make prediction.
Before start making any analysis about Formula 1, we should learn more about how to utilize FastF1 Python API first. In this section, we will go over how to use this API. You may find more details in the Part 0 folder.
Reference: Documentation Link for Getting Started
The goal of the Analytical Dashboard is to provide a convenient way for users to make racing analysis with different perspective in one dashboard. You may find more details and dashboard screenshots in the Part 1 folder.
- Event: Mostly refer to Grand Prix or Pre-season Testing
- Session: Different stage of an event. Mostly include: Practice 1-3, Qualifying, Race
- The plural of Grand Prix in French is Grands Prix. But Formula 1 official website refers it as "Grand Prix races" in English. This repository follows French grammar rules and refer it as Grands Prix
FastF1 Documentation