/analyzing-movie-dataset

Analyzing movie dataset using Python Fundamentals

Primary LanguagePythonMIT LicenseMIT

Project Overview

Analyzing a .csv file haveindg data of over 5000 movies and finding out the top rated movies out of it.

Learnings from the project

->Rearranging data ->Filtering Data ->Creating subsets of data from existing sets

Approach taken to solve the problem

Search row wise and column wise according to the requirement and filter the required data and sort out a list of movies on the basis of their ratings.

Challenges faced

The main challenge was to search for the required data , this was solved by looking into the documentaions present online.