nushell/crates/nu_plugin_polars
Jack Wright 2df91e7f92
Removed CustomValue portion of CustomValue type name strings. (#14054)
# Description

This changes the names returned by CustomValue::name() of the various
custom value structs to just say the name of the thing they represent.
For instance "DataFrameCustomValue" is not just "DataFrame".

# User-Facing Changes
- Places such as or errors where NuDataFrameCustomValue would be seen,
now just shows as NuDataFrame.
2024-10-11 06:41:24 -05:00
..
src Removed CustomValue portion of CustomValue type name strings. (#14054) 2024-10-11 06:41:24 -05:00
Cargo.toml Bump indexmap from 2.5.0 to 2.6.0 (#13983) 2024-10-08 17:07:21 -07:00
LICENSE Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00