Skip to content

DEPR: QuarterBegin and BQuarterBegin return days that are not quarter beginnings #8435

Open
@nimishgautam

Description

@nimishgautam

In[43]: datetime(2014,10,10) + BQuarterBegin()
Out[43]: Timestamp('2014-12-01 00:00:00')

In[45]: datetime(2014,10,10) + QuarterBegin()
Out[45]: Timestamp('2014-12-01 00:00:00')

Expected output is 2015-01-01.
(Note QuarterEnd and BQuarterEnd do produce the expected output of 2014-12-31)

Metadata

Metadata

Assignees

No one assigned

    Labels

    DeprecateFunctionality to remove in pandasFrequencyDateOffsets

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions