int(x)报错:TypeError: only length-1 arrays can be converted to Python scalars
因为此函数只能传一个值进去,而你传了一个数组进去
试试:
x.astype(int)或者np.vectorize(x)
详细解决方案
报错TypeError: only length-1 arrays can be converted to Python scalars
热度:93 发布时间:2023-12-17 17:17:53.0
相关解决方案
- javascript中的options.length=0有关问题
- ajax返回data.length 为空或不是对象
- new String(byte[] bytes, int offset,int length)有关问题
- Arrays.binarySearch(Aa, 五);是什么意思.
- J# 中有没有java.util.Arrays.equals(byte[],byte[])这个步骤
- 在线请问调用Jquery异常:TypeError: a is undefined 的异常原因有哪些
- Chart FX控件报错:长度不能小于 0。参数名: length
- TypeError: 'Ext.getCmp(.)' 为空或不是对象,麻烦看看,该如何处理
- javascript arguments length 总替1
- 这个异常: cannot be converted to '1-dimensional
- |M| if(spName==null || spName.Length=0) 好还是 if(spName==null || spName="")解决方案
- 这个错误怎样处理:Invalid length for a Base-64 char array
- vs2005中 treeview 有关问题:索引和长度必须引用该字符串内的位置。参数名: length
- ubuntu9.04上安装mic2 出错 (python setup.py build)
- ubuntu9.04下安装mic2 出错 (python setup.py build),该如何解决
- Qt4 设计员 无法生成 python 代码
- 请教如何理解JAVA、C++ Perl、PHP、Ruby、Python
- Qt4 设计师 无法生成 python 代码,该如何解决
- 460:Statement length exceeds maximum.解决方案
- 460:Statement length exceeds maximum.该如何解决
- python sybase装配
- java/lang/OutOfMemoryError:Maximum byte code length (32kB) exceeded
- python fastcgi怎么获取POST的数据字段
- python(django框架) + mysql 的编码有关问题,求解
- jasperReport+jsp 奇怪错误 tried to write 1544 bytes with content-length 1439
- python html parser库lxml的引见和使用
- python html 转义有关
- Python 用HTMLParser解析HTML资料
- jsp ajax 出现 TypeError:异常
- string '??54' (length=8)用什么函数能转换成int类型的?解决思路