pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
42.57k stars 17.56k forks source link

Added a test for the groupby MultiIndex with codes #59102

Closed MurzNN closed 5 days ago

MurzNN commented 5 days ago
MurzNN commented 5 days ago

@phofl Please review this PR, thanks!

mroeschke commented 5 days ago

Thanks @MurzNN