Skip to content

zaidrj/Data_Sweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ—ƒ Data Sweeper – Streamlit Web App for Data Cleaning & Conversion

πŸš€ Overview

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.


✨ Key Features

βœ… 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


πŸ›  Installation & Setup

πŸ“Œ 1. Clone the Repository

git clone https://github.com/zaidrj/Data_Sweeper.git
cd data-sweeper

πŸ“Œ 2. Install Dependencies

pip install -r requirements.txt

πŸ“Œ 3. Run the Streamlit App

streamlit run app.py

🎯 How to Use Data Sweeper

1️⃣ 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


πŸš€ Deploying on Streamlit Cloud

πŸ“Œ 1. Push the Code to GitHub

Ensure your repository is updated with requirements.txt and app.py.

git add .
git commit -m "First commit"
git push origin main

πŸ“Œ 2. Deploy on Streamlit

  1. Go to Streamlit Cloud
  2. Click β€œNew App” β†’ Select your GitHub repo
  3. Choose the main branch and enter app.py as the entry point
  4. Click Deploy

πŸŽ‰ Your app is now live on Streamlit Cloud!


πŸ“¬ Contact & Support

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! πŸš€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages