Modern Pandas (Part 2): Method Chaining
tomaugspurger.github.io
Modern Pandas (Part 2): Method Chaining
1–10 of 72 posts
Re: Modern Pandas (Part 2): Method Chaining
#2Re: Modern Pandas (Part 2): Method Chaining
#3Re: Modern Pandas (Part 2): Method Chaining
#4Full disclosure - the downside of modern R is the stack traces have been getting worse for a while.
Re: Modern Pandas (Part 2): Method Chaining
#5Pandas may be OK for people who need to do a little data processing in their Python project, but I still recommend R and the tidyverse to those who need a serious tool of thought for analytics. Everything is so much more tidy and concise and intuitive and flexible. You can usually write code that directly expresses your high-level intent with a minimum of syntactic cruft. Full disclosure - the downside of modern R is…
Re: Modern Pandas (Part 2): Method Chaining
#6Pandas may be OK for people who need to do a little data processing in their Python project, but I still recommend R and the tidyverse to those who need a serious tool of thought for analytics. Everything is so much more tidy and concise and intuitive and flexible. You can usually write code that directly expresses your high-level intent with a minimum of syntactic cruft. Full disclosure - the downside of modern R is…
"if you want to do more than statistics, let’s say deployment and reproducibility, Python is a better choice." https://www.guru99.com/r-vs-python.html
Re: Modern Pandas (Part 2): Method Chaining
#7Pandas may be OK for people who need to do a little data processing in their Python project, but I still recommend R and the tidyverse to those who need a serious tool of thought for analytics. Everything is so much more tidy and concise and intuitive and flexible. You can usually write code that directly expresses your high-level intent with a minimum of syntactic cruft. Full disclosure - the downside of modern R is…
Re: Modern Pandas (Part 2): Method Chaining
#8Pandas may be OK for people who need to do a little data processing in their Python project, but I still recommend R and the tidyverse to those who need a serious tool of thought for analytics. Everything is so much more tidy and concise and intuitive and flexible. You can usually write code that directly expresses your high-level intent with a minimum of syntactic cruft. Full disclosure - the downside of modern R is…
Re: Modern Pandas (Part 2): Method Chaining
#9And then I read TFA and realize that I actually dislike people writing poorly formatted method chaining pandas code. The examples in the post are really nicely formatted and easy to read!
Re: Modern Pandas (Part 2): Method Chaining
#10Pandas may be OK for people who need to do a little data processing in their Python project, but I still recommend R and the tidyverse to those who need a serious tool of thought for analytics. Everything is so much more tidy and concise and intuitive and flexible. You can usually write code that directly expresses your high-level intent with a minimum of syntactic cruft. Full disclosure - the downside of modern R is…
Significant part of the work is massaging data and R sucks at that compared to Python. "if you want to do more than statistics, let’s say deployment and reproducibility, Python is a better choice." https://www.guru99.com/r-vs-python.html