pydata / parallel-tutorial

Parallel computing in Python tutorial materials
303 stars 111 forks source link

This Github download does not work on Windows / Anaconda #9

Open suhaas opened 7 years ago

suhaas commented 7 years ago

Thanks for the awesome tutorial. I understand that the function to create fake data does not work well resulting in non-functional windows set up. Could you please provide a fix?

Thanks in advance!

mrocklin commented 7 years ago

You need to download this data/daily directory: https://github.com/mrocklin/fakestockdata/tree/master/data/daily

And put it in the data/ directory in the scipy-2016-parallel directory (the git repository that you downloaded.)

To check that this worked verify that there are several files in scipy-2016-parallel/data/daily/

femibyte commented 7 years ago

I'm working on Mac OS/X and I had to download data. Doesn't there need to be data in the json and minute sub-directories as well ?