dask / dask-tutorial

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

Fix use of to_parquet in storage tutorial #127

Closed JulianWgs closed 5 years ago

JulianWgs commented 5 years ago

Fix #124

JulianWgs commented 5 years ago

The TypeError relates to a new version of pyarrow, I think.

https://github.com/pandas-dev/pandas/issues/26121 https://stackoverflow.com/questions/52997610/python-pandas-describe-throwing-error-unhashable-type-dict

TomAugspurger commented 5 years ago

Thanks.

I think there's already a jira ticket for Arrow about the TypeError.