We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85acd9 commit dcfba3cCopy full SHA for dcfba3c
doc/source/getting_started/intro_tutorials/06_calculate_statistics.rst
@@ -143,8 +143,8 @@ returned.
143
144
Calculating a given statistic (e.g. ``mean`` age) *for each category in
145
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:
+The ``groupby`` method is used to support this type of operations. This
+fits in the more general ``split-apply-combine`` pattern:
148
149
- **Split** the data into groups
150
- **Apply** a function to each group independently
0 commit comments