pandas.errors.LossySetitemError — pandas 3.0.0.dev0+2104.ge637b4290d documentation (original) (raw)

exception pandas.errors.LossySetitemError[source]#

Raised when trying to do a __setitem__ on an np.ndarray that is not lossless.

Notes

This is an internal error.