ImportError: cannot import name ‘_maybe_get_pandas_wrapper_freq‘ from ‘statsmodels.tsa.filters._util

Posted 叶庭云

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ImportError: cannot import name ‘_maybe_get_pandas_wrapper_freq‘ from ‘statsmodels.tsa.filters._util相关的知识,希望对你有一定的参考价值。


import pandas as pd
import statsmodels.api as sm
import matplotlib.pyplot as plt
from stldecompose import decompose, forecast
from stldecompose.forecast_funcs import (naive,
                                         drift, 
                                         mean, 
                                         seasonal_naive)

print(":".join(["CSDN叶庭云", "https://yetingyun.blog.csdn.net/"]))

想用 stldecompose 做 STL 分解,遇到如下报错:

参考了 stackoverflow 上的解答,原因如下:

如果你正在运行 statsmodels==0.11.0,那么 statsmodels.tsa.filters._utils 函数已经从库中删除。你可以使用statsmodels.tsa.seasonal.STL,它可以提供类似的功能。见其文档:
https://www.statsmodels.org/stable/generated/statsmodels.tsa.seasonal.STL.html#statsmodels.tsa.seasonal.STL

查看本机 statsmodels 版本,如下所示:

第二个方法:降低版本 statsmodels==0.10.2,如下所示

重启jupyter notebook,导入包没有报错,可以正常使用了。

stackoverflow的上有关解答 | 非常感谢


以上是关于ImportError: cannot import name ‘_maybe_get_pandas_wrapper_freq‘ from ‘statsmodels.tsa.filters._util的主要内容,如果未能解决你的问题,请参考以下文章

解决 ImportError: cannot import name pywrap_tensorflow

ImportError: cannot import name webdriver

ImportError: cannot import name patterns

window环境下ImportError: cannot import name 'Bar' from 'pyecharts'

ImportError: cannot import name 'DjangoSuitConfig'

ImportError: cannot import name ‘DtypeArg‘ from ‘pandas