home / openregs

oira_meeting_attendees

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

7 rows where meeting_id = 103223

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: attendee_org, is_government

Link rowid ▼ meeting_id attendee_name attendee_org participation_type is_government
805 805 Corporate Average Fuel Economy (CAFE) Preemption 103223 Kim Wilson OMB/OIRA Teleconference 1
806 806 Corporate Average Fuel Economy (CAFE) Preemption 103223 Timothy Mullins DOT Teleconference 0
807 807 Corporate Average Fuel Economy (CAFE) Preemption 103223 Hunter Oliver NHTSA/DOT Teleconference 0
808 808 Corporate Average Fuel Economy (CAFE) Preemption 103223 Jonathan Wiener California Department of Justice Teleconference 0
809 809 Corporate Average Fuel Economy (CAFE) Preemption 103223 M. Elaine. Meckenstock California Department of Justice Teleconference 0
810 810 Corporate Average Fuel Economy (CAFE) Preemption 103223 Pippin Brehler California Air Resources Board Teleconference 0
811 811 Corporate Average Fuel Economy (CAFE) Preemption 103223 Wesley Dyer California Air Resources Board Teleconference 0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE oira_meeting_attendees (
    meeting_id TEXT REFERENCES oira_meetings(meeting_id),
    attendee_name TEXT,
    attendee_org TEXT,
    participation_type TEXT,
    is_government INTEGER DEFAULT 0
);
CREATE INDEX idx_oira_attendees_mid ON oira_meeting_attendees(meeting_id);
CREATE INDEX idx_oira_attendees_org ON oira_meeting_attendees(attendee_org);
Powered by Datasette · Queries took 1212.77ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API