Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

BUG: todataframe with columns specified #311

Merged
merged 1 commit into from
Jun 29, 2016

Conversation

thequackdaddy
Copy link
Contributor

@thequackdaddy thequackdaddy commented Jun 29, 2016

Hello,

In ctable.todataframe, when you specify columns and orient='columns', pandas checks that the length of the generator is less than the number of columns. However, generators don't have lengths so it crashes. This just limits the generator the requested columns to get around that.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 67.529% when pulling a341bcd on thequackdaddy:todataframe into 24c4d5c on Blosc:master.

@coveralls
Copy link

coveralls commented Jun 29, 2016

Coverage Status

Coverage increased (+0.03%) to 67.531% when pulling 5a7481e on thequackdaddy:todataframe into 24c4d5c on Blosc:master.

@FrancescAlted
Copy link
Member

Great. Thanks.

@FrancescAlted FrancescAlted merged commit f98ea5c into Blosc:master Jun 29, 2016
@thequackdaddy thequackdaddy deleted the todataframe branch January 7, 2017 17:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants