Two big updates:

1. Tidier.jl comes with a new README introducing the package.

Also includes an FAQ:
- Why should Julia users look at Tidier.jl?
- Is Tidier.jl intended for R users?
- Which functions are re-exported?
- How to install/update it?

https://github.com/TidierOrg/Tidier.jl

2. TidierData.jl now supports nesting and unnesting data frames (thanks to amazing work by Daniel Rizk).

Details on how it works: https://tidierorg.github.io/TidierData.jl/latest/reference/#TidierData.@nest-Tuple

GitHub - TidierOrg/Tidier.jl: Meta-package for data analysis in Julia, modeled after the R tidyverse.

Meta-package for data analysis in Julia, modeled after the R tidyverse. - TidierOrg/Tidier.jl

GitHub
In case you’re wondering, it’s possible to recreate the original data frame after nesting by unnesting wider first and then longer (or longer first and then wider).