UrbanInstitute / education-data-package-stata

MIT License
19 stars 4 forks source link

CCD school directory missing all seasch for year=2014 #52

Closed barose1 closed 5 years ago

barose1 commented 5 years ago

The variable seasch is entirely missing for the CCD school directory for 2014 (2014-15). This may be due to the extensive changes NCES made to the CCD that year, including renaming the seasch variable to ST_SCHID.

In Stata/SE 15.1 I used:

educationdata using "school ccd directory", sub(fips=24) clear by year, sort: tab seasch

There are seasch values for all years except 2014.

I also tried:

educationdata using "school ccd directory", sub(year=2014) clear tab seasch

Stata reported "no observations".

vrosenboom commented 5 years ago

Thanks for pointing this out @barose1! We're looking into this issue now.

grahamimac commented 5 years ago

Tested and this seems to work now, so closing.

barose1 commented 5 years ago

Confirmed, working now, thanks!