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

Add hints to use macro packages for new users #3238

Merged
merged 3 commits into from
Dec 24, 2022
Merged
Changes from 2 commits
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
11 changes: 9 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,15 @@ tool for working with tabular data in Julia -- as noted below, there are some
other great libraries for certain use-cases -- but it provides great data
wrangling functionality through a familiar interface.

To understand the toolchain in more detail, have a look at the tutorials in this manual. New
users can start with the [First Steps with DataFrames.jl](@ref) section.
To understand the toolchain in more detail, have a look at the tutorials in this manual.
New users can start with the [First Steps with DataFrames.jl](@ref) section.

If you do not have a significant programming experience you might find
[DataFramesMeta.jl](https://juliadata.github.io/DataFramesMeta.jl/stable/) package
or one of the other convenience packages discussed in
[Data manipulation frameworks](@ref) section of this manual
helpful when writing more advanced data transformations. These packages provide
convenience syntax similar to [dplyr](https://dplyr.tidyverse.org/) in R.

## DataFrames.jl and the Julia Data Ecosystem

Expand Down