Skip to content

FORMAT: __repr__ of Timestamp should include the offset (freq) info #4553

Closed
@jreback

Description

@jreback
In [6]: Timestamp('20130101',offset='D')
Out[6]: Timestamp('2013-01-01 00:00:00', tz=None)

In [7]: Timestamp('20130101',offset='D').freq
Out[7]: 'D'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Output-Formatting__repr__ of pandas objects, to_string

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions