Remove 2008 Remove EDA Remove Python
article thumbnail

Netflix Data Analysis using Python

Mlearning.ai

In today’s blog, we will explore the Netflix dataset using Python and uncover some interesting insights. In this blog, we’ll be using Python to perform exploratory data analysis (EDA) on a Netflix dataset that we’ve found on Kaggle. plt.figure(figsize=(12,6)) df[df["type"]=="TV Show"]["release_year"].value_counts()[:20].plot(kind="bar",color="Blue")