polars.read_ndjson#

polars.read_ndjson(source: str | Path | IOBase) DataFrame[source]#

Read into a DataFrame from a newline delimited JSON file.

Parameters:
source

Path to a file or a file-like object.