8000 pandas.rolling_* functions lose the name of the input Series · Issue #10565 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content
pandas.rolling_* functions lose the name of the input Series #10565
@cpcloud

Description

@cpcloud
In [10]: s = pd.Series(np.arange(1000.0), name='foo')

In [11]: s.name
Out[11]: 'foo'

In [12]: pd.rolling_mean(s, 30).name is None
Out[12]: True

In [13]: pd.__version__
Out[13]: '0.16.2'

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

      0