-
-
Notifications
You must be signed in to change notification settings - Fork 496
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
Reading single index DataFrame with pandas > 0.20 causes MultiIndex issue #786
Comments
different version of pandas? |
it fails on my colleague machine with pandas 0.21.0. |
indeed, downgrading pandas to 0.20.3 fixes the issues |
well it should also work with the latest version so leave it open
Am 21.12.2017 6:47 vorm. schrieb "sdementen" <notifications@github.com>:
… indeed, downgrading pandas to 0.20.3 fixes the issues
do I close the issue ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#786 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACKRoOyweKs9sf5h-GcdHvcLkTVy6lTMks5tCiktgaJpZM4RCLKn>
.
|
I had the same problem. Looking at the pandas 0.21.0 changelog, the issue seems to be related to I put an extra check in the pandas_conv.py module and it now works for me. I could submit a PR if you want. |
sure, PR is always helpful! |
Opened #789. Ran tests on both pandas 0.20 and 0.21 and works on both. |
Hi, ran across this problem a week or so ago and got very confused. Was unknowingly building single level multi-index columns (which look identical to standard indices), then df['col_name'] was returning a dataframe! Glad to see a fix is on the way for this. |
During a training session this morning, a call on the laptop of a colleague of the function
called with a range pointing to the first row of
prints the following
The MultiIndex part is weird as on my laptop I get
We were both using xlwings=0.11.4 on a windows 7.0 laptop with Excel 2010.
Any hint of what could give this different behaviours ?
The text was updated successfully, but these errors were encountered: