Code Sample, a copy-pastable example if possible

rets.rolling(window=22).min().plot.line(figsize=(15,10))

Expected Output

output of pd.show_versions()

Traceback (most recent call last):

File "", line 1, in rets.rolling(window=22).min().plot.line(figsize=(15,10))

File "C:\Users\LastAncientOne\Anaconda3\lib\site-packages\pandas\core\generic.py", line 2360, in getattr (type(self).name, name))

Comment From: jreback

you need to use v0.18.0rc1 as indicated in the environment file