-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
REGR: Series.loc with a MultiIndex containing Timestamp raises InvalidIndexError #36675
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
REGR: Series.loc with a MultiIndex containing Timestamp raises InvalidIndexError #36675
Conversation
can you add the test from the OP as well |
yep. the fix looks good. will add release note and tests shortly. |
I can't block by requesting changes on my own PR, moving to 1.1.4 so release note needs to be moved. closing for now instead. Will re-open after 1.1.3 release. I've started the final release readiness checks. merging now would require going back to square one. |
@jreback re-opened just in case this is almost ready |
lgtm. |
…aining Timestamp raises InvalidIndexError
…x containing Timestamp raises InvalidIndexError) (#36818) Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
ci testing fix in #35858 (comment)
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff