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 = 1031523

✎ 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
795 795 Reconsideration of the Greenhouse Gas Reporting Program 1031523 Andres Restrepo Sierra Club Teleconference 0
796 796 Reconsideration of the Greenhouse Gas Reporting Program 1031523 Glynis Hill EPA Teleconference 0
797 797 Reconsideration of the Greenhouse Gas Reporting Program 1031523 Liz Goodiel EPA Teleconference 0
798 798 Reconsideration of the Greenhouse Gas Reporting Program 1031523 Jen Bohman EPA Teleconference 0
799 799 Reconsideration of the Greenhouse Gas Reporting Program 1031523 Zack Lippert EPA Teleconference 0
800 800 Reconsideration of the Greenhouse Gas Reporting Program 1031523 Tony Striner OMB Teleconference 1
801 801 Reconsideration of the Greenhouse Gas Reporting Program 1031523 Sofie Miller OMB Teleconference 1

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 757.185ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API