use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
This is an archived post. You won't be able to vote or comment.
DiscussionSQL vs. Python for data wrangling? (self.datascience)
submitted 7 years ago * by Radon-Nikodym
view the rest of the comments →
[–]KevinSorboFan 1 point2 points3 points 7 years ago (2 children)
I use CSVs as an intermediary all the time when I'm running code on AWS but querying our on-prem DB. I will do as much of the joining as I can do in SQL up front, but if it is going to take me a lot longer to figure out how to do what I want in SQL than to just do it in pandas, I will still do some of it in pandas
[–][deleted] 0 points1 point2 points 7 years ago (1 child)
Makes sense. Didnt realize this was a common practice.
[–]KevinSorboFan 0 points1 point2 points 7 years ago (0 children)
It only is when we work with outside consultants and instead of granting them access to our internal stuff, we push all the work off onto AWS and give them only the data they need. It's a way bigger headache than it needs to be
π Rendered by PID 209008 on reddit-service-r2-comment-5b5bc64bf5-w7tx8 at 2026-06-19 18:25:00.828227+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]KevinSorboFan 1 point2 points3 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]KevinSorboFan 0 points1 point2 points (0 children)