IBM / visualize-data-with-python

A Jupyter notebook using some standard techniques for data science and data engineering to analyze data for the 2017 flooding in Houston, TX.
https://developer.ibm.com/patterns/visualize-data-with-python/
Apache License 2.0
59 stars 78 forks source link

Changes to use new dataset. #45

Closed scottdangelo closed 6 years ago

scottdangelo commented 6 years ago

The previously used dataset has been depricated. Change to new Police Incident dataset and change the notebook to look at police incidents instead of traffic.

stevemar commented 6 years ago

I think creating a branch called v1.0.0 (or some other identifier) before we change things is a good idea.

Also, thoughts on checking in the data or calling our backed up version on box? I guess we can do that if it breaks again.

scottdangelo commented 6 years ago

I've tagged the current master (before this PR) as version1.0 I don't know that we need the data in this repo. But it is only 4MB if we want to. I think it's more interesting to pull from data.sfgov.org

stevemar commented 6 years ago

@scottdangelo oh, update the example in the [data] directory if you have a quick minute and think it's worth it.

scottdangelo commented 6 years ago

will do.