We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f39c4f commit 0bfce5fCopy full SHA for 0bfce5f
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