CsvDataLoadOptions constructor

init

Initializes a new instance of this class with default options.

def __init__(self):
    ...

init

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

def __init__(self, has_headers):
    ...
Parameter Type Description
has_headers bool

See Also