This Jupyter Notebook is designed to analyze and visualize data from the Internet Movie Database (IMDB). The notebook includes steps for data cleaning, exploration, and visualization to provide insights into various aspects of the movie industry.
The purpose of this project is to analyze movie data from IMDB. This includes tasks such as data cleaning, exploratory data analysis (EDA), and data visualization to uncover trends and insights within the dataset.
To run this notebook, you need to have Python and Jupyter Notebook installed on your machine. You can install the required packages using pip:
pip install -r requirements.txt