Skip to content

Commit

Permalink
docs: Tiny correction post dask-expr (#19354)
Browse files Browse the repository at this point in the history
  • Loading branch information
benrutter authored Oct 21, 2024
1 parent 81154ed commit 45686ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/user-guide/migration/pandas.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ eager evaluation. The lazy evaluation mode is powerful because Polars carries ou
automatic query optimization when it examines the query plan and looks for ways to
accelerate the query or reduce memory usage.

`Dask` also supports lazy evaluation when it generates a query plan. However, `Dask`
does not carry out query optimization on the query plan.
`Dask` also supports lazy evaluation when it generates a query plan.

## Key syntax differences

Expand Down

0 comments on commit 45686ed

Please sign in to comment.