home / aphis

teachable_moments

Teachable moment citations issued during APHIS inspections, categorized by type.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

0 rows where cert_number = "35-H-0013" sorted by inspection_date descending

✎ View and edit SQL

This data as json

category 0

0 records

CREATE TABLE teachable_moments (
    id TEXT PRIMARY KEY,
    cert_number TEXT REFERENCES facilities(cert_number),
    inspection_date TEXT,
    category TEXT,
    description TEXT
);
CREATE INDEX idx_teachable_cert ON teachable_moments(cert_number);
Powered by Datasette · Queries took 23.991ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API