polars::frame::row

Function infer_schema

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