Inspector General - Prohibition of Discrimination and Harassment Quarterly Reports
The Independent Inspector General submits Quarterly Reports to the President and the County Board. Quarterly Reports summarize the status of compliance efforts of Cook County government officers and agencies with the non-discrimination and anti-harassment policy requirements set forth in Section 44-53 of the Code of Ordinances and the sexual harassment training requirements of Section 44-58 of the Code of Ordinances.
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 \"datacatalog-cookcountyil-gov/inspector-general-prohibition-of-discrimination-utbg-zyex\".\"inspector_general_prohibition_of_discrimination\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.