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?
polars-arrow dataframe?
polars-ops dataframe?
polars-plan dataframe?
polars-utils dataframe?
polars dataframe?