-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
Compatpandas objects compatability with Numpy or Python functionspandas objects compatability with Numpy or Python functionsPeriodPeriod data typePeriod data typeReshapingConcat, Merge/Join, Stack/Unstack, ExplodeConcat, Merge/Join, Stack/Unstack, Explode
Milestone
Description
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?
Metadata
Metadata
Assignees
Labels
Compatpandas objects compatability with Numpy or Python functionspandas objects compatability with Numpy or Python functionsPeriodPeriod data typePeriod data typeReshapingConcat, Merge/Join, Stack/Unstack, ExplodeConcat, Merge/Join, Stack/Unstack, Explode