1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-22 03:27:30 +01:00
nushell/crates/nu_plugin_polars
Jack Wright 1d6ac16530
polars into-df struct fix ()
# Description
This fixes an issue with converting to a dataframe when specifying a
struct in the schema. Things like the following now work correctly:
```nushell
 [[foo bar]; [{a: "a_0", b:"b_0"} 1] [{a: "a_1", b: "b_1" } 2]] | polars into-df -s {foo: {a: str, b: str}, bar: u8}
```
2024-10-02 05:59:14 -05:00
..
src polars into-df struct fix () 2024-10-02 05:59:14 -05:00
Cargo.toml Bump version to 0.98.1 () 2024-09-22 12:41:44 +08:00
LICENSE Move dataframes support to a plugin () 2024-04-09 19:31:43 -05:00