dask / dask-tutorial

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

accounts_csvs funtion only takes boolean argument #142

Closed durgakiran closed 4 years ago

durgakiran commented 4 years ago

accounts_csvs(3, 1000000, 500) call in 04_dataframe.ipynb is wrong, infact accounts_csvs only takes boolean argument.(refer to the accounts_csvs implementation in prep.py)

TomAugspurger commented 4 years ago

I'm currently cleaning things up. Will have it finished up tomorrow.

If you ran prep.py at the start you should be able to skip that cell.

On Sun, Dec 8, 2019 at 8:13 PM Palakurthi Durga Kiran Kumar < notifications@github.com> wrote:

accounts_csvs(3, 1000000, 500) call in 04_dataframe.ipynb is wrong, infact accounts_csvs only takes boolean argument.(refer to the accounts_csvs implementation in prep.py)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dask/dask-tutorial/issues/142?email_source=notifications&email_token=AAKAOIXHY5IYKGLWUXW42YDQXWSVDA5CNFSM4JYCC7NKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H66DQGQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKAOIW4I3GKGGGCAU7PNNLQXWSVDANCNFSM4JYCC7NA .

TomAugspurger commented 4 years ago

Should be fixed if you pull master. Sorry about the disruption.