Skip to content

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Jan 23, 2014

closes #5652

@ghost
Copy link

ghost commented Jan 23, 2014

This is just back-compat, right? because the correct thing here is... debatable.

@jreback
Copy link
Contributor Author

jreback commented Jan 23, 2014

yep, though the user can easily get the 'correct' behavior by just regular indexing, e.g. meat[None] will raise

@ghost
Copy link

ghost commented Jan 23, 2014

get as in dict.get(NoSuchKey). Right.

jreback added a commit that referenced this pull request Jan 23, 2014
BUG: Regression in .get(None) from 0.12 (GH5652)
@jreback jreback merged commit 4dcecb0 into pandas-dev:master Jan 23, 2014
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.

"df.get(None)" throws error in 0.13 -> regression?
1 participant