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

ENH: Use xlrd >=0.9.0 for both xls/xlsx, sidesteps GH1629 #3164

Merged
1 commit merged into from Apr 23, 2013
Merged

ENH: Use xlrd >=0.9.0 for both xls/xlsx, sidesteps GH1629 #3164

1 commit merged into from Apr 23, 2013

Conversation

ghost
Copy link

@ghost ghost commented Mar 25, 2013

Ssers with xlrd<0.9 will get an error message.
unlike openpyxl, xlrd parse() leaves type inferencing to
TextReader, which looks at the first values only, but this
was already the behaviour for .xls files, so small price to pay.

Removed much code duplication, and xlrd 0.9.0 added py3
support (courtesy of @takluyver, Thanks!), though that's not
tested yet.

Also, closes #1629

@ghost
Copy link
Author

ghost commented Mar 27, 2013

The bool issue might be related to type sniffing behaviour raised in #3171

@ghost
Copy link
Author

ghost commented Mar 27, 2013

@wesm, yay or nay on upping min ver of xlrd to 0.9.0? how about 0.12 with some
added testing for py3 support?

ghost pushed a commit that referenced this pull request Apr 23, 2013
ENH: Use xlrd >=0.9.0 for both xls/xlsx, sidesteps GH1629
@ghost ghost merged commit f4e218c into pandas-dev:master Apr 23, 2013
@ghost ghost deleted the excel_xlrd_only branch April 23, 2013 02:10
@ghost ghost mentioned this pull request Apr 23, 2013
This pull request was closed.
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

Successfully merging this pull request may close these issues.

reading xslx returns incorrect data due to bug in openpyxl load_workbook being called with use_iterators=True
0 participants