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

TV Shows across the Century

This project is based on the various TV Shows that have been released from the year 1901 to 2020 and the services which offer their streaming. It also consists the age rating and also the ratings given by IMDb and Rotten Tomatoes. We analyze the various shows according to our needs and plot their values. We use various Python Packages like pandas, seaborn, matplotlib etc.
I got this dataset from Kaggle.

[Data Analysis with Python: Zero to Pandas] is an amazing course for me and I consider myself really lucky to find this course. Though I am a beginner to python and data science I feel that I have learnt a lot of things from this course. A big thanks to our instructor Aakash NS Sir who has taken the painstaking effort of teaching and guiding us througout this journey of nearly 2 months.

Downloading the Dataset

We find a dataset from kaggle and then download the dataset using the opendatasets Python library.

!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/ruchi798/tv-shows-on-netflix-prime-video-hulu-and-disney'