nushell/crates/nu_plugin_polars/src
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
..
cache Upgrade to polars 0.43 (#14148) 2024-10-23 19:14:24 +02:00
dataframe Remove as_i64 and as_f64 (#14258) 2024-11-05 09:28:56 +01:00
lib.rs catch unwrap on panics with polars collect (#13850) 2024-09-15 07:21:02 -05:00
main.rs Converted perf function to be a macro. Utilized the perf macro within the polars plugin. (#13224) 2024-06-27 18:56:56 -05:00