Skip to content

Commit df36dce

Browse files
kamelCasedpmhatre1
authored andcommitted
Remove 'Not implemented for Series' from _num_doc in generic.py (pandas-dev#58096)
Documentation fix in `generic.py` line 11715: Removed 'Not implemented for Series' in _num_doc given that `numeric_only` is now implemented for Series in all the methods min, max, mean, median, skew, kurt
1 parent 384d8cd commit df36dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11718,7 +11718,7 @@ def last_valid_index(self) -> Hashable:
1171811718
skipna : bool, default True
1171911719
Exclude NA/null values when computing the result.
1172011720
numeric_only : bool, default False
11721-
Include only float, int, boolean columns. Not implemented for Series.
11721+
Include only float, int, boolean columns.
1172211722
1172311723
{min_count}\
1172411724
**kwargs

0 commit comments

Comments
 (0)