Khaled Saleh
Khaled Saleh

Reputation: 79

dask: distributed.protocol.core - CRITICAL - Failed to Serialize

from dask.distributed import Client
client = Client()
...
df = dd.read_csv('*.csv')

versions:
dask 2.15.0 py_0
dask-core 2.15.0 py_0
geopandas 0.6.1 py_0
pandas 1.0.3 py37h47e9c7a_0
pandas-datareader 0.8.1 pypi_0
pyarrow 0.15.1 py37h47e9c7a_0

I noticed bug report #2597 on:

https://github.com/dask/distributed/issues/2597

it was closed on sep 2019, Was it resolved since then?

Upvotes: 0

Views: 2125

Answers (1)

quasiben
quasiben

Reputation: 1464

That problem seems to have been a user issue -- usecols must be list-like

Upvotes: 1

Related Questions