Skip to content

Commit

Permalink
Fix formatting with dprint.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigogiraoserrao committed Oct 1, 2024
1 parent 9caf128 commit 3879c69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/user-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ When using expression expansion you can use `.name.suffix` to add a suffix to th

You can check other sections of the user guide to learn more about [basic operations](expressions/operators.md) or [column selections](expressions/column-selections.md).


### `with_columns`

The context `with_columns` is very similar to the context `select` but `with_columns` adds columns to the dataframe instead of selecting them.
Expand Down Expand Up @@ -118,7 +117,6 @@ You can also provide multiple predicate expressions as separate parameters, whic
--8<-- "python/user-guide/getting-started/expressions.py:filter-multiple"
```


### `group_by`

The context `group_by` can be used to group together the rows of the dataframe that share the same value across one or more expressions.
Expand Down

0 comments on commit 3879c69

Please sign in to comment.