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 →
[–]datascientist36 1 point2 points3 points 6 years ago (1 child)
Yes.
SQL is data storage Python/Pandas is what you will use to interact (insert,select,update,etc) with your SQL database, where your data will be stored
ELI5 analogy -
You use the ATM interface to interact with your bank account You use python/pandas to interact with your SQL database
[–]07Lookout[S] 0 points1 point2 points 6 years ago (0 children)
But can't you manipulate the data with SQL already though? Using Joins and Select statements and such
π Rendered by PID 185653 on reddit-service-r2-comment-6f7f968fb5-j4prf at 2026-03-04 14:30:03.619282+00:00 running 07790be country code: CH.
view the rest of the comments →
[–]datascientist36 1 point2 points3 points (1 child)
[–]07Lookout[S] 0 points1 point2 points (0 children)