Cargo Features

nu-cmd-dataframe has no features set by default.

[dependencies]
nu-cmd-dataframe = { version = "0.93.0", features = ["dataframe"] }
dataframe = num, polars, polars-arrow, polars-io, polars-ops, polars-plan, polars-utils, sqlparser

Affects nu-cmd-dataframe::dataframe

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

num dataframe?
sqlparser dataframe?

Enables sqlparser ^0.45

keep sqlparser at 0.39.0 until we can update polars

polars-io dataframe?

Enables polars-io ^0.39

polars-arrow dataframe?

Enables polars-arrow ^0.39

polars-ops dataframe?

Enables polars-ops ^0.39

polars-plan dataframe?

Enables polars-plan ^0.39

polars-utils dataframe?

Enables polars-utils ^0.39

polars dataframe?

Enables polars ^0.39