Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 670 Bytes

File metadata and controls

22 lines (19 loc) · 670 Bytes
sample file
┌─────┬────────┐
│ idx │ name   │
├─────┼────────┤
│  1  │ tom    │
│  2  │ jerry  │
│  3  | hansen |
└─────┴────────┘

transpose result

┌─────┬─────┬──────┬───────┐
│ idx │ 1   │ 2    │ 3     │
├─────┼─────┼──────┼───────┤
│ name│ tom │ jerry│ hansen│
└─────┴─────┴──────┴───────┘