from_jsonl
- from_jsonl(path: str | Path, *, show_progress: bool = False, stream: Literal[False] = False, failure_action: Literal['raise', 'skip'] = 'skip') list[Mapping][source]
- from_jsonl(path: str | Path, *, show_progress: bool = False, stream: Literal[True] = True, failure_action: Literal['raise', 'skip'] = 'skip') Iterable[Mapping]
Read a list of Mapping objects from a JSONL file.