Skip to content

Support reading from datasets saved as jsonl #1443

@norberttech

Description

@norberttech

Currently JSONL is supported only when writing, for symmetry we must add it also to the reader.

When reading jsonl all we need to do is read the json file line by line and, decode each line and turn it into a row that would be yielded after.

DX should be similar to writter:

from_json()->asJsonl()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions