jtablesaw / tablesaw

Java dataframe and visualization library
https://jtablesaw.github.io/tablesaw/
Apache License 2.0
3.56k stars 645 forks source link

Jsonl support #1260

Open dsyer opened 3 months ago

dsyer commented 3 months ago

Added support for Json object-per-line, which seems to be common in LLM development (e.g. see various datasets at huggingface.co). Tests added (copied from Json array support).