pub fn rows_to_schema_first_non_null( rows: &[Row<'_>], infer_schema_length: Option<usize>, ) -> Result<Schema<DataType>, PolarsError>
Infer schema from rows and set the first no null type as column data type.