FileEncoding Enum

Defines file encoding options used when reading data from files to create a dataset.

These enumeration values are used in the Dataset class methods which load data from files and the encoding can be specified, like in the method from_delimited_files.

Inheritance
FileEncoding

Constructor

FileEncoding(value)

Fields

ASCII
ISO88591
LATIN1
UTF16
UTF32
UTF8
UTF8BOM
WINDOWS1252