TidierOrg / Tidier.jl

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

Adding support for `@distinct` macro #49

Closed kdpsingh closed 1 year ago

kdpsingh commented 1 year ago

It looks like we can wrap the unique() function in DataFrames.jl.

We will need to support the option to provide no columns, or multiple columns separated by commas.