pandas.errors.LossySetitemError#

exception pandas.errors.LossySetitemError[源代码][源代码]#

当尝试对一个不是无损的 np.ndarray 进行 __setitem__ 操作时引发。

备注

这是一个内部错误。