Hacker News new | ask | show | jobs
by wodenokoto 846 days ago
You get into a lot of other problems that are straightforward in pandas/R but very difficult in SQL.
1 comments

It is not either or. Use Python where it is strong, and execute SQL queries from Python where appropriate.

Python as a glue language is one of its strong sides.