https://github.com/hms75/movie_rating_analysis
A movie rating analysis which identifies trends amongst a dataset of 5000 movies.
https://github.com/hms75/movie_rating_analysis
data-analysis data-visualization matplotlib-pyplot numpy pandas python
Last synced: 7 months ago
JSON representation
A movie rating analysis which identifies trends amongst a dataset of 5000 movies.
- Host: GitHub
- URL: https://github.com/hms75/movie_rating_analysis
- Owner: HMS75
- Created: 2025-04-05T06:41:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T09:43:48.000Z (8 months ago)
- Last Synced: 2025-04-09T19:16:49.076Z (7 months ago)
- Topics: data-analysis, data-visualization, matplotlib-pyplot, numpy, pandas, python
- Language: Python
- Homepage:
- Size: 8.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Movie_Rating_Analysis
A data analysis project that explores and visualizes trends in movie ratings using a dataset of 5000+ movies.
This project leverages Python libraries to analyze metrics such as average ratings, popularity, genres, etc.
## Objective
To gain insights from a large movie dataset and create visual representations that help identify patterns in movie performance based on ratings, genres, and other factors.
## Dataset
- Source: [Kaggle Movie Dataset](https://www.kaggle.com/datasets/tmdb/tmdb-movie-metadata/data)
- Size: ~5000 movies
- Format: CSV
## Technologies Used
- **Python**
- **NumPy** – For numerical computations
- **Pandas** – For data manipulation and cleaning
- **Matplotlib** – For creating visualizations
- **Seaborn** - For heatmap
## Key Analysis Performed
- Count and distribution of movies by genres.
- Top-rated movies and their statistics.
- Relationship between popularity and average ratings.
- Visualization of:
- Rating distribution
- Top genres
## How to run
- pip install pandas matplotlib numpy
- python movie_rating_analysis.py
## Charts obtained for various trends








## Author
HMS