Loading repository data…
Loading repository data…
himanshu-kumar2203 / repository
Python desktop application for analyzing, grouping and visualizing Excel/CSV datasets.
A Python desktop application for analyzing, grouping, and visualizing Excel/CSV datasets with an interactive GUI.
Developed using Python, Tkinter, Pandas, Matplotlib, and ttkbootstrap.
✅ Read CSV and Excel (.xlsx) files
✅ Display dataset information (Rows, Columns, Numeric & Text Columns)
✅ GroupBy operations on categorical columns
✅ Multiple aggregation functions:
✅ Generate interactive charts:
✅ Export reports as:
✅ Export charts as PNG images
Corporate-Data-Analyzer
│
├── charts
│ ├── bar_chart.png
│ ├── column_chart.png
│ ├── line_chart.png
│ └── pie_chart.png
│
├── sample_data
│ ├── raw_sales_data.csv
│ └── raw_sales_data.xlsx
│
├── corporate_data_analyzer.py
├── dashboard_preview.png
├── report_preview.png
├── requirements.txt
├── README.md
├── LICENSE
└── .gitignore
git clone https://github.com/himanshu-kumar2203/corporate-data-analyzer.git
cd corporate-data-analyzer
pip install -r requirements.txt
python corporate_data_analyzer.py
Sample CSV and Excel files are available in the sample_data folder for testing the application.
Himanshu Kumar
B.Tech Information Technology
Netaji Subhas University Of Technology (NSUT), Delhi
This project is licensed under the MIT License.