Skip to content

PDEP-11: Change default of dropna to False #53094

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

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
PR #, fixups
  • Loading branch information
rhshadrach committed May 5, 2023
commit e45bfeb321d0e61c7c44592fbe3611cae7ba341f
6 changes: 3 additions & 3 deletions web/pandas/pdeps/0011-dropna-default.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Created: 4 May 2023
- Status: Under discussion
- Discussion: [PR ??](https://github.com/pandas-dev/pandas/pull/??)
- Discussion: [PR #53094](https://github.com/pandas-dev/pandas/pull/53094)
- Authors: [Richard Shadrach](https://github.com/rhshadrach)
- Revision: 1

Expand Down Expand Up @@ -53,14 +53,14 @@ argument, those marked with a `*` already default to `False`.
Series.groupby
Series.mode
Series.nunique
*Series.to_hdf
Series.to_hdf*
Series.value_counts
DataFrame.groupby
DataFrame.mode
DataFrame.nunique
DataFrame.pivot_table
DataFrame.stack
*DataFrame.to_hdf
DataFrame.to_hdf*
DataFrame.value_counts
SeriesGroupBy.nunique
SeriesGroupBy.value_counts
Expand Down