Skip to content

Commit e45bfeb

Browse files
committed
PR #, fixups
1 parent 7c5f8c7 commit e45bfeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/pandas/pdeps/0011-dropna-default.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

@@ -53,14 +53,14 @@ argument, those marked with a `*` already default to `False`.
5353
Series.groupby
5454
Series.mode
5555
Series.nunique
56-
*Series.to_hdf
56+
Series.to_hdf*
5757
Series.value_counts
5858
DataFrame.groupby
5959
DataFrame.mode
6060
DataFrame.nunique
6161
DataFrame.pivot_table
6262
DataFrame.stack
63-
*DataFrame.to_hdf
63+
DataFrame.to_hdf*
6464
DataFrame.value_counts
6565
SeriesGroupBy.nunique
6666
SeriesGroupBy.value_counts

0 commit comments

Comments
 (0)