Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.32 KB

File metadata and controls

29 lines (22 loc) · 1.32 KB

wrangle_and_analyze_data

Gather, Wrangle and clean WeRateDogs Twitter data to create interesting and trustworthy analyses and visualizations.

Data Gathering, Assessment and cleaning process

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

Installation

  1. Download and install Conda. I suggest to select Miniconda which is quick and easy to install.

  2. Install all the other dependencies using the "environment.yml" file included :

${HOME}/miniconda/bin/conda create -f environment.yml
  1. Activate the new environment as suggested by conda
${HOME}/miniconda/bin/conda activate wrangling
  1. launch jupyter using the notebook
$ jupyter-notebook wrangle_act.ipynb