Metaprogramming tools for DataFrames.jl objects to provide more convenient syntax. DataFrames.jl has the functions select, transform, and combine, as well as the in-place select! and transform! for manipulating data frames. DataFramesMeta.jl provides the macros @select, @transform, @combine, @select!, and @transform! to mirror these functions with more convenient syntax. Inspired by dplyr in R and LINQ in C#.
Features
- To reference columns inside DataFramesMeta macros, use Symbols
- Examples available
- Column selections and transformations
- Summarize, or collapse, a grouped data frame by performing transformations at the group level
- Sort rows in a DataFrame by values in one of several columns or a transformation of columns
- Rename columns in a data frame using the keyword argument-like syntax
Categories
Data VisualizationLicense
MIT LicenseFollow DataFramesMeta.jl
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of DataFramesMeta.jl!