Closed
Description
Before #49611, test_regression_allowlist_methods
was a comprehensive groupby test that asserted frame.groupby(...).op(...)
was equivalent to frame.op(level=..., ...)
. Now that level
has been removed, this test should ideally have a stronger assertion than current testing that a DataFrame is returned; ideally using tm.assert_frame_equal