Hacker News new | ask | show | jobs
by thanatropism 2786 days ago
Pandas is inspired by R's dataframes, which I'm told are native.
1 comments

Native doesn't necessarily mean it's the best option. (tidyverse/dplyr leverages Rcpp for data transformation, which makes it a lot faster at common ETL tasks)