- Corporate Data Analyzer is a simple Python-based desktop application that helps users analyze data from Excel or CSV files. It allows users to create summarized reports using GroupBy and aggregation functions, preview results in a table, visualize data with different chart types and export both reports and charts.
π Load CSV and Excel (.csv/.xlsx) files
π Automatically detect text and numeric columns
π Group data by a selected column
β Apply aggregations: Sum, Mean, Max, Min, Count, Median
π Preview summarized report in a table
π Create charts: Bar, Column, Line, and Pie
πΌοΈ Export charts as PNG image
π Export reports as Excel (.xlsx) or CSV (.csv)
π§Ή Handles numeric values with commas (e.g., 12,000 β 12000)
π₯οΈ User-friendly Tkinter GUI