Kotlin / Kotlin/dataframe

Enhancement: Support new-line delimited JSON format/JSON lines

Open
#127 5 comments 0 reactions 1 assignee Claimed by @zaleslaw View on GitHub
API enhancement
Dominant language
Kotlin
Stars
1.1k
Forks
83
Avg merge
4d 12h
Merged PRs (30d)
30

Description

Thank you for the great project. It looks very promising to me.

I currently use `val df = DataFrame.readJsonStr(File("foo.ndjson").readLines().joinToString(",", "[", "]"))`, to read new-line delimited JSON files, which works quite well. However, it would be much more convinient if the API would offer such a function directly. It would be also nice if it would work directly on InputStreams, because `readLines()` is already reading the entire file under the hood.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.