diff --git a/docs/source/user-guide/migration/pandas.md b/docs/source/user-guide/migration/pandas.md index 5fa435278949..3d1f0996bdad 100644 --- a/docs/source/user-guide/migration/pandas.md +++ b/docs/source/user-guide/migration/pandas.md @@ -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