pysal / notebooks

jupyter/ipython notebooks demonstrating PySAL functionality
54 stars 38 forks source link

Master's `intro_scicomp_python.ipynb` has broken data #20

Open ljwolf opened 8 years ago

ljwolf commented 8 years ago

In this section, we read data from http://ubuntuone.com/4oIpVJDCpdREhzNdSRwMx8, which no longer exists.

I'm not sure what the dataset was supposed to be, but it looks like it was a set of tweets?

marwahaha commented 8 years ago

According to @darribas it seems that there is a set of tweets but it is privately licensed..

(via https://github.com/pysal/pysal/issues/151)

marwahaha commented 8 years ago

My opinion is that this renders the entire https://github.com/pysal/notebooks/blob/master/notebooks/intro_scicomp_python.ipynb notebook and the last part of the https://github.com/pysal/notebooks/blob/master/notebooks/PySAL_io.ipynb notebook unusable --- my immediate reaction to a Notebook is to reproduce all the output (i.e. run all the cells). Maybe we can find another source of tweets?

darribas commented 8 years ago

Yes! I agree not having the data available is suboptimal. I'm not aware of any directly available Twitter dataset we could use for this but, if you find any that's linkable, it'd be great to adapt it I think. Of course, PR's most welcome! ;-)