An open API service indexing awesome lists of open source software.

https://github.com/itsrummmy/from-pixels-to-profit-eda

Exploratory data analysis on a TMDB dataset to evaluate movie performance across genres
https://github.com/itsrummmy/from-pixels-to-profit-eda

eda exploratory-data-analysis matplotlib pandas

Last synced: 2 months ago
JSON representation

Exploratory data analysis on a TMDB dataset to evaluate movie performance across genres

Awesome Lists containing this project

README

          

# TMDB Exploratory Data Analysis Project

Table of Contents



  1. Project Overview


  2. Tools Used


  3. Deliverables


  4. Outcomes


  5. Conclusion


  6. Requirements

## Project Overview

This project utilized Python and other python libraries to explore the TMDb dataset, focusing on analyzing movie performance across genres based on *revenue, popularity, and vote counts*.

## Tools Used

* **Python**
* **Libraries**:
* `pandas`
* `numpy`
* `matplotlib`
* `seaborn`

## Deliverables
A single notebook containing the full exploratory data analysis done.

## Outcomes
The analysis indicated that Animation emerged as the top-performing genre across revenue, popularity, and audience vote metrics. Although animation films generally require higher production budgets compared to other genres, they exhibit a significantly higher return on investment.

## Conclusion
This project offered an opportunity to develop my data analysis skills. I gained practical experience in data cleaning, handling missing values, identifying correlations, and effectively communicating findings through visualizations. Presenting my findings enhanced my ability to communicate data insights in an analytical and professional manner.

## Requirements
To run this project locally, you'll need: Python 3.x Jupyter Notebook Pandas and other relevant Python libraries.

(back to top)