Document Reader
CSV Reader
CSVReader is a reader class that allows you to read data from CSV files.
Parameter | Type | Default | Description |
---|---|---|---|
file | Union[Path, IO[Any]] | Required | Path to CSV file or file-like object |
delimiter | str | "," | Character used to separate fields in the CSV |
quotechar | str | '"' | Character used to quote fields in the CSV |