This project performs an in-depth analysis of IMDB movie data using Python and visualizes insights using Power BI. The notebook explores data wrangling, feature engineering, and storytelling through interactive dashboards.
To analyze movie-related metrics such as:
- Duration, budget, and gross revenue
- Director and actor popularity
- Genre distribution and trends
- User and critic reviews
โฆand to build a compelling, interactive Power BI dashboard based on these insights.
IMDB_Movie_Analysis_With_Power_BI.ipynbโ Data cleaning and analysis with PythonIMDB_Movies_Analysis.pbixโ Interactive Power BI dashboardDataset/IMDB_Movies_Dataset.csvโ Original datasetrequirements.txtโ Python libraries used
- Top genres by revenue and rating
- Relationship between budget and gross
- Role of Facebook likes in movie popularity
- Trends in release years and durations
- Python (Pandas, Matplotlib, Seaborn)
- Power BI for dashboarding
- Jupyter Notebook for EDA
- Data Cleaning & Visualization
- Clone this repository
- Open
IMDB_Movie_Analysis_With_Power_BI.ipynbin Jupyter - Run the notebook to understand trends
- Open the
.pbixfile in Power BI Desktop for interactive visuals
Install the required Python libraries using:
pip install -r requirements.txt