最佳答案
为什么要做下面的代码示例:
np.array([[1, 2], [2, 3, 4]])
np.array([1.2, "abc"], dtype=float)
...都给出以下错误?
ValueError:使用序列设置数组元素。