read_iterable

read_iterable(path_or_url: str | Path | TextIO, *, metadata_path: str | Path | None = None, metadata: MappingSet | MappingSetRecord | dict[str, Any] | None = None, converter: Converter | None = None, progress: bool = False, progress_kwargs: dict[str, Any] | None = None, record_predicate: Callable[[Record], bool] | None = None, semantic_mapping_predicate: Callable[[MappingTypeVar], bool] | None = None) Generator[ReadTuple, None, None][source]

Read and process SSSOM from TSV in an iterable way.