-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: MultiIndex.dtypes to handle when no level names #38582
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
Conversation
Hello @gurukiran07! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-12-19 14:05:47 UTC |
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.
lgtm
We'll need a whatsnew (probably under 1.3)
@@ -45,6 +45,25 @@ def test_get_dtypes(): | |||
tm.assert_series_equal(expected, idx_multitype.dtypes) | |||
|
|||
|
|||
def test_get_dtypes_no_level_name(): | |||
# Test MultiIndex.dtypes (# GH38580 ) |
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.
nit but I'd make this
# GH38580
the feature this PR fixes was added for 1.3 #37073, so release note probably not necessary. |
thanks @gurukiran07 |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff