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
488
488
489
489
grouped.agg({' C' : ' sum' , ' D' : ' std' })
490
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:
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:
494
496
495
497
.. ipython :: python
496
498
You can’t perform that action at this time.
0 commit comments