Skip to content

Commit

Permalink
agg
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm0000 committed Aug 1, 2024
1 parent 6f7e4c4 commit e7e1270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py-polars/polars/dataframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -7804,7 +7804,8 @@ def pivot(
If None, all remaining columns not specified on `on` and `values` will be used. At least one
of `index` and `values` must be specified.
values
The existing column(s) of values which will be moved under the new columns from index.
The existing column(s) of values which will be moved under the new columns from index. If an
aggregation is specified, these are the values on which the aggregation will be computed.
If None, all remaining columns not specified on `on` and `index` will be used.
At least one of `index` and `values` must be specified.
aggregate_function
Expand Down

0 comments on commit e7e1270

Please sign in to comment.