We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0676294 commit 8097de8Copy full SHA for 8097de8
doc/source/groupby.rst
@@ -488,9 +488,11 @@ must be either implemented on GroupBy or available via :ref:`dispatching
488
489
grouped.agg({'C' : 'sum', 'D' : 'std'})
490
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:
+.. note::
+
+ 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:
496
497
.. ipython:: python
498
0 commit comments