TidierOrg / Tidier.jl

Meta-package for data analysis in Julia, modeled after the R tidyverse.
MIT License
515 stars 14 forks source link

Fixed automatic ungrouping to match dplyr and added explicit `@ungroup` macro. #27

Closed kdpsingh closed 1 year ago

kdpsingh commented 1 year ago

This addresses most of the items in #9. We will implement .by in a future PR.