Python 3.x - pythonのpandasを使用して移動平均を出した …
https://teratail.com/questions/7362724.04.2017 · 'Series' object has no attribute 'rolling'と ... AttributeError: 'Series' object has no ... argsort as_blocks as_matrix asfreq asof astype at at_time autocorr axes base between between_time bfill blocks bool clip clip_lower clip_upper combine combine_first compound compress consolidate convert_objects copy corr count cov ...
pandas.Series.clip_upper — pandas 0.24.2 documentation
pandas.pydata.org › pandaspandas.Series.clip_upper. ¶. Trim values above a given threshold. Deprecated since version 0.24.0: Use clip (upper=threshold) instead. Elements above the threshold will be changed to match the threshold value (s). Threshold can be a single value or an array, in the latter case it performs the truncation element-wise. Maximum value allowed.