Disability Accommodation Requests & Approvals SFY 2023-2024 Statewide Administration
Number of requests for disability accommodations received by the Office of Administration in the previous year.
As in previous years, the denials include requests that were withdrawn or incorrectly submitted, not just requests that were denied.
<B> * DISCLAIMER:</B>“Accommodation Requests Disclaimer: This data is representative of the total number of requests for disability accommodations received by the Office of Administration between July 2023 and May 2024. Because individuals can submit multiple requests, this data is not representative of the total number of individuals who submitted requests for disability accommodations during the reporting period.”
<B> * DISCLAIMER:</B>“Granted Accommodation Requests Disclaimer: This data is representative of the total number of requests for disability accommodations reviewed and granted by the Office of Administration between July 2023 and May 2024. Because individuals can submit multiple requests, this data is not representative of the total number of individuals who received disability accommodations during the reporting period. Finally, because this data does not account for the number of requests that were withdrawn by the individual or were under review by the Office of Administration during the reporting period, but for which no decision had been made, the difference between the total number of requests for disability accommodations received and the total number of requests granted is not representative of the number of requests that were denied during the reporting period.”
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/disability-accommodation-requests-approvals-sfy-ht8x-ghkx\".\"disability_accommodation_requests_approvals_sfy\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.