How can I get a list of all columns in a sheet? #1081
-
Hi there I have quite a few sheets with lots of columns, and to make it worse these columns' names are rather long. So it is hard to get an overview over all columns. Is there a way to see a (vertical) list of all columns? Something similar to what Thanks for any pointers. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi there @halloleo - there are a couple good ways to get column overviews in VisiData. Using some sample data as an example, your
With that file open in VisiData,
That's a useful way to see a vertical list of columns. Depending on your motivation when you're looking for a column overview,
It seems like |
Beta Was this translation helpful? Give feedback.
Hi there @halloleo - there are a couple good ways to get column overviews in VisiData. Using some sample data as an example, your
csvcut -n
reference shows:With that file open in VisiData,
Shift+C
opens a "Columns" sheet that lists column names vertically along with a number of other column-level properties.