FIN - Risk Management injury Data FY23
This dataset contains the nature of work-related injuries and illnesses that have been reported to the Division of Risk Management in the Finance department that is categorized by Public Safety (Police Officers, Fire Fighters, Sheriff, and Correctional Officers) and non-Public Safety departments from 7/1/2022 to 6/20/2023. This information will be produced annually in July and will represent injuries reported in the previous fiscal year.
Update Frequency : Annually
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 \"montgomerycountymd-gov/fin-risk-management-injury-data-fy23-6bgi-qeja\".\"fin_risk_management_injury_data_fy23\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.