8000 ENH: Implement mode(dropna=False) by reidy-p · Pull Request #20779 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

ENH: Implement mode(dropna=False) #20779

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

Merged
merged 8 commits into from
May 31, 2018
Merged
Prev Previous commit
Merge branch 'master' into PR_TOOL_MERGE_PR_20779
  • Loading branch information
jreback committed May 31, 2018
commit 6f14357f74eced232ee23f5f659b64cae7bbaae1
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.24.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Other Enhancements
^^^^^^^^^^^^^^^^^^
- :func:`to_datetime` now supports the ``%Z`` and ``%z`` directive when passed into ``format`` (:issue:`13486`)
- :func:`Series.mode` and :func:`DataFrame.mode` now support the ``dropna`` parameter which can be used to specify whether NaN/NaT values should be considered (:issue:`17534`)
-
- :func:`to_csv` now supports ``compression`` keyword when a file handle is passed. (:issue:`21227`)
-

.. _whatsnew_0240.api_breaking:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0