File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9177,11 +9177,11 @@ def groupby(
9177
9177
9178
9178
Parameters
9179
9179
----------%s
9180
- columns : label or a sequence of the previous
9180
+ columns : Hashable or a sequence of the previous
9181
9181
Column to use to make new frame's columns.
9182
- index : label or a sequence of the previous, optional
9182
+ index : Hashable or a sequence of the previous, optional
9183
9183
Column to use to make new frame's index. If not given, uses existing index.
9184
- values : label or a sequence of the previous, optional
9184
+ values : Hashable or a sequence of the previous, optional
9185
9185
Column(s) to use for populating new frame's values. If not
9186
9186
specified, all remaining columns will be used and the result will
9187
9187
have hierarchically indexed columns.
Original file line number Diff line number Diff line change @@ -708,11 +708,11 @@ def pivot(
708
708
----------
709
709
data : DataFrame
710
710
Input pandas DataFrame object.
711
- columns : label or a sequence of the previous
711
+ columns : Hashable or a sequence of the previous
712
712
Column to use to make new frame's columns.
713
- index : label or a sequence of the previous, optional
713
+ index : Hashable or a sequence of the previous, optional
714
714
Column to use to make new frame's index. If not given, uses existing index.
715
- values : label or a sequence of the previous, optional
715
+ values : Hashable or a sequence of the previous, optional
716
716
Column(s) to use for populating new frame's values. If not
717
717
specified, all remaining columns will be used and the result will
718
718
have hierarchically indexed columns.
You can’t perform that action at this time.
0 commit comments