Hi I have a csv file which have follwong fields. timestamp;var1_min;var1_max;var1_avg;var2_min;var2_max;var2_avg;var3_min;var3_max;var3_avg and I would like to create a table fromt this file as follows Timestamp Variable Min Max Average ####### 1 - - - ####### 2 - - - ####### 3 - - -
So the question is how i can integrate the min max and average values of different variables in to one column with respect to column variable and timestamp. Thank You in advance