class documentation

class CsvConfig(Codable): (source)

View In Hierarchy

A config for how a CSV file should be loaded

Class Variable compression Undocumented
Class Variable seperator Undocumented
Class Variable should_write_index Undocumented
compression: Literal['infer', 'gzip', 'bz2', 'zip', 'xz', 'zstd'] = (source)

Undocumented

seperator: str = (source)

Undocumented

should_write_index: bool = (source)

Undocumented