Function polars_core::utils::dtypes_to_schema

source ·
pub fn dtypes_to_schema<I>(dtypes: I) -> Schema
where I: IntoIterator<Item = DataType>,
Expand description

Convert a collection of DataType into a schema.

Field names are set as column_0, column_1, and so on.