scipy.io.arff.ArffError#

exception scipy.io.arff.ArffError[source]#

Base exception for errors when reading ARFF files.

Raised when an ARFF file cannot be read due to file access issues, corruption, or unsupported features.

add_note(note, /)#

Add a note to the exception

errno#

POSIX exception code

filename#

exception filename

filename2#

second exception filename

strerror#

exception strerror

with_traceback(tb, /)#

Set self.__traceback__ to tb and return self.