/f1-analysis

Primary LanguageJupyter NotebookMIT LicenseMIT

F1 Analysis

Cover

I have been watching Formula 1 for years and when I found the dataset from http://ergast.com/mrd/ I knew I had to do somwthing with it. With my background in data science and machine learning I though I would do an analysis and see what I can extract from all of this data.

Special thanks to http://ergast.com/mrd/ for collecting and publishing the F1 data. The data is under the license, Attribution-NonCommercial-ShareAlike 3.0 Unported Licence.

Photo by chuttersnap on Unsplash

Combining the Data

The data is stored in an SQL database and the csv files are each of the tables that were collected. I needed to join the tables into one dataframe so that I could visually inspect it.

Visualize Data