Class CsvRow (0.3.8)

CsvRow(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A representation of a single data row in a CSV file.

Attribute

NameDescription
entries MutableSequence[str]
The data entries in a CSV file row, as a string array rather than a single comma-separated string.