Hello everyone,
Could you please help me with this ?
I am trying to reshape this data:
I woul like to keep these variables : year month day date dow, create a new variable named series, containing the variables names :bal rev exp exp_gen bal_gen rev_yy and a variable for the values of these last variables.
Thank you
Could you please help me with this ?
I am trying to reshape this data:
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input str4 year str2(month day) float(date dow) double bal float(rev exp exp_gen bal_gen rev_yy) "2014" "01" "09" 132 4 22.79101800002 . .00672 0 . . end
Thank you

Comment