nushell/crates/nu_plugin_polars
Ian Manske e87a35104a
Remove as_i64 and as_f64 (#14258)
# Description
Turns out there are duplicate conversion functions: `as_i64` and
`as_f64`. In most cases, these can be replaced with `as_int` and
`as_float`, respectively.
2024-11-05 09:28:56 +01:00
..
src Remove as_i64 and as_f64 (#14258) 2024-11-05 09:28:56 +01:00
Cargo.toml Upgrade to polars 0.43 (#14148) 2024-10-23 19:14:24 +02:00
LICENSE Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00