Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: DataFrameGroupBy.get_group was raising with length>1 tuples (#17653
) #17216 added similar logic to what's in pandas https://github.com/pandas-dev/pandas/blob/602ae10f3d0d599ebbdd151e8a09f0baf20b4637/pandas/core/groupby/groupby.py#L787-L794, but missed one crucial ingredient: checking that the length of the keys is `1` before raising Authors: - Marco Edward Gorelli (https://github.com/MarcoGorelli) - Bradley Dice (https://github.com/bdice) Approvers: - Bradley Dice (https://github.com/bdice) URL: #17653
- Loading branch information