polars_io::ndjson

Function infer_schema

Source
pub fn infer_schema<R: BufRead>(
    reader: &mut R,
    infer_schema_len: Option<NonZeroUsize>,
) -> PolarsResult<Schema>
Available on crate feature json only.