pandas.errors.LossySetitemError#

exception pandas.errors.LossySetitemError[source]#

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

注意

这是一个内部错误。