求各位大佬帮我看看到底哪里出了问题,在line70的地方显示如下报错
File "pandas_libs\index.pyx", line70, in pandas._libs.index.get_value_box
IndexError: index out of bounds
C:\Users\sijia\Anaconda3\lib\site-packages\spyder\widgets\variableexplorer\utils.py:414: FutureWarning: 'summary' is deprecated and will be removed in a future version.
display = value.summary()
n,mu temp在之前都没有出现过也没有赋值过
数组越界了,为什么要用:-1呢,这个变量的作用不是临时存储变量吗,换成普通数组不可以吗?
70行左边是一个列表,不是一个变量,右边也是一个列表,列表不能赋值给列表啊,要么赋值给一个变量,你是要做列表的赋值交换?