diff --git a/docs/src/man/querying_frameworks.md b/docs/src/man/querying_frameworks.md index 09759fd50..6eadb2b8e 100644 --- a/docs/src/man/querying_frameworks.md +++ b/docs/src/man/querying_frameworks.md @@ -5,7 +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. +These frameworks are designed both to make it easier for new users to start working with data frames in Julia +and to allow advanced users to write more compact code. ## DataFramesMeta.jl