Skip to content

Commit 449cf63

Browse files
authored
Added GroupBy.get_group bugfix
1 parent ce22976 commit 449cf63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,11 @@ Plotting
309309
-
310310
- Bug in :meth:`DataFrame.boxplot` and :meth:`DataFrame.plot.boxplot` lost color attributes of ``medianprops``, ``whiskerprops``, ``capprops`` and ``medianprops`` (:issue:`30346`)
311311

312+
Groupby
313+
^^^^^^^
314+
315+
- Bug in :meth:`GroupBy.get_group` raises ``KeyError`` when a ``name`` that does not exist is searched for (:issue:`32492`)
316+
312317

313318
Groupby/resample/rolling
314319
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)