Skip to content

Commit

Permalink
reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Mar 3, 2024
1 parent 5f648b9 commit 6160f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/concepts/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Polars performs these core data transformations very quickly by:
- automatic parallelization of expressions on many columns

An expression is a tree of operations that describe how to construct one or more
Series. As the output is one or more Series, it is straightforward to
Series. As the outputs are Series, it is straightforward to
apply a sequence of expressions (similar to method chaining in pandas) each of which
transforms the output Series from the previous step.
transforms the output from the previous step.

If this seems abstract and confusing - don't worry! People quickly develop an intuition for expressions
just by looking at a few examples. We'll do that next!
Expand Down

0 comments on commit 6160f68

Please sign in to comment.