|
|
|
|
|
by cardosof
1818 days ago
|
|
Really depends on the application. For clean, concise and reproducible ad hoc statistical analytics and modelling, there isn't a better tool than tidyverse+tidymodels. It's a classic case of the best tool for the job. I usually create simple stuff in R and then move to bigger datasets and production in py+spark. |
|
data.table is also typically orders of magnitude faster.