Skip to content

leilasaoud/movies-tableau-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMDb Movies Exploration - Data Wrangling

A visual exploration of The Movie Database (TMDd) data on Tableau.

Datasets

The datasets used in the project contain metadata and credits information about 5000 movies from (TMDd). They are available on Kaggle.

Featured technologies

  • Tableau: a business intelligence and data visualization software;
  • Python 3;
  • Jupyter Notebook: an open-source web application to share documents that contain live code, visualizations and explanatory text;
  • pandas: a Python library for data manipulation and analysis;
  • NumPy: a Python library for scientific computing.

Requirements

To be able to run the notebooks, you'll first need to install the Python packages listed in requirements.txt:

pip install -r requirements.txt

Then, run Jupyter Notebook:

jupyter notebook

License

This project is licensed under the MIT License - see the LICENSE.md file for details.