Use your Python data analysis skills to better understand the Movies and TV shows in the Netflix dataset. We will use Pandas and Seaborn to perform our data analysis and better understand when new titles are released.
Use WordCloud in Python to better understand the most common words in Movie and TV Show titles.
Use plotting functions like the pie plot in Pandas. The countplot and histplot in Seaborn to complete your Python Data Analysis.
Special Thanks to John David for donating his time help to create this guided project.
Follow Data Science Teacher Brandyn
dataGroups:
Here we changed the style with plt.style.use to the bmh style palette. Here you can find the reference for all of the available style palettes.
Using Seaborn's countplot we find that the rating features is quite dirty and will need to been cleaned for before we can start our analysis.
awesome free data analysis guided project in python