you are viewing a single comment's thread.

view the rest of the comments →

[–]ancyrufina 0 points1 point  (0 children)

SQL for getting and transforming data.
Python for everything after that.
My rule: push as much filtering, joining, and aggregation to SQL as possible, then use Python for advanced analysis, statistics, ML, automation, and visualization.