Skip to content

Adding Period and Offset not implemented #6779

Closed
@jseabold

Description

@jseabold

This works

from pandas.tseries.frequencies import to_offset
pd.Timestamp('1990-9-30') + 2*to_offset('Q')

This doesn't. Shouldn't it? Workaround is to convert with to_timestamp.

pd.Period('1990q1') + 2*to_offset('Q')

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