has_headers property

CsvDataLoadOptions.has_headers property

Gets or sets a value indicating whether the first record of CSV data contains column names.

@property
def has_headers(self) -> bool:
    ...

@has_headers.setter
def has_headers(self, value: bool):
    ...

Remarks

The default value is False.

See Also