Remix.run Logo
paddleon 4 days ago

> The R community should have anointed one object system

> and made tidyverse a core part of R.

Not a tidyverse fan. It doesn't scale well.

Learn data.table, which has a much more R-like interface and is fast fast fast even for large data sizes. More powerful and more expressive than pandas, and again, faster

See https://cran.r-project.org/web/packages/data.table/vignettes...

mscbuck 4 days ago | parent | next [-]

And if you still prefer the language of tidyverse, use tidytable and you get the best of both worlds!

vovavili 4 days ago | parent | prev [-]

I think these days it might be wiser to use r-polars, in the very least because it has more available documentation around it.