iamseancheney/python_for_data_analysis_2nd_chinese_version

捉虫

Gnomeek opened this issue · 0 comments

11.3 通过偏移量对日期进行位移中,
用 groupby 调用 rollforward 的示例代码有问题。
ts.groupby(offset.rollforward).mean()
应改为
ts.groupby(offent.rollforward).mean()
也可能是原文中就有的错误..还待考证