-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Partial datetime indexing of Multiindex by year only #14049
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
Labels
Datetime
Datetime data dtype
Duplicate Report
Duplicate issue or pull request
Indexing
Related to indexing on series/frames, not to indexes themselves
MultiIndex
Comments
pls check that your output is from running on 0.18.1 as this DOES work with that version.
|
though you your |
For me it work with
|
this is the same as #12896 and closed by #13117 in master and 0.19.0 (releasing soon)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Datetime
Datetime data dtype
Duplicate Report
Duplicate issue or pull request
Indexing
Related to indexing on series/frames, not to indexes themselves
MultiIndex
I have DataFrame:
If select by year, month and day, it works nice:
But if select by year or year and month, it return all DataFrame, there is not slicing.
Is it bug or not implemented yet? Thank you.
The text was updated successfully, but these errors were encountered: