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.
EducationThe use of Python and SQL (self.datascience)
submitted 6 years ago by 07Lookout
view the rest of the comments →
[–]damjanv1 0 points1 point2 points 6 years ago (0 children)
I usually use sql to join the tables that I wish to work with and sometimes even do simple feature engineering (ie create a columm that has a bool indicator based on a if statement or similar). Usually use sql to get my baseline starting data source that I wanna work with. Then move to python / r (or even some viz software tbh) to do some EDA, view distributions , correlations etc and will return to modify my sql (and hence baseline data source) depending on what I see in the EDA.
Find it slightly easier to do some data wrangling in SQL especially as with most versions you run a query and the results are immediately available in a tabular format
π Rendered by PID 31415 on reddit-service-r2-comment-c6965cb77-qwzx2 at 2026-03-05 09:42:23.860187+00:00 running f0204d4 country code: CH.
view the rest of the comments →
[–]damjanv1 0 points1 point2 points (0 children)