Learn practical skills, build real-world projects, and advance your career

Formula 1(since 1950) - An analysis

This is a project about Formula 1 data analysis consisting of qualifying, lapTimes, results data, etc.

This dataset is taken from Kaggle and consists of data from 1950 to 2017.

I'll be trying to analyze the data and try to answer few questions.

I'll be using python libraries like, NumPy, Pandas, MatplotLib, Seaborn,etc.

This is a course project from --> Data Analysis with Python: Zero to Pandas

Downloading the Dataset

Since I am a huge fan of Motorsport, I chose this dataset to "learn in fun way".;P

dataset_url

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.


dataset_url = 'https://www.kaggle.com/cjgdev/formula-1-race-data-19502017'