mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
1d6ac16530
# 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} ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |