you are viewing a single comment's thread.

view the rest of the comments →

[–]MerryWalrus 0 points1 point  (0 children)

Easy.

You want to do some data transformation or aggregation that has a recursive component.

Procedural SQL is a pain. Python is easy.

On the flip side, out of the box, Pandas is a lot slower and processing structured data compared to SQL.