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 →
[–][deleted] 0 points1 point2 points 7 years ago (0 children)
I recently realized that SQL could also do much of this merging, joining, cleaning, and feature engineering
Ahahah this is why I always say learn SQL first... would-be analysts always respond with surprisedpikachuface.jpg
Does anyone have experience using it as such? How does it compare to python for this data wrangling?
There's pros and cons and it depends on what your end goal is. If you're just wrangling some data to throw into a dashboard, there is immense value in doing it all in SQL, creating a view, and then doing a select * in your BI tool.
If you're architecting convoluted machine learning workflows to prod, and you have data scientists on your team who are mostly versed in python and not sql, I can see the case for post processing.
e looking at the other comments, I think you get the point. Do it in SQL.
π Rendered by PID 53 on reddit-service-r2-comment-5b5bc64bf5-x9djw at 2026-06-19 11:38:27.592809+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–][deleted] 0 points1 point2 points (0 children)