This visualisation will give you a glimpse of Netflix's TV Shows and Movies information as of 2021. Over 8000 TV Shows and Movies have been used for this visualisation.
Step 1: Clean the data
- Got the dataset from Kaggle -> netflix_titles.csv
- Cleaned netflix_titles using R -> netflix.R
- Saved new CSV file -> Clean_Netflix_Data.csv
Step 2: Manipulate data to create map, graphs and charts
- Used Excel to filter data from Clean_Netflix_Data.csv and R to manipulate data accordingly
- Country --> Netflix_Country.csv
- R --> netflix_country.R
- Saved new CSV file --> Clean_Netflix_Country.csv
- Genre --> Netflix_Listed_In.csv
- R --> netflix_listed_in.R
- Saved new CSV file --> Clean_Netflix_Listed_In.csv
- Director --> Netflix_Director.csv
- R --> netflix_director.R
- Saved new CSV file --> Clean_Netflix_Director.csv
- Actor/Cast --> Netflix_Actor.csv
- R --> netflix_actor.R
- Saved new CSV file --> Clean_Netflix_Actor.csv
- Country --> Netflix_Country.csv
Step 3: Create visualisation
- Create visualisation on Tableau, forming logic relationships between CSV files
- The visualisation can be accessed from here