What problem does it solve? Turning raw CSV uploads into trustworthy interactive dashboards requires careful parsing, correct metric aggregation, and browser-level verification, all of which are easy to get wrong silently. ## Core Features & Use Cases - Robust CSV Parsing: Handles quoted fields, embedded newlines, escaped quotes, BOM, and CRLF while rejecting duplicate headers and ragged records. - Truthful Metrics and Export: Aggregates source data for every metric, tooltip, and exported row, preserving original values including formula-looking text. - Browser Verification: Runs Playwright-based proof, screenshot, and performance scripts that write verdicts and hashed browser-proof artifacts. - Use Case: Upload a 4 MB sales CSV with period and region columns, map the numeric revenue column, filter by quarter, inspect individual points via keyboard, and export the filtered selection as CSV. ## Quick Start Ask the agent to build a Data Studio dashboard from your uploaded CSV and run the verification scripts to confirm the metrics and layout.