Gather, Wrangle and clean WeRateDogs Twitter data to create interesting and trustworthy analyses and visualizations.
The step by step is described in the report wrangle_report.ipynb.
You can also load this report through nbviewer with this wrangle_report.ipynb
The main notebook containing all the gathering, assessment and cleaning is wrangle_act.ipynb.
You can also load it through nbviewer here : wrangle_act.ipynb
-
Download and install Conda. I suggest to select Miniconda which is quick and easy to install.
-
Install all the other dependencies using the "environment.yml" file included :
${HOME}/miniconda/bin/conda create -f environment.yml
- Activate the new environment as suggested by conda
${HOME}/miniconda/bin/conda activate wrangling
- launch jupyter using the notebook
$ jupyter-notebook wrangle_act.ipynb