Uloading
This commit is contained in:
2025-08-02 05:26:16 +07:00
commit 8c43da1d1c
529 changed files with 189689 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
clear
cd c:\chililabdata\data
use inmigration
replace img_date=img_date/86400000
format img_date %td
gen round = substr(observeid, 10,3)
gen socialkey = socialgpid+ round
gen individkey = individid+ round
drop EID socialgpidGuid eventid observeid
duplicates drop individkey, force
sort individkey
save ..\newcode\data\std_inmigration, replace