pid and pid2 should be identical, but it is not....
Could you explain why it happens?
Could you explain why it happens?
Code:
import delimited "https://raw.githubusercontent.com/jayjeo/public/master/EarlyRetirementsUSA/question.csv", varnames(1) clear format pid %20.3f gen pid2=pid sort pid keep pid pid2 format pid2 %20.3f
Comment