Hacker News new | ask | show | jobs
by y1zhou 1205 days ago
On a related note, if you come from the R community and is already familiar with the `tidyverse` suite, `tidypolars` would be a great addition.

https://github.com/markfairbanks/tidypolars

1 comments

Why does this use dot-based chaining as opposed to standard dplyr piping?
Looks like it tries to make a dplyr-like experience for python, not replace dplyr in R.