polars.read_ndjson# polars.read_ndjson(source: str | Path | IOBase) → DataFrame[source]# Read into a DataFrame from a newline delimited JSON file. Parameters: sourcePath to a file or a file-like object.