The CSV Editor is a user-friendly web application built with Streamlit. It simplifies CSV file management by allowing users to upload, process, and edit their data. The app automatically checks for required columns, applies necessary transformations, and displays the data in an editable format. Once modifications are complete, users can download the final CSV file.
- Upload CSV: Upload a CSV file that contains all the required columns.
- Validation: Automatically checks for missing required columns and alerts the user.
- Data Processing: The app processes the CSV to apply any necessary transformations.
- Edit Data: View and edit the processed CSV in an interactive table format.
- Download CSV: After editing, download the updated CSV file.
- Upload a CSV file.
- The app validates the file, checking for required columns.
- The CSV is processed and displayed for editing.
- Make any additional changes as needed.
- Download the final, transformed CSV file.