Skip to content

Panel pct_change bug #6904

Closed
Closed
@shura-v

Description

@shura-v
  File "z:\code\m.py", line 420, in get_panel
    self.source_panel.pct_change()
  File "c:\anaconda\lib\site-packages\pandas\core\generic.py", line 3418, in pct_change
    rs = data / data.shift(periods=periods, freq=freq, **kwds) - 1
TypeError: shift() got an unexpected keyword argument 'periods'

pandas.version.version
Out[5]: '0.13.1'

Metadata

Metadata

Assignees

No one assigned

    Labels

    API DesignAlgosNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diffBugMissing-datanp.nan, pd.NaT, pd.NA, dropna, isnull, interpolateReshapingConcat, Merge/Join, Stack/Unstack, Explode

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions