nushell/crates/nu_plugin_polars/src
Jack Wright b10325dff1
Allow int values to be converted into floats. (#13025)
Addresses the bug found by @maxim-uvarov when trying to coerce an int
Value to a polars float:

<img width="863" alt="image"
src="https://github.com/nushell/nushell/assets/56345/4d858812-a7b3-4296-98f4-dce0c544b4c6">

Conversion now works correctly:

<img width="891" alt="Screenshot 2024-05-31 at 14 28 51"
src="https://github.com/nushell/nushell/assets/56345/78d9f711-7ad5-4503-abc6-7aba64a2e675">
2024-06-04 18:51:11 -07:00
..
cache Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
dataframe Allow int values to be converted into floats. (#13025) 2024-06-04 18:51:11 -07:00
lib.rs Added commands for working with the plugin cache. (#12576) 2024-04-21 19:43:43 -05:00
main.rs make polars plugin use mimalloc (#12967) 2024-05-25 09:10:01 -05:00