Skip to content

BUG: resample on PeriodIndex with 'W' causes recursion #12883

Closed
@jreback

Description

@jreback
In [32]: s = pd.Series(range(2), pd.period_range('1/1/1990', periods=2, freq='M'))

In [33]: s
Out[33]: 
1990-01    0
1990-02    1
Freq: M, dtype: int64

In [34]: s.resample('W').asfreq()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions