Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/user_guide/groupby.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*****************************
Group by: split-apply-combine
*****************************

The groupby() function allows you to divide your dataset into groups based on one or more keys, apply an operation to each group independently (such as calculating a sum or mean), and then combine the results back into a new DataFrame
By "group by" we are referring to a process involving one or more of the following
steps:

Expand Down