标签: python numpy data-science forecasting
我正在尝试使用函数实现3个月的简单移动平均线作为对需求系列(d)的预测,并且出现以下错误!
def moving_avg(d,extra_periods = 1,n = 3):
name: "" age: "" date: "" height: ""
IndexError:只有整数,切片(:),省略号(...),numpy.newaxis(无)以及整数或布尔数组是有效索引