nushell/crates/nu_plugin_polars
Jack Wright 219b44a04f
Improve handling of columns with null values (#14588)
Addresses some null handling issues in #6882

# Description

This changes the implementation of guessing a column type when a schema
is not specified.

New behavior:
1. Use the first non-Value::Nothing value type for the columns data type
2. If the value type changes (ignoring Value::Nothing) in subsequent
values, the datatype will be changed to DataType::Object("Value", None)
3. If a column type does not have a value type,
DataType::Object("Value", None) will be assumed.
2024-12-14 18:36:01 -06:00
..
src Improve handling of columns with null values (#14588) 2024-12-14 18:36:01 -06:00
Cargo.toml Bump indexmap from 2.6.0 to 2.7.0 (#14505) 2024-12-04 09:57:05 +08:00
LICENSE Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00