Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 876 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 876 Bytes

CSV Data Cleaning App

This streamlit app helps you clean and merge CSV files.

Web App

Click Here to use the app online.

Features

  • Upload one or more CSV files
  • Merge CSV files
  • Maintain header of the first upload
  • Delete first row
  • Delete duplicate rows
  • Delete empty rows
  • Preview data before download
  • Download cleaned CSVs as separate files

How to Use

After entering the app, please select "Browse Files" to select CSVs to upload. Then, you can merge, modify, and download your files as needed.

Requirements

  • Python 3.11
  • Streamlit
  • Pandas

Install Required Packages

You can download the required packages using the following pip command:

"pip install streamlit pandas"

Running the App

Run the following command in your terminal:

"streamlit run csv_cleaner.py"