Skip to content

Commit

Permalink
Update pandas.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jrycw authored Oct 16, 2023
1 parent 88abe25 commit 302031f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/user-guide/migration/pandas.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 302031f

Please sign in to comment.