Skip to content

Commit 6bfdbde

Browse files
committed
DOC: Fix trailing whitespace in groupby.rst
1 parent 7d0980c commit 6bfdbde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user_guide/groupby.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ We could naturally group by either the ``A`` or ``B`` columns, or both:
137137

138138
``df.groupby('A')`` is just syntactic sugar for ``df.groupby(df['A'])``.
139139

140-
The above GroupBy will split the DataFrame on its index (rows). DataFrame groupby
141-
always operates along axis 0 (rows). To split by columns instead, first transpose
140+
The above GroupBy will split the DataFrame on its index (rows). DataFrame groupby
141+
always operates along axis 0 (rows). To split by columns instead, first transpose
142142
the DataFrame:
143143

144144
.. ipython::

0 commit comments

Comments
 (0)