Skip to content

tweak unicode() for PeriodIndex to yield valid python code #3460

Closed
@ghost

Description

_p=PeriodIndex([u'2000-01-03'],freq='B')
print unicode(_p)
PeriodIndex([u'2000-01-03'], dtype=int64)

can't recreate object with result from str(self).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions