Skip to content

A lightweight Streamlit app that uploads CSV files, cleans them (handles missing values, normalizes columns, adds derived metrics), and lets users preview and download the cleaned dataset.

Notifications You must be signed in to change notification settings

arka-codes264/CSV-Dataset-Cleaner-V1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CSV-Dataset-Cleaner-V1

A simple yet powerful Streamlit-based web application that allows users to upload raw CSV files, automatically clean and preprocess them, and then download the cleaned version for further analysis or modeling.

The app performs basic data cleaning operations such as renaming columns, filling missing values, and adding derived columns (like listing gain percentage). Users can preview both raw and cleaned data, view summary statistics, and optionally save cleaned CSVs to the server with unique filenames.

⚙️ Key Features:

📤 Upload any CSV dataset

🧹 Automatic cleaning pipeline (fill NaNs, normalize column names, add computed fields)

💾 Option to save cleaned file on the server or download instantly

📊 Instant preview of raw and cleaned data

📈 Basic descriptive statistics from cleaned data

💡 Use Case:

Ideal for data scientists, analysts, and students who want a quick, no-code solution for cleaning messy CSV datasets before deeper analysis or model training.

About

A lightweight Streamlit app that uploads CSV files, cleans them (handles missing values, normalizes columns, adds derived metrics), and lets users preview and download the cleaned dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages