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