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
..
2024-11-05 09:28:56 +01:00
2024-10-23 19:14:24 +02:00