【发布时间】:2018-12-23 09:19:07
【问题描述】:
我正在尝试使用 gpxpy 和 this 项目解析一些坐标,但是在尝试从 oceans 库导入 smoo1 时遇到此错误:
from pandas import rolling_mean
ImportError: cannot import name 'rolling_mean'
我已尝试阅读有关此错误的信息并对其进行修复,但据我了解,该库尝试导入已折旧的函数。我不确定在这种情况下该怎么做。
我正在使用 python 3.6。
【问题讨论】: