7 ms·
R also has data.table, which extends data.frame and is pretty powerful and very fast
by palae 3y ago
R also has data.table, which extends data.frame and is pretty powerful and very fast
- hermitcrab 3y agoR + data.table is a lot faster than Base R. See a benchmark of Base R vs R + data.table (plus various other data wrangling solutions, including our own Easy Data Transform) at: https://www.easydatatransform.com/data_wrangling_etl_tools.html https://www.easydatatransform.com/data_wrangling_etl_tools.h...