0% found this document useful (0 votes)
83 views2 pages

Minor Project IMDB Analysis

Uploaded by

duttaishika3004
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
83 views2 pages

Minor Project IMDB Analysis

Uploaded by

duttaishika3004
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

IMDB Analysis

The objective of the Project -:


“At EdiGlobe, we champion learning through hands-on exploration". This project
provides visualizations and analysis of the IMDB Movie dataset.

GitHub link: https://github.com/Akshaygagrani/IMDBAnalysis

What has to be done by you -:


The GitHub repository of this project already comes with an IMDB dataset of the movies
and pre-written code using Python that does various visualization and analysis over
Python.
● Your task is to use the Python knowledge you have gained so far and by
understanding the project you have to add the code to do some similar analysis
over the same data set.
For example:
➔ Try to add the code to find the top 10 rated movies in the comedy Genre.
➔ Try to add the code to find the top 5 rated movies overall.

Below is the Guideline for your reference to use and run the project.

Getting Started

To get started with this project, follow the steps below:


Prerequisites
Before running the notebook, ensure you have the following installed:

● https://colab.research.google.com/

Installation
1. Download the notebook file (notebookbd3f87ac8b.ipynb) from this repository.
2. Open Google Colab.
3. Upload the notebook file (notebookbd3f87ac8b.ipynb) to your Google Colab
workspace.
4. Download the dataset file (IMDB-Movie-Data.csv) and upload it to the project
directory in Google Colab.

Usage
Follow the steps below to use the notebook:

1. Open the notebook (notebookbd3f87ac8b.ipynb) in Google Colab.


2. Right-click on the dataset file (IMDB-Movie-Data.csv) in the file explorer of
Google Colab and copy the absolute path.
3. Go to line 3 of the notebook and update the dataset path as follows:

data = pd.read_csv('PASTE_ABSOLUTE_PATH_HERE')

4. Replace 'PASTE_ABSOLUTE_PATH_HERE' with the copied absolute path.


5. Run every section of code in the notebook to see all the visualizations and
analysis of the dataset.

You might also like