1. Normalizing Monthly Sales Data
Data AnalystBackground
A sales report contains columns for 'Name', 'Region', 'Jan', 'Feb', and 'Mar'.
Problem
The wide format makes it impossible to calculate total sales per region using standard pivot tables or SQL queries.
How to use
Upload the file, set ID columns to 'name,region', and select 'Jan,Feb,Mar' as the value columns.
keyColumnName: 'month', valueColumnName: 'revenue', outputMode: 'xlsx'Outcome
A clean, long-form table with 'name', 'region', 'month', and 'revenue' columns, ready for database import.