dask / dask-tutorial

Dask tutorial
https://tutorial.dask.org
BSD 3-Clause "New" or "Revised" License
1.83k stars 702 forks source link

Missing Data #212

Closed avik2007 closed 3 years ago

avik2007 commented 3 years ago

In chapter 1 of the tutorial (dask_delayed), there is a section dedicated to using dask with pandas. However, the data advertised in that section is not in the list folder (data).

jrbourbeau commented 3 years ago

There's a "Create data" section just before that data is needed. In particular, there's a cell with %run prep.py -d flights which will download the necessary data.

avik2007 commented 3 years ago

Noted - I didn't let it finish running the first time around. Thanks!

On Thu, May 13, 2021 at 1:45 PM James Bourbeau @.***> wrote:

There's a "Create data" section just before that data is needed. In particular, there's a cell with %run prep.py -d flights which will download the necessary data.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dask/dask-tutorial/issues/212#issuecomment-840721410, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHDHETMDPB4QNXZXVKIGLG3TNQF27ANCNFSM4426S6PQ .

jrbourbeau commented 3 years ago

No worries -- you're welcome!