Skip to content

Commit 7d90ed3

Browse files
DOC: Improve clarity of GroupBy introduction sentence
This small change clarifies the introductory sentence of the GroupBy user guide, as recommended for documentation improvements. It makes the definition of the "group by" process more direct and easier for new users to understand.
1 parent fea4f5b commit 7d90ed3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/user_guide/groupby.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
Group by: split-apply-combine
77
*****************************
88

9-
By "group by" we are referring to a process involving one or more of the following
10-
steps:
9+
A "group by" operation involves some combination of the following steps:
1110

1211
* **Splitting** the data into groups based on some criteria.
1312
* **Applying** a function to each group independently.

0 commit comments

Comments
 (0)