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