Satisfying my data curiosity; starting from engineering data.
PROJECTS
2022-10-30
Cleanup with Click!
Using click, this cli app organises messy folders, by putting similar files into folders. ie all documents into a Document folder, images into Images folder etc.
2022-06-30
Stringify!
This desktop app converts a collection of objects into string versions, it also supports adding a delimeter for each object.
2020-08-20
Web Scrapping API-less.
Using python requests and beautiful soup this project provides a multi-page scraper for an e-commerce site that does not have an API.
2020-07-30
End to End ETL Pipeline
I explore creating a full end to end pipeline that extracts data from a postgres db transforms it and loads the data back into a postgres db using pyspark