我props变量里面是多个并排的list列表,每个列表里面有很多的int,dict.当我执行
props = np.array(props).报错setting an array element with a sequence. The requested array has an inhomogeneous shape after 2 dimensions. The detected shape was (20, 15) + inhomogeneous part.首先排除list中数据类型不一致的问题。我觉得应该是list中数据对应不齐。请问大佬怎么修改一下
输出: