-
-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6db9953
commit 95fb9d7
Showing
1 changed file
with
14 additions
and
12 deletions.
There are no files selected for viewing
26 changes: 14 additions & 12 deletions
26
Machine Learning and Data Science/Basic/EDA on Netflix Data/Readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
Netflix is a popular entertainment service used by people around the world. This EDA will explore the Netflix dataset through visualizations and graphs using python libraries, matplotlib, and seaborn. | ||
# Netflix Exploratory Data Analysis | ||
|
||
Libraries used for this EDA are: | ||
1. Numpy | ||
2. Pandas | ||
3. Textblob | ||
4. Plotly | ||
Netflix is a popular entertainment service used by people around the world. In this exploratry data analysis(EDA), we delve into the Netflix dataset through visualizations and graphs using python libraries, Pandas, Matplotlib, Plotly, and TextBlob. | ||
|
||
## Libraries Used | ||
1. **Pandas**: For data manipulation and analysis. | ||
2. **Matplotlib**: For creating static visualizations. | ||
3. **Plotly**: For interactive and dynamic visualizations. | ||
4. **TextBlob**: For sentiment analysis on textual data. | ||
|
||
The outcomes of this EDA are: | ||
1. Top 5 Directors on Netflix | ||
2. Trend of content on Netlix over the years | ||
3. Sentiment Content on Netflix | ||
|
||
Studying this EDA one can learn the way to analyse data from the real world. | ||
## EDA Outcomes | ||
1. **Top 10 Countries with most releases on Netflix**: Analyzing the distribution of content releases across different countries. | ||
2. **Top 5 Directors on Netflix**: Exploring the top 5 Directors in the dataset based on the content. | ||
3. **Number of TV shows and Movies released over the years**: Examine the trend in TV show and Movie releases on Netflix through bar charts. | ||
4. **Sentiment Analysis on Netflix data**: Performed sentiment analysis based on their descriptions and the sentiments are categorized as 'Positive', 'Negative', and 'Neutral' based on polarity. | ||
|
||
![image](https://user-images.githubusercontent.com/90904360/157385054-a0436db8-5f23-4f7b-891c-cecd5ed11514.png) | ||
## In Summary | ||
Studying and exploring this EDA will provide insights into real-world data analytics. Feel free to explore the visualizations and gain insights from this EDA. |