1. Profile a transactional CSV before loading it into BI
Data AnalystBackground
An analyst receives a weekly CSV export of customer transactions that needs to be visualized in a BI dashboard.
Problem
The raw export often contains duplicate transaction IDs, missing amounts, and mixed date formats that break the dashboard.
How to use
Paste the CSV into the Dataset Input, set 'Duplicate Key Columns' to 'id', and generate the report.
Duplicate Key Columns: id
Sample Rows: 8Outcome
The report flags duplicate 'id' rows, highlights missing values in the 'amount' column, and detects format drift in the 'created_at' dates.