seasonal_decompose() With Known Freq but Without ...
23.02.2017 · AttributeError: 'RangeIndex' object has no attribute 'inferred_freq' ... from .filters._utils import _maybe_get_pandas_wrapper_freq. accesses the attribute inferred_freq without protection, even if we don't need the freq. …