This is my first project on Flavortown. I’m excited to share my progress! I am making Data Cleaning Pipeline where users will upload their pdf,csv or excel and my website will clean it for them :”)
This is my first project on Flavortown. I’m excited to share my progress! I am making Data Cleaning Pipeline where users will upload their pdf,csv or excel and my website will clean it for them :”)
I’ve built a Streamlit UI that lets you upload a CSV and instantly clean it by dropping duplicate rows/columns and stripping extra spaces from text. User will choose what functions he want to run using the provided buttons. I already pushed the code for these three core functions and added a data preview so you can see the results immediately. For the next session, I’m moving on to removing special characters and fixing missing values.
Log in to leave a comment
I spent an hour setting up a Streamlit interface to handle the tedious parts of data cleaning. I wrote three core functions that take any uploaded CSV and automatically fix it: one to strip hidden whitespaces from text, one to drop duplicate rows, and a third to find and remove identical columns. The goal was to make something generic so I don’t have to manually clean files every time I start a new project. It’s simple, fast, and handles the “dirty” data work in one click.
Log in to leave a comment
I’m working on my first project! This is so exciting. I can’t wait to share more updates as I build.
Log in to leave a comment