Skip to content

Commit

Permalink
Update querying_frameworks.md adding TidierData on introduction (#3488)
Browse files Browse the repository at this point in the history
  • Loading branch information
indymnv authored Feb 8, 2025
1 parent 286c744 commit fcedb1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/man/querying_frameworks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Data manipulation frameworks

Three frameworks provide convenience methods to manipulate `DataFrame`s:
DataFramesMeta.jl, DataFrameMacros.jl and Query.jl. They implement a functionality similar to
Four frameworks provide convenience methods to manipulate `DataFrame`s:
TidierData.jl, DataFramesMeta.jl, DataFrameMacros.jl and Query.jl. They implement a functionality similar to
[dplyr](https://dplyr.tidyverse.org/) or
[LINQ](https://en.wikipedia.org/wiki/Language_Integrated_Query).

Expand Down

0 comments on commit fcedb1b

Please sign in to comment.