-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
COMPAT: concat of PeriodIndex #13221
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
Comments
this ultimately calls cc @sinhrks |
this is something @sinhrks will handle when |
Two separate issues
Not sure if you recognized the first issue here? |
oh, that must not be tested :) that has moved locations (though it may be aliased) |
I think this is resolved. concat([Period]) is a period type. concat([period, other]) is object. |
https://github.com/pydata/pandas/blob/master/pandas/tseries/period.py#L920
return Index(com._concat_compat(to_concat), name=name)
now should reference
pandas.types.concat._concat_compat
I think this should probably fail - concat-ing a
PeriodIndex
with other index types?The text was updated successfully, but these errors were encountered: