Skip to content

Commit

Permalink
Rewrite Basics.md conclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanrboyer committed Sep 29, 2023
1 parent 46363d9 commit cd4c539
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/src/man/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2151,5 +2151,9 @@ julia> select(german, :Age, :Job, [:Age, :Job] => (+) => :res)
985 rows omitted
```

This concludes the introductory explanation of data frame manipulations.
For more advanced examples, see later sections of the manual.
This concludes the introductory examples of data frame manipulations.
See later sections of the manual,
particularly [Data Frame Manipulation Functions](@ref),
for additional explanations and functionality,
including how to broadcast operation functions and operation pairs
and how to pass or produce multiple columns using `AsTable`.

0 comments on commit cd4c539

Please sign in to comment.