researchdatapod.com
How to Solve Python AttributeError: module ‘pandas’ has no attribute ‘rolling_mean’
In Pandas 0.18.0 and above, window functions like rolling_mean were refactored into methods on Series/DataFrame objects rather than top-level functions. The function rolling_mean is deprecated in P…