-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Regression creating DataFrame from nested dict #22227
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
Comments
This change happened between 0.22.0 and 0.23.0 |
|
I just bisected this. The first bad commit is 4efb39f |
Pretty sure it's this change: 4efb39f#diff-1e79abbbdd150d4771b91ea60a4e1cc7L7231 |
cc @toobaz |
While I'm surprised that there were no unit tests to catch this regression, it only occurred in the odd (?) case where the index passed is not a NumPy array |
FYI, the reason I ran into this was that I'm updating Python for Data Analysis to fix errata and the book build broke. Sorry for not reporting the issue sooner |
Thanks @wesm for noticing this, I had completely overlooked one code branch. |
Code Sample, a copy-pastable example if possible
Problem description
Raises exception:
This code has worked for about 10 years; is this a deliberate change?
The text was updated successfully, but these errors were encountered: