-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
"df.get(None)" throws error in 0.13 -> regression? #5652
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
that seems like a very odd thing to do as its trying to get something indexed by |
@jreback , close as wontfix? this looks like reasonable behavior to me |
what is |
?
|
easy to fix I think |
meat is a dataframe which is packaged with ggplot. Thanks for the fix! |
grt...pls test if you can (I found that problem, but doens't hurt to do this) |
Hi, the behaviour of Could this get caught as well or does it break something ? Thank you |
@bennguvaye if you think there is still a bug for a certain case, please open a new issue and add a small reproducible code example. |
This works with pandas 0.12:
But throws an error in 0.13 (RC):
Not sure if that is intentional as this broke some code in the facet_wrap in ggplot (which now will get some update against this :-) )
The text was updated successfully, but these errors were encountered: