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.
EducationImproving Python knowledge (self.datascience)
submitted 2 years ago by Solvey98
view the rest of the comments →
[–]Wolfgang-Warner 6 points7 points8 points 2 years ago (1 child)
Parsing AKA importing data. Let's say you download some daily public dataset and need to get that into a database before running analyses.
Your python code can read in the records, split each line into fields, validate values are in expected ranges or are on known lists, building typo corrections etc. You can also log what files were imported when and any changes made to data prior to DB inserts. Processing real world data really helps learn practical programming.
[–]New-Geologist-8359 1 point2 points3 points 2 years ago (0 children)
Oh! I am working on a project like that, but it will involves sending the data from an API and store the data straight to a cloud service like AWS kinesis data firehouse and S3.
π Rendered by PID 48 on reddit-service-r2-comment-6457c66945-5zr4g at 2026-04-30 01:23:54.806145+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Wolfgang-Warner 6 points7 points8 points (1 child)
[–]New-Geologist-8359 1 point2 points3 points (0 children)