Python Pandas EMWA模块不工作?

2024-10-02 02:41:53 发布

您现在位置:Python中文网/ 问答频道 /正文

我试着运行这个脚本:

https://github.com/sshashank124/crypto-rsi-tracker/blob/master/rsi-tracker.py

我得到了关于熊猫EWMA的错误。我怎么解决这个问题?在

ups_avg = pd.ewma(ups, span=RSI_N)[-1]
AttributeError: module 'pandas' has no attribute 'ewma'

我已经有了配置YML文件配置正确


Tags: pyhttpsgithubmaster脚本com错误crypto

热门问题