Hacker News new | ask | show | jobs
by clircle 1671 days ago
There is a reason that statisticians love R. It's because the alternative to R for statistical work is SAS, not python. Compared to SAS, R is a godsend.
1 comments

Honestly compared to python for statistical work R is a godsend. Pandas is kinda clunky and ggplot2 is IME more enjoyable than matplotlib.
There's more to python plotting than matplotlib. Check out plotnine for example

I do agree though that pandas can be a pain sometimes...