Skip to content

Commit

Permalink
redo pivot
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jan 15, 2022
1 parent 345bf0f commit eb91deb
Show file tree
Hide file tree
Showing 8 changed files with 397 additions and 16 deletions.
2 changes: 2 additions & 0 deletions polars/polars-core/src/frame/groupby/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ mod dynamic;
pub(crate) mod hashing;
#[cfg(feature = "pivot")]
pub(crate) mod pivot;
#[cfg(feature = "pivot")]
pub use pivot::PivotAgg;
#[cfg(not(feature = "dynamic_groupby"))]
#[derive(Clone, Debug)]
pub struct DynamicGroupOptions {
Expand Down

0 comments on commit eb91deb

Please sign in to comment.