Skip to content

Commit 31d1de3

Browse files
Backport PR #52453 on branch 2.0.x (DOC: update pivot docs for version pandas 2.x) (#52492)
Backport PR #52453: DOC: update pivot docs for version pandas 2.x Co-authored-by: Nirav <[email protected]>
1 parent be09619 commit 31d1de3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8285,8 +8285,7 @@ def groupby(
82858285
Also accept list of columns names.
82868286
82878287
index : str or object or a list of str, optional
8288-
Column to use to make new frame's index. If None, uses
8289-
existing index.
8288+
Column to use to make new frame's index. If not given, uses existing index.
82908289
82918290
.. versionchanged:: 1.1.0
82928291
Also accept list of index names.

0 commit comments

Comments
 (0)