Skip to content

Commit

Permalink
refactor[rust]: remove deprecated pivot code and move to polars-ops (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 4, 2022
1 parent 4bb4890 commit d01ce8d
Show file tree
Hide file tree
Showing 14 changed files with 468 additions and 683 deletions.
4 changes: 0 additions & 4 deletions polars/polars-core/src/frame/groupby/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ pub mod aggregations;
pub mod expr;
pub(crate) mod hashing;
mod into_groups;
#[cfg(feature = "rows")]
pub(crate) mod pivot;
mod proxy;

pub use into_groups::*;
#[cfg(feature = "rows")]
pub use pivot::PivotAgg;
use polars_arrow::array::ValueSize;
pub use proxy::*;

Expand Down

0 comments on commit d01ce8d

Please sign in to comment.