-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH add na_action to DataFrame.applymap #35704
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
Conversation
For symmetry with Series.map Fixes pandas-dev#23803
doc/source/whatsnew/v1.2.0.rst
Outdated
@@ -50,6 +50,7 @@ For example: | |||
|
|||
Other enhancements | |||
^^^^^^^^^^^^^^^^^^ | |||
- :meth:`applymap` now supports ``na_action`` (:issue:`23803`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this won't render, use DataFrame.applymap
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was surprised by similar usage elsewhere in this file, which I copied:
https://github.com/pandas-dev/pandas/blob/6325a33/doc/source/whatsnew/v1.2.0.rst#L35
Apologies for my omissions! Thanks for the review. |
Failure appears unrelated |
looks good, can you merge master and ping on green. |
@jreback it's green :) |
thanks @jnothman very nice |
For symmetry with Series.map
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff