我正在尝试使用 numpy,当使用内置方法 dtype.Following 我得到的几个结果时,我遇到了以下数据类型。你能解释一下u11是什么意思吗
a1 = np.array([3,5,'p']) print(a1.dtype)
o/p = >U11
python numpy numpy-dtype
numpy ×1
numpy-dtype ×1
python ×1