PA Child Care Workforce Age Range Current County Human Services
This data set shows the number of individuals in the Pennsylvania child care workforce within specific age ranges as reported in the Professional Development (PD) Registry. Individual ages are calculated based on the birthdate entered in the PD Registry. If the birthdate is blank, data will show as “unknown.” Data is included only for individuals working in family child care, group child care, and center child care. Data is current as of the last day of the quarter prior to the posted report. This report will be updated twice a year.
To protect the confidentiality of participants in OCDEL’s programs, it is necessary to limit the amount of data that is available, even in aggregate form. Specifically, counts of 50 or less have been suppressed to protect the confidentiality of individuals (Number is not displayed when count of individuals is less than 51.).
DISCLAIMER: OCDEL is not representing that this information is current or accurate beyond the day it was posted. OCDEL shall not be held liable for any improper or incorrect use of the information described and/or contained herein and assumes no responsibility for anyone's use of the information.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"pa-gov/pa-child-care-workforce-age-range-current-county-sv3j-z3tn\".\"pa_child_care_workforce_age_range_current_county\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.