Skip to content

Commit

Permalink
docs[rust]: Fix pivot document (#4910)
Browse files Browse the repository at this point in the history
  • Loading branch information
duyet committed Sep 20, 2022
1 parent 719cc28 commit 6049528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polars/src/docs/eager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
//! )?;
//!
//! // groupby "foo" | pivot "bar" column | aggregate "N"
//! let pivoted = df.groupby(["groups"])?
//! let pivoted = df.groupby(["foo"])?
//! .pivot(["bar"], ["N"])
//! .first();
//!
Expand Down

0 comments on commit 6049528

Please sign in to comment.