nushell/crates/nu_plugin_polars
Jack Wright 9d0f69ac50
Add support for converting polars decimal values to nushell values (#14343)
Adds support for converting from polars decimal type to nushell values.

This fix works by first converting a polars decimal series to an f64
series, then converting to Value::Float

Co-authored-by: Jack Wright <jack.wright@nike.com>
2024-11-15 12:10:38 +08:00
..
src Add support for converting polars decimal values to nushell values (#14343) 2024-11-15 12:10:38 +08:00
Cargo.toml Bump to dev version 0.100.1 (#14328) 2024-11-14 10:04:39 +01:00
LICENSE Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00