A powerful and user-friendly CSV editor built with Streamlit, allowing users to upload, view, and dynamically edit CSV files directly in the browser. This tool is designed for quick data manipulation without the need for complex spreadsheets or additional software.
Clone the repository:
git clone https://github.com/varshith-Git/csv_editor.git
cd csv_editor
Install the required dependencies:
pip install streamlit pandas
Run the application:
streamlit run app.py
Open the link provided by Streamlit in your browser.
Upload your CSV file and start editing. Once you're done, you can download the edited file directly.
Contributions are welcome! Please fork the repository and submit a pull request with your changes. Ensure your code follows the project's coding standards and is well-documented.
This project is licensed under the Apache License. See the LICENSE file for more information.
Gudur Varshith
Data Engineer with expertise in data modeling, ingestion, and migration. Passionate about building innovative data solutions.
Thanks to the Streamlit community and contributors for providing the tools to make this project possible.