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

https://github.com/themarzoog/dsndproject1

Project 1 of Udacity Data Science Nano Degree
https://github.com/themarzoog/dsndproject1

data-science python

Last synced: 3 months ago
JSON representation

Project 1 of Udacity Data Science Nano Degree

Awesome Lists containing this project

README

          

# TMDB Dataset Analyzation
Analyzing TMDB dataset to answer three quations:
1. Which genres are more common?
2. Which genre (on average) cost more to produce?
3. Which genre (on average) generate more revenue?

## Installation:
1. Download the ZIP file of the project or type:
`git clone https://github.com/marzoogtech/dsndProject1.git`
on the terminal to clone the project.
2. install the necessary libraries numpy, pandas, seaborn, and matplotlib using:
`pip install `
on the terminal or other methods.

## Project Motivation:
In this project, I condacted an explatory data analysis of the TMDB dataset.
the dataset contains information about movies genres, popularty, budget, etc.
there are three questions that I want to answer:
1. Which genres are more common?
2. Which genre (on average) cost more to produce?
3. Which genre (on average) generate more revenue?

## File Descriptions:
1. `tmdb_movies.csv`: contains the raw dataset.
2. `move_df.csv`: contains the cleaned dataset.
3. `Data Science ND Project 1.ipynb`: contains the analysis of the dataset.

## Blog post about the project:
[Blog post](https://medium.com/@MarzoogTech/movies-genres-cost-revenue-899d49deed3d)