Skip to content

Commit c860b4b

Browse files
authored
CLN: dont consolidate in groupby (#34680)
1 parent b024e93 commit c860b4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/groupby/groupby.py

-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ def __init__(
497497
self._selection = selection
498498

499499
assert isinstance(obj, NDFrame), type(obj)
500-
obj._consolidate_inplace()
501500

502501
self.level = level
503502

0 commit comments

Comments
 (0)