This project is part of the Udacity data analysis nanodegree.
In this project, I am gathering data from multiple sources, assessing the gathered data for quality and tidiness issues, cleaning the data and extracting insights.
Language: Python 3.7 or above
Supported OS: Windows 10, Ubuntu
Use one of the following commands in terminal after navigating to the project's directory to install the project requirements.
conda env create -f environment.yml
or
pip install -r requirements.txt
Run the command below from terminal after navigating to the project directory.
jupyter notebook
A new tab will open in your browser, click on the Wrangling.ipynb notebook to open it.