Skip to content

Commit ee6915e

Browse files
authored
DOC: update pivot docs for version pandas 2.x (#52453)
DOC: update text for version pandas 2.x
1 parent 9c89702 commit ee6915e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/frame.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -8677,8 +8677,7 @@ def groupby(
86778677
Also accept list of columns names.
86788678
86798679
index : str or object or a list of str, optional
8680-
Column to use to make new frame's index. If None, uses
8681-
existing index.
8680+
Column to use to make new frame's index. If not given, uses existing index.
86828681
86838682
.. versionchanged:: 1.1.0
86848683
Also accept list of index names.

0 commit comments

Comments
 (0)