CSVReader is a reader class that allows you to read data from CSV files.
ParameterTypeDefaultDescription
fileUnion[Path, IO[Any]]RequiredPath to CSV file or file-like object
delimiterstr","Character used to separate fields in the CSV
quotecharstr'"'Character used to quote fields in the CSV