Exploration of the Formula1 motorsport to discover trends, longest participating drivers, and best tracks.
- Formula1 Analysis
- TL;DR
- Table of contents
- Background
- Preview
- Installation
- License
- Visit My Other Projects
- Contact Me
Python and Pandas was used in Jupyter Notebooks to explore 13 different CSVs of motorsport data, dating back to 1950. By merging, sorting, filtering, cleaning, and visualizing the data using packages such as Seaborn, I was able to gain insight on individual driver statistics, frequency of track use, and see the progression of the sport.
Navigate to the folder you wish to use
cd Users/me/DesktopInitialize git
git initClone the repo
git clone https://github.com/caly-pso/formula1_analysis.gitMove into the project root folder
cd formula1_analysisCreate virtual environment
python -m venv .venvActivate the environment
source .venv/bin/activateRun the application locally
jupyter notebookNavigate to the ipynb files



