Skip to content

Commit 8097de8

Browse files
Changed to note.
1 parent 0676294 commit 8097de8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/source/groupby.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,11 @@ must be either implemented on GroupBy or available via :ref:`dispatching
488488
489489
grouped.agg({'C' : 'sum', 'D' : 'std'})
490490
491-
Note that if you pass a dict to ``aggregate``, the ordering of the output colums is
492-
non-deterministic. If you want to be sure the output columns will be in a specific
493-
order, you can use an ``OrderedDict``. Compare the output of the following two commands:
491+
.. note::
492+
493+
If you pass a dict to ``aggregate``, the ordering of the output colums is
494+
non-deterministic. If you want to be sure the output columns will be in a specific
495+
order, you can use an ``OrderedDict``. Compare the output of the following two commands:
494496

495497
.. ipython:: python
496498

0 commit comments

Comments
 (0)