Function polars_core::frame::row::infer_schema

source ยท
pub fn infer_schema(
    iter: impl Iterator<Item = Vec<(impl Into<PlSmallStr>, impl Into<DataType>)>>,
    infer_schema_length: usize,
) -> Schema
Available on crate features rows or object only.