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
Other Useful Business Software
Build Securely on AWS with Proven Frameworks
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of DataFramesMeta.jl!