-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
Regression: pandas 0.10 fails to read an excel file that pandas 0.9 can read #2651
Comments
If you can provide an excel file that repros the problem, I'll take a look. |
Pushing this issue to 0.10.2 until a reproduction is found. Docs issue was just a bug in the code |
Is it possible to provide a file that reproduces to one of the devs directly offline? The file I have does have a client's data, which while isn't particularly sensitive, would be best kept out of public domain. |
No problem. send it to my e-mail address (found in my profile) |
That it parsed before was basically luck and not by design. I can't fix this in time for 0.10.1, if it even can be fixed |
Version 0.10.1 * tag 'v0.10.1': (195 commits) RLS: set released to true RLS: Version 0.10.1 TST: skip problematic xlrd test Merging in MySQL support pandas-dev#2482 Revert "Merging in MySQL support pandas-dev#2482" BUG: don't let np.prod overflow int64 RLS: note changed return type in DatetimeIndex.unique RLS: more what's new for 0.10.1 RLS: some what's new for 0.10.1 API: restore inplace=TRue returns self, add FutureWarnings. re pandas-dev#1893 Merging in MySQL support pandas-dev#2482 BUG: fix python 3 dtype issue DOC: fix what's new 0.10 doc bug re pandas-dev#2651 BUG: fix C parser thread safety. verify gil release close pandas-dev#2608 BUG: usecols bug with implicit first index column. close pandas-dev#2654 BUG: plotting bug when base is nonzero pandas-dev#2571 BUG: period resampling bug when all values fall into a single bin. close pandas-dev#2070 BUG: fix memory error in sortlevel when many multiindex levels. close pandas-dev#2684 STY: CRLF BUG: perf_HEAD reports wrong vbench name when an exception is raised ...
FYI, this looks to be specific to using index_col. i.e.
|
Calling without index_col is allowing me to parse the file now. Thanks again for looking into this one for Wes. |
I have an excel file that reads fine in pandas 0.9, fails to read in pandas 0.10
Triggers this error:
I suspect a similar error happened when building the docs on the pandas site. See:
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html#v0-10-0-december-17-2012
And search for "expected", and you'll see a similar error is being triggered. See screenshot for details.
I haven't attached the file, as it contains a client's data.
The text was updated successfully, but these errors were encountered: