pandas.errors.LossySetitemError#

exceptionpandas.errors.LossySetitemError[source] #

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

Notes

This is an internal error.