UrbanInstitute / education-data-package-stata

MIT License
19 stars 4 forks source link

School CCD enrollment data doesn't have school ID #53

Closed barose1 closed 5 years ago

barose1 commented 5 years ago

The "school ccd enrollment" data only has year, grade, race, sex - no school_id or seasch or any other primary key.

grahamimac commented 5 years ago

Thanks for reporting @barose1. We're currently working to fix a recent Stata HTTPS error before we can test, confirm, and fix this bug. We apologize for the delay.

grahamimac commented 5 years ago

We've fixed our HTTPS bug, and I can replicate the error you are encountering. We have isolated the problem to a missing variable in our metadata endpoint, which is causing the Stata package to drop the variable when it collects it from the API (the data are there, but the metadata for ncessch is missing).

We're working on fixing this as soon as we can. Thanks again for finding this. We apologize for the inconvenience.

grahamimac commented 5 years ago

Hi @barose1, the issue you reported on this endpoint is now resolved. The only identifiers we have on the underlying data is ncessch, not school_id or seasch, though, but ncessch should now appear in the "school ccd enrollment" call.

If this is a request for additional identifiers, please let me know. Otherwise, thanks for your patience.