We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace3fb1 commit 2138911Copy full SHA for 2138911
doc/source/user_guide/groupby.rst
@@ -416,6 +416,12 @@ You can also include the grouping columns if you want to operate on them.
416
417
grouped[["A", "B"]].sum()
418
419
+.. note::
420
+
421
+ The ``groupby`` operation in Pandas drops the ``name`` field of the columns Index object
422
+ after the operation. This change ensures consistency in syntax between different
423
+ column selection methods within groupby operations.
424
425
.. _groupby.iterating-label:
426
427
Iterating through groups
0 commit comments