Skip to content

Commit b3b5e2a

Browse files
DOC: removed .value_counts() and .nunique() from the docs for 'table methods available only for SeriesGroupBy' objects. GH46670 (#46701)
1 parent 3bb7f67 commit b3b5e2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/source/reference/groupby.rst

-2
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ The following methods are available only for ``SeriesGroupBy`` objects.
132132
SeriesGroupBy.hist
133133
SeriesGroupBy.nlargest
134134
SeriesGroupBy.nsmallest
135-
SeriesGroupBy.nunique
136135
SeriesGroupBy.unique
137-
SeriesGroupBy.value_counts
138136
SeriesGroupBy.is_monotonic_increasing
139137
SeriesGroupBy.is_monotonic_decreasing
140138

0 commit comments

Comments
 (0)