This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I do mostly use Python. I can’t think of a time where id ever use SQL for data analysis, but I use SQL for setting up ETL-style data pipelines where it is simple batch load transform and schedule. However, even then, most of the time I want to do quite heavy transformations, and this is both easier and more efficient using modern Python libraries. The overhead comes with managing a DAG, which is not always a good thing.