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