notebook.ipynb
- plotting poverty rates of zipcodes in NYC as univariate distributions in ggplotnotebook-2.ipynb
- plotting poverty rates of zipcodes in NYC by boroughnotebook-3.ipynb
- compare the summary statistics (median, mean, stdev) to the exploratory viz, learn a tiny bit more R syntax
(In case you haven't already installed this stuff!)
A Jupyter notebook that mixes Python3 and R. https://nbviewer.jupyter.org/github/dmil/jupyter-quickstart/blob/master/notebook.ipynb
brew install r
brew install libgit2
RScript setup.R
pip3 install -r requirements.txt
jupyter notebook notebook.ipynb