Hacker News new | ask | show | jobs
by compactmani 3662 days ago
Can you give some concrete examples of the benefits of wrangling in python over R and a general sense of how much time this would save a user?
1 comments

I really would be interested because I started in Python and R and now use R exclusively due to manipulation. R (dplyr) really is the best manipulation system have ever used. Perhaps people try to do loops in R and other non-R like ways and give up. R is fundamentally a Functional Language and people try to band a square into a round hole and give up?