Python script to analyse Formula 1 data. Main scope is to convert and prepare the data for later analytics and plotting. The goal of the script is to create a report after each race and season with statistical evaluation.
Run in the terminal
python main.py
The csv data of the f1db repository is the basis for the analytics. The data files are not part of the repository. Download the data yourself and put in a folder named 'data' to your copy.
pip install -r requirements.txt