Skip to content

caly-pso/formula1_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Header Banner

Formula1 Analysis

GitHub pull requests GitHub GitHub last commit GitHub issues GitHub pull requests


TL;DR

Exploration of the Formula1 motorsport to discover trends, longest participating drivers, and best tracks.


Table of contents


Background

Skills Skills Skills Skills Skills

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.


Preview

Notebook Preview


Installation

Navigate to the folder you wish to use

cd Users/me/Desktop

Initialize git

git init

Clone the repo

git clone https://github.com/caly-pso/formula1_analysis.git

Move into the project root folder

cd formula1_analysis

Create virtual environment

python -m venv .venv

Activate the environment

source .venv/bin/activate

Run the application locally

jupyter notebook

Navigate to the ipynb files

License

MIT Public License


Visit My Other Projects


Contact Me

Footer

Releases

No releases published

Packages

No packages published