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 `@bind_rows` and `@bind_cols` #54

Closed zhezhaozz closed 1 year ago

zhezhaozz commented 1 year ago

They are very basic features but aren't they nice to have?

Seems that we can easily achieve this by wrapping vcat and hcat. Will open a PR if it's good to go.

kdpsingh commented 1 year ago

100% support this.

kdpsingh commented 1 year ago

Resolved by 6ab084b9d81f1320458c752a50c5f2dc97238d18.