read

read(path_or_url: str | Path | TextIO, *, metadata_path: str | Path | None, metadata: MappingSet | MappingSetRecord | dict[str, Any] | None, converter: Converter | None, progress: bool, progress_kwargs: dict[str, Any] | None, record_predicate: Callable[[Record], bool] | None, semantic_mapping_predicate: Callable[[MappingTypeVar], bool] | None, return_errors: Literal[True] = True) tuple[list[SemanticMapping], Converter, MappingSet, list[ParseError]][source]
read(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, return_errors: Literal[False] = False) SemanticMappingPack
read(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, return_errors: Literal[True] = True) tuple[list[SemanticMapping], Converter, MappingSet, list[ParseError]]
read(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, return_errors: None = None) SemanticMappingPack

Read and process SSSOM from TSV.