Hacker News new | ask | show | jobs
by roenxi 2619 days ago
Here here. Tidyverse also provides a centralised 'this is how you do X' nexus really helps discover-ability. World class stuff, on tap.

For example, I know the recommended pipe in R is magrittr's %>%. I have no idea what the respectable pipe library in Python is, or even if there is one.

I wouldn't even know where to start finding all the tidyverse equivalents in Python. It isn't as organised and obvious as the R statistics community.

On the other hand Base R is the worst. Disgusting language.

1 comments

Julia has a |> operator and it works amazingly well with Queryverse.jl which is a clone of Tidyverse!