Tidier.jl is on my learning list for this year, for sure.
GitHub | https://github.com/kdpsingh |
GitHub | https://github.com/kdpsingh |
Tidier.jl is on my learning list for this year, for sure.
In the 8 months since Tidier.jl became an umbrella package, it has expanded to 10 #JuliaLang 📦 re-implementing 14 #rstats 📦.
✅ dplyr
✅ dbplyr
✅ duckplyr
✅ haven
✅ forcats
✅ ggplot2
✅ janitor
✅ lubridate
✅ readr
✅ rvest
✅ stringr
✅ tidyr
✅ tidytext
✅ writexl
A 3-part intro to #JuliaLang by @djnavarro, touching on the language, DataFrames.jl, and Plots.jl: https://blog.djnavarro.net/posts/2024-03-01_julia-foundation/
“Honestly, at this point I don’t even know why I’m making the choices I’m making in this increasingly-unhinged series of posts” 😂
Also: Do it! 🧹
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
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
🧹 TidierData.jl v0.14.2 for #JuliaLang brings new features:
- `where()` is now supported everywhere that uses tidy selection 👇
- `slice()` has been fully rewritten to support interpolation and use of functions inside it
- `is_number()` is newly supported