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
Run applications fast and securely in a fully managed environment
Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of DataFramesMeta.jl!