Hacker News new | ask | show | jobs
by hadley 3900 days ago
And like pandas, many of the performance bottlenecks in R have been re-written in C. See dplyr and data.table for packages that solve a similar problem to pandas with similar speed (and for some scenarios they're actually faster!)
1 comments

Looks interesting! Thanks for the information.