10000 REGR: pd.to_hdf(..., dropna=True) not dropping missing rows by arw2019 · Pull Request #37564 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

REGR: pd.to_hdf(..., dropna=True) not dropping missing rows #37564

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 9 commits into from
Nov 4, 2020
Prev Previous commit
Next Next commit
DOC: add whatsnew
  • Loading branch information
arw2019 committed Nov 1, 2020
commit d575b3af67b85568499d3c5655598a26217e29de
3 changes: 1 addition & 2 deletions doc/source/whatsnew/v1.1.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ including other versions of pandas.

Fixed regressions
~~~~~~~~~~~~~~~~~
-
-
- Fixed regression in :meth:`DataFrame.to_hdf` was not dropping missing rows with ``dropna=True`` (:issue:`35719`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this has been quite a while, move this to 1.2

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


.. ---------------------------------------------------------------------------

Expand Down
0