Hi everyone,
I have a data looks like below,
I want to change the format to the form as below:

Anyone knows how to realize this in Stata?
Thanks!
I have a data looks like below,
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input str106 Show byte episode float(comment_nj_1 comment_zyq_1 comment_hsy_1) "Show" 1 414 4 140 "Show" 2 527 9 304 "Show" 3 774 25 308 "Show" 4 993 2 572 "Show" 5 761 5 384 "Show" 6 1534 1 421 "Show" 7 1231 11 429 "Show" 8 893 9 320 "Show" 9 1856 5 331 "Show" 10 1123 4 638 "Show" 11 1101 3 363 "Show" 12 1641 4 31 "Show" 13 3746 38 150 end
Anyone knows how to realize this in Stata?
Thanks!

Comment