-
Notifications
You must be signed in to change notification settings - Fork 13.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: drop the first level of MultiIndex #19716
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice 👍 LGTM with one minor nit
Codecov Report
@@ Coverage Diff @@
## master #19716 +/- ##
==========================================
- Coverage 66.51% 66.47% -0.04%
==========================================
Files 1684 1684
Lines 64560 64573 +13
Branches 6625 6630 +5
==========================================
- Hits 42939 42927 -12
- Misses 19926 19948 +22
- Partials 1695 1698 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
(cherry picked from commit 9425dd2)
SUMMARY
Drop the first level of MultiIndex when there is only 1 metric in the query object
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
After
TESTING INSTRUCTIONS
CI
ADDITIONAL INFORMATION