PythonException An exception was thrown from a UDF IndexError only integers slices ellipsis numpynewaxis None and integer or boolean arrays are valid indices from line 5。是代码吗
是的,这是一个Python异常。它指示在代码的第5行中,发生了一个名为"IndexError"的异常,原因是在索引操作中使用了无效的索引类型。有效的索引类型包括整数、切片、省略号、numpy.newaxis和整数或布尔数组。
原文地址: https://www.cveoy.top/t/topic/izqq 著作权归作者所有。请勿转载和采集!