PA Child Care Workforce Race Current County Human Services
This data set shows the number of individuals in the Pennsylvania child care workforce by race category selected by the individual by county. This data is determined by the race category selection(s) entered within the Professional Development (PD) Registry. 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-race-current-county-human-i97t-bese\".\"pa_child_care_workforce_race_current_county_human\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.