Skip to content

Commit dcfba3c

Browse files
authored
docs: Fix typo (#47235)
1 parent f85acd9 commit dcfba3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/getting_started/intro_tutorials/06_calculate_statistics.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ returned.
143143

144144
Calculating a given statistic (e.g. ``mean`` age) *for each category in
145145
a column* (e.g. male/female in the ``Sex`` column) is a common pattern.
146-
The ``groupby`` method is used to support this type of operations. More
147-
general, this fits in the more general ``split-apply-combine`` pattern:
146+
The ``groupby`` method is used to support this type of operations. This
147+
fits in the more general ``split-apply-combine`` pattern:
148148

149149
- **Split** the data into groups
150150
- **Apply** a function to each group independently

0 commit comments

Comments
 (0)