Skip to content

TST: changed behavior of df.loc on multiindex #43970

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

Closed
wants to merge 4 commits into from

Conversation

gamenerd457
Copy link

-added unittest for issue #43599
-error occurs due to different versions of pandas
-made the requested changes

@pep8speaks
Copy link

pep8speaks commented Oct 11, 2021

Hello @gamenerd457! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 915:1: E302 expected 2 blank lines, found 0
Line 916:5: E265 block comment should start with '# '
Line 918:14: E251 unexpected spaces around keyword / parameter equals
Line 918:16: E251 unexpected spaces around keyword / parameter equals
Line 918:87: E251 unexpected spaces around keyword / parameter equals
Line 918:89: E251 unexpected spaces around keyword / parameter equals
Line 918:89: E501 line too long (96 > 88 characters)
Line 919:9: E123 closing bracket does not match indentation of opening bracket's line
Line 920:28: E231 missing whitespace after ','
Line 920:32: E231 missing whitespace after ','
Line 922:14: E251 unexpected spaces around keyword / parameter equals
Line 922:16: E251 unexpected spaces around keyword / parameter equals
Line 922:86: E251 unexpected spaces around keyword / parameter equals
Line 922:88: E251 unexpected spaces around keyword / parameter equals
Line 922:89: E501 line too long (95 > 88 characters)
Line 923:9: E123 closing bracket does not match indentation of opening bracket's line

Comment last updated at 2021-10-11 13:43:30 UTC

@phofl
Copy link
Member

phofl commented Oct 11, 2021

Please finish #43879

@phofl phofl closed this Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants