iter_tarred_csvs
- iter_tarred_csvs(path: str | Path | TarFile, *, progress: bool = True, return_type: Literal['sequence'] = 'sequence', max_line_length: int | None = None) Iterable[Sequence[str]][source]
- iter_tarred_csvs(path: str | Path | TarFile, *, progress: bool = True, return_type: Literal['record'] = 'sequence', max_line_length: int | None = None) Iterable[dict[str, Any]]
Iterate over the lines from tarred CSV files.