What problem does it solve? It turns raw data from spreadsheets, documents, and images into validated insights and reports without overwhelming the context window, preventing token overflow and garbage-in-garbage-out analysis errors. ## Core Features & Use Cases - Safe Data Exploration: Reads only metadata and small samples (n=5) from CSV, XLSX, DOCX, PDF, Markdown, PNG, and JPG sources, extracting tabular data into CSV for analysis. - Data Quality Checks: Automatically inspects completeness, uniqueness, accuracy, consistency, and cross-file referential integrity before analysis. - Analysis & Visualization: Performs descriptive statistics, hypothesis testing, clustering, time series analysis, and produces charts (Matplotlib, Seaborn, Plotly) plus Markdown, PDF, or DOCX reports. - Use Case: Given a sales CSV and a product category Excel file, merge them, filter refunds, aggregate monthly revenue, and deliver a trend chart with a written insight report. ## Quick Start Analyze the attached sales_2023.csv file, check its data quality, and generate a monthly sales trend report with charts.