Descrizione
Agent LLM data analyst: analizza dati tabulari (JSON/CSV) ed estrae distribuzioni per colonna, outlier (metodo IQR), correlazioni tra colonne (Pearson r), missing-value pattern, trend chiave. Output JSON: { columns: [{ name, type, missing, stats }], correlations: [{ a, b, r }], anomalies, insights }. Use case: EDA preliminare su CSV uploaded, anomaly detection metriche business, pre-processing dataset per ML, audit qualità dati post-import legacy.
