File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments