Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: Expected iterable of tuples of (name, dtype), got ['archived', 'author',....] #67

Open
oikonang opened this issue Nov 20, 2016 · 1 comment

Comments

@oikonang
Copy link

I am trying to replicate the example of this page: http://blaze.pydata.org/blog/2015/09/08/reddit-comments/ about castra, dask and reddit comments, and I get this error when I run the dd.from_castra(data,columns). My castra file took some hours to be created but it is clean and exactly as the tutorial mentions.

Can you please check?

@p-himik
Copy link

p-himik commented Jan 2, 2017

In case someone else has this problem - as a workaround you can create Castra object manually and then use c.to_dask(list(zip(c.columns, c.dtypes))).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants