nu_cmd_dataframe
Run this command in a terminal, in your project's directory:
cargo add nu-cmd-dataframe
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
nu-cmd-dataframe = "0.93.0"
The nu_cmd_dataframe library will be automatically available globally. Read the nu_cmd_dataframe library documentation.
Back to the crate overview.