Ultimate CSV Reader is a powerful and feature-rich CSV file viewer and editor built with PyQt5. It provides an intuitive interface for loading, editing, filtering, and exporting CSV files. The application supports advanced data processing features, including search, filtering, statistics, and transformations.
- 📂 Open & Save CSV Files
- 🔍 Search & Filter Data
- 🛠 Edit, Add, and Delete Rows
- 📊 View Statistics of Data
- 📑 Export as CSV, Excel, or JSON
- ⚡ Multi-threaded File Loading for Large CSVs
- 🖥 SQL Query Editor for Data Analysis
- 📜 Custom Data Transformations
Ensure you have Python installed, then run the following commands:
pip install -r requirements.txt
Execute the following command to launch the application:
python main.py
PyQt5
pandas
- Open a CSV file from the menu.
- Edit cells, add or delete rows.
- Filter data using search tools.
- Analyze data statistics.
- Export data to different formats.
Feel free to fork and submit pull requests! 🚀