CsvDataLoadOptions constructor

CsvDataLoadOptions()

Initializes a new instance of this class with default options.

def __init__(self):
    ...

CsvDataLoadOptions(has_headers)

Initializes a new instance of this class with specifying whether CSV data contains column names at the first line.

def __init__(self, has_headers: bool):
    ...
ParameterTypeDescription
has_headersbool

See Also