diff --git a/docs/user-guide/migration/pandas.md b/docs/user-guide/migration/pandas.md index a378f797e330..a9a039a7b1d4 100644 --- a/docs/user-guide/migration/pandas.md +++ b/docs/user-guide/migration/pandas.md @@ -155,8 +155,7 @@ df.assign( These column assignments are executed sequentially. -In `Polars` we add columns to `df` using the `.with_columns` method and name them with -the `.alias` method: +In `Polars` we add columns to `df` using the `.with_columns` method: ```python df.with_columns(