Class Csv (0.3.8)

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

A representation of a CSV file attachment, as a list of column headers and a list of data rows.

Attributes

NameDescription
headers MutableSequence[str]
The list of headers for data columns in a CSV file.
data_rows MutableSequence[google.cloud.advisorynotifications_v1.types.Csv.CsvRow]
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.

Classes

CsvRow

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

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