Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Rewrite 'Getting started' page #19028

Merged
merged 6 commits into from
Oct 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix formatting with dprint.
rodrigogiraoserrao committed Oct 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 3879c69c81cbb861b4c5d658ecbbf75c561a4a5f
2 changes: 0 additions & 2 deletions docs/source/user-guide/getting-started.md
Original file line number Diff line number Diff line change
@@ -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.
@@ -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.