jtablesaw / tablesaw

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

Jsonl support #1260

Open dsyer opened 2 months ago

dsyer commented 2 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).