Data Sweeper is a Streamlit-based web application that allows users to upload, clean, visualize, and convert CSV and Excel files. It helps streamline data processing by removing duplicates, filling missing values, and converting files between different formats effortlessly.
β
Upload multiple CSV & Excel files
β
Preview and clean data (remove duplicates, fill missing values, etc.)
β
Select specific columns for data processing
β
Visualize numerical data using interactive charts
β
Convert and download files in CSV or Excel format
git clone https://github.com/zaidrj/Data_Sweeper.git
cd data-sweeperpip install -r requirements.txtstreamlit run app.py1οΈβ£ Upload a CSV or Excel file
2οΈβ£ Preview the data in a clean tabular format
3οΈβ£ Use the cleaning options (remove duplicates, fill missing values)
4οΈβ£ Select columns for further processing
5οΈβ£ Visualize numerical data with interactive charts
6οΈβ£ Convert and download the cleaned file in CSV/Excel format
Ensure your repository is updated with requirements.txt and app.py.
git add .
git commit -m "First commit"
git push origin main- Go to Streamlit Cloud
- Click βNew Appβ β Select your GitHub repo
- Choose the
mainbranch and enterapp.pyas the entry point - Click Deploy
π Your app is now live on Streamlit Cloud!
If you have any questions or issues, feel free to open an issue in the repository or contact me at:
π₯ Star the Repo β & Share with Others! π