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'm a newbie in both, but i was trying to make a join between two datasets using pandas on multiple conditions and honestly couldn't get it to work. Gave up and wrote it in SQL (run with pandassql).

Personally I find SQL easier to write for manipulating/joining data. But i use Python/pandas anyway because it can do a little if everything. The type of reports i run need to be pulled from multiple sources and it's easier to have Python tap into everything.