home / openregs

crec_speakers

Normalized speaker data from the Congressional Record. Links members of Congress to their floor speeches, remarks, and procedural actions. 1,800+ unique speakers.

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

3 rows where granule_id = "CREC-2017-10-02-pt1-PgH7646" sorted by speaker_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state

speaker_name 3

  • A. Donald McEachin 1
  • Doug LaMalfa 1
  • Tom McClintock 1
Link granule_id speaker_name ▼ speaker_role bioguide_id party state
CREC-2017-10-02-pt1-PgH7646,A. Donald McEachin GUIDES AND OUTFITTERS ACT CREC-2017-10-02-pt1-PgH7646 A. Donald McEachin speaking M001200 D VA
CREC-2017-10-02-pt1-PgH7646,Doug LaMalfa GUIDES AND OUTFITTERS ACT CREC-2017-10-02-pt1-PgH7646 Doug LaMalfa speaking L000578 R CA
CREC-2017-10-02-pt1-PgH7646,Tom McClintock GUIDES AND OUTFITTERS ACT CREC-2017-10-02-pt1-PgH7646 Tom McClintock speaking M001177 R CA

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE crec_speakers (
    granule_id TEXT NOT NULL REFERENCES congressional_record(granule_id),
    speaker_name TEXT NOT NULL,
    speaker_role TEXT,
    bioguide_id TEXT,
    party TEXT,
    state TEXT,
    PRIMARY KEY (granule_id, speaker_name)
);
CREATE INDEX idx_crec_speaker_name ON crec_speakers(speaker_name);
CREATE INDEX idx_crec_speaker_bioguide ON crec_speakers(bioguide_id);
CREATE INDEX idx_crec_speaker_granule ON crec_speakers(granule_id);
Powered by Datasette · Queries took 744.53ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API