From 4411c445db42bb1b3faf2e79ab128ca654cc7424 Mon Sep 17 00:00:00 2001 From: ritchie Date: Wed, 14 Aug 2024 13:18:48 +0200 Subject: [PATCH] features --- crates/polars/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/polars/Cargo.toml b/crates/polars/Cargo.toml index 8fbf6dd32931..dc1e5c952371 100644 --- a/crates/polars/Cargo.toml +++ b/crates/polars/Cargo.toml @@ -190,7 +190,7 @@ moment = ["polars-ops/moment", "polars-lazy?/moment"] partition_by = ["polars-core/partition_by"] pct_change = ["polars-ops/pct_change", "polars-lazy?/pct_change"] peaks = ["polars-lazy/peaks"] -pivot = ["polars-lazy?/pivot", "polars-ops/pivot"] +pivot = ["polars-lazy?/pivot", "polars-ops/pivot", "dtype-struct", "rows"] product = ["polars-core/product"] propagate_nans = ["polars-lazy?/propagate_nans"] range = ["polars-lazy?/range"]