CSV Pivot / Unpivot Transformer

Reshape wide ↔ long CSV locally with aggregation — like pandas melt / pivot_table or Power Query unpivot. Your data never leaves the browser.

Data Analytics & Transformation Local processing

Tool interface

Result

Ready.

Introduction

Most spreadsheets arrive "wide" — one column per month or metric — which is poor for analysis. Tidy "long" data is what SQL, pandas, and BI tools prefer. This tool converts between the two shapes locally.

Limitations

  • Pivot aggregates numeric values; non-numeric cells are skipped.
  • Very large files may be limited by browser memory.

FAQ

Is my data uploaded anywhere?

No. Everything runs locally in your browser.

Related tools

Version and changelog

  • Version: 1.0.0
  • Last updated: August 12, 2026
  • Changelog: Initial production release.