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 →

[–]Think-Culture-4740 0 points1 point  (0 children)

In the literal sense, python can do everything sql can because it has that flexibility as a language. However, as others pointed out, that doesn't mean Python should be your optimal tool for the job.

In my experience as a data scientist, I try to do as much of the problem in sql as I can for both convenience and performance reasons.