Is there a way to do a simple transposed view of CSV?
Author: ghostCreated Apr 6, 2020Updated Jul 15, 2026
Labelsduplicate
I often have to query time series data-warehouses with over 500 columns . I tried xtab and reshape but cannot get a simple transform of just rotating my laptop by 90 degree. Generally the time range is a week and we need to see all the values side by side to observe how its changing, so json etc is not right. Any help is appreciated.
Source: johnkerl/miller