MissingValuesError Bases: Exception Raised when an operation cannot be performed on missing values. Source code in src/safeds/exceptions/__init__.py 67 68class MissingValuesError(Exception): """Raised when an operation cannot be performed on missing values."""