Hacker News new | ask | show | jobs
by salamandersauce 1671 days ago
Honestly compared to python for statistical work R is a godsend. Pandas is kinda clunky and ggplot2 is IME more enjoyable than matplotlib.
1 comments

There's more to python plotting than matplotlib. Check out plotnine for example

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