Function polars_io::ndjson::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.