Y
Hacker News
new
|
ask
|
show
|
jobs
by
mellavora
1815 days ago
tidyverse may be clean, but it is nowhere near as concise as data.table.
data.table is also typically orders of magnitude faster.
1 comments
cardosof
1814 days ago
Thanks for the point of view, I can't argue since I don't really know data.table. Will check out!
link
stanbiryukov
1814 days ago
Check out dtplyr- lazy data.table backend and tidyverse syntax
link