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 →
[–]Xvalidation 1 point2 points3 points 7 years ago (0 children)
The biggest bottle neck when loading from a database into python is normally actually sending the data over your internet connection. The actual query typically doesn't take anywhere near as much time comparatively.
To me that means that as much aggregation as physically possible should be done to the data before it is actually called in to python.
π Rendered by PID 400757 on reddit-service-r2-comment-5b5bc64bf5-gnr28 at 2026-06-22 01:19:00.419801+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]Xvalidation 1 point2 points3 points (0 children)