path to json file
./file.json
.Optional
options: Partial<ScanJsonOptions>Maximum number of lines to read to infer schema. If set to 0, all columns will be read as pl.Utf8.
If set to null
, a full table scan will be done (slow).
Maximum number of threads to use when reading json.
Reduce memory usage in expense of performance.
Number of lines to read into the buffer at once. Modify this to change performance.
Stop reading from parquet file after reading numRows
.
Start reading after skipRows
position.
Add row count as column
Read a JSON file or string into a DataFrame.
Note: Currently only newline delimited JSON is supported