mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 14:21:45 +02:00
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>