-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
comparison between two PeriodIndexes doesn't validate length #23078
Comments
I think we had this before on other data structures (Index, Series ?) as well, at least I seem to remember something about it (long time ago, PeriodIndex might be an oversight). Only thing I can quickly find is #12346 |
So we indeed fixed this at a certain point of indexes in general: pandas.pydata.org/pandas-docs/stable/whatsnew.html#changes-to-index-comparisons |
makbigc
added a commit
to makbigc/pandas
that referenced
this issue
Nov 25, 2018
4 tasks
makbigc
added a commit
to makbigc/pandas
that referenced
this issue
Dec 18, 2018
4 tasks
makbigc
added a commit
to makbigc/pandas
that referenced
this issue
Dec 23, 2018
makbigc
added a commit
to makbigc/pandas
that referenced
this issue
Dec 25, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should raise.
Both
DatetimeIndex
andTimedeltaIndex
do raiseThe text was updated successfully, but these errors were encountered: