first_column_as_header
in transpose
#8095
Labels
enhancement
New feature or an improvement of an existing feature
first_column_as_header
in transpose
#8095
Problem description
The method transpose could be very handy when you have to review a list of variables of ids. I already find it's much easier to scroll vertically than horizontally.
Right now, you can do the following but the first row is redundant.
You can add
slice(1)
maybe, but can we add a param likefirst_column_as_new_header
so that everything will be taken care of:This could also potentially useful for transpose a describe table
The text was updated successfully, but these errors were encountered: