Hi,
I am looking to see if there is possibility to CLONE select columns to a new output table and have one of the columns as row header. I know i can clone the table first and iterate over the output table to set row header. Is there a better way to do this?
Table.query("SELECT .....").cloneTo("Output_table");