Skip to content

Commit 734db24

Browse files
committed
Merge branch 'groupby_out_axis_groupers' of https://github.com/rhshadrach/pandas into groupby_out_axis_groupers
� Conflicts: � doc/source/whatsnew/v2.1.0.rst
2 parents 540674b + eff6993 commit 734db24

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/source/whatsnew/v0.15.1.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,14 @@ API changes
7070
7171
current behavior:
7272

73-
.. ipython:: python
73+
.. code-block:: ipython
7474
75-
df.groupby(ts, as_index=False).max()
75+
In [4]: df.groupby(ts, as_index=False).max()
76+
Out[4]:
77+
jim joe
78+
0 72 83
79+
1 77 84
80+
2 96 65
7681
7782
- ``groupby`` will not erroneously exclude columns if the column name conflicts
7883
with the grouper name (:issue:`8112`):

0 commit comments

Comments
 (0)