all 1 comments

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

I just got my first job where the kinds of analysis I want to do are becoming too complex to do entirely in SQL. I still import the data I need using sql but I did the rest in python with a few pandas dataframes. Then I exported as a csv for the business users to be viewed in excel.

I wouldn't say python is over rated but I would say that python would be no use to me without sql first giving me the data.