Skip to content

Commit

Permalink
removed dask comment post dask-expr
Browse files Browse the repository at this point in the history
  • Loading branch information
benrutter authored Oct 21, 2024
1 parent 81154ed commit e00eea0
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 e00eea0

Please sign in to comment.