Skip to content

COMPAT: concat of PeriodIndex #13221

Closed
Closed
@max-sixty

Description

@max-sixty

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

No one assigned

    Labels

    Compatpandas objects compatability with Numpy or Python functionsPeriodPeriod data typeReshapingConcat, Merge/Join, Stack/Unstack, Explode

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions