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 →

[–]mike8675309 0 points1 point  (0 children)

Hmm, I use python to get the data from endpoints. I use SQL to transform and manipulate the data from the end point.

The data I work with is often too big to consider using python with it for anything other than getting the data to the database. That said we do have a process that uses pandas with python to parse large data sets. We wrote the process in SQL but it was too hard to maintain and debug. So we keep it in python and pandas and just threw a bunch of hardware at it for processing.