Skip to content

Commit

Permalink
Explain the role of querying frameworks for DataFrames.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins authored Apr 18, 2024
1 parent 8c1d98e commit 29259d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/man/querying_frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ DataFramesMeta.jl, DataFrameMacros.jl and Query.jl. They implement a functionali
[dplyr](https://dplyr.tidyverse.org/) or
[LINQ](https://en.wikipedia.org/wiki/Language_Integrated_Query).

These frameworks are designed to make it easier for new users to start working with data frames in Julia.

## DataFramesMeta.jl

The [DataFramesMeta.jl](https://github.com/JuliaStats/DataFramesMeta.jl) package
Expand Down

0 comments on commit 29259d8

Please sign in to comment.