We have here a dataset of movies and our purpose here is to clean the data by a good way for ansering 4 questions and they are:
- What is the most popular type of movie?
- What kind of movies have the highest rating?
- What is the most watched movie?
- What is the year that most films have been produced?
So, We did some operations to clean the data from null values and prepare it to answer these questions so we did:
- Dropping na values from columns
- Using title column as index
- visualized our data by using bar and horizontal bar to answer each question
- printed the answer after each visualization