Overview of Data manipulation frameworks for DataFrames.jl
mainWhile DataFrames.jl is the core engine, several ecosystem frameworks provide convenience methods for data manipulation, similar to dplyr in R or LINQ in C#. These frameworks allow for more compact, readable code and are designed to assist both new and advanced users.
Available frameworks include:
- TidierData.jl: A macro-based interface inspired by the R
tidyverse(dplyrandtidyr). - DataFramesMeta.jl: A fast, macro-based interface providing convenient syntax for transformation functions.
- DataFrameMacros.jl: Provides macro-based enhancements.
- Query.jl: Provides a query-based interface.