Dear community,

My original data are in long shape. When I reshape long to wide there is an increase in the number of observations. When I reshape back to long, these extra observations created remain in the long shape. Any clues to deal with this?

id variable: rc_pid
time variable: wave

Code:
reshape wide varlist , i(rc_pid) j(wave)