This streamlit app helps you clean and merge CSV files.
Click Here to use the app online.
- 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
After entering the app, please select "Browse Files" to select CSVs to upload. Then, you can merge, modify, and download your files as needed.
- Python 3.11
- Streamlit
- Pandas
You can download the required packages using the following pip command:
"pip install streamlit pandas"
Run the following command in your terminal:
"streamlit run csv_cleaner.py"