ig_recommendations
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where report_id = "acf-should-improve-oversight-head-start-better-protect-childrens-safety"
This data as json, CSV (advanced)
| Link | rowid ▼ | report_id | rec_number | significant | text | questioned_costs | funds_for_better_use |
|---|---|---|---|---|---|---|---|
| 54 | 54 | ACF Should Improve Oversight of Head Start To Better Protect Children's Safety acf-should-improve-oversight-head-start-better-protect-childrens-safety | 22-E-BL-037.01 | No | ACF should improve Head Start grant recipients' self-reporting of incidents of child abuse, lack of supervision, and unauthorized release through better guidance and stronger consequences for failure to report. | 0 | 0 |
| 55 | 55 | ACF Should Improve Oversight of Head Start To Better Protect Children's Safety acf-should-improve-oversight-head-start-better-protect-childrens-safety | 22-E-BL-037.03 | No | ACF shpould improve data-sharing with States about incidents of child abuse, lack of supervision, and unauthorized release in Head Start centers. | 0 | 0 |
| 56 | 56 | ACF Should Improve Oversight of Head Start To Better Protect Children's Safety acf-should-improve-oversight-head-start-better-protect-childrens-safety | 22-E-BL-037.04 | No | ACF should disseminate information about innovative practices that OHS regional offices have developed to better identify and prevent incidents that threaten children's safety. | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE ig_recommendations (
report_id TEXT REFERENCES ig_reports(report_id),
rec_number TEXT,
significant TEXT,
text TEXT,
questioned_costs INTEGER DEFAULT 0,
funds_for_better_use INTEGER DEFAULT 0
);
CREATE INDEX idx_ig_rec_report ON ig_recommendations(report_id);
CREATE INDEX idx_ig_rec_sig ON ig_recommendations(significant);