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

6 rows where granule_id = "CREC-2017-10-25-pt1-PgH8204-2" sorted by speaker_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

speaker_name 6

  • A. Donald McEachin 1
  • Doug Collins 1
  • John Conyers, Jr. 1
  • Matt Cartwright 1
  • Stephen F. Lynch 1
  • Ted S. Yoho 1
Link granule_id speaker_name ▼ speaker_role bioguide_id party state
CREC-2017-10-25-pt1-PgH8204-2,A. Donald McEachin SUNSHINE FOR REGULATIONS AND REGULATORY DECREES AND SETTLEMENTS ACT OF 2017 CREC-2017-10-25-pt1-PgH8204-2 A. Donald McEachin speaking M001200 D VA
CREC-2017-10-25-pt1-PgH8204-2,Doug Collins SUNSHINE FOR REGULATIONS AND REGULATORY DECREES AND SETTLEMENTS ACT OF 2017 CREC-2017-10-25-pt1-PgH8204-2 Doug Collins speaking C001093 R GA
CREC-2017-10-25-pt1-PgH8204-2,John Conyers, Jr. SUNSHINE FOR REGULATIONS AND REGULATORY DECREES AND SETTLEMENTS ACT OF 2017 CREC-2017-10-25-pt1-PgH8204-2 John Conyers, Jr. speaking C000714 D MI
CREC-2017-10-25-pt1-PgH8204-2,Matt Cartwright SUNSHINE FOR REGULATIONS AND REGULATORY DECREES AND SETTLEMENTS ACT OF 2017 CREC-2017-10-25-pt1-PgH8204-2 Matt Cartwright speaking C001090 D PA
CREC-2017-10-25-pt1-PgH8204-2,Stephen F. Lynch SUNSHINE FOR REGULATIONS AND REGULATORY DECREES AND SETTLEMENTS ACT OF 2017 CREC-2017-10-25-pt1-PgH8204-2 Stephen F. Lynch speaking L000562 D MA
CREC-2017-10-25-pt1-PgH8204-2,Ted S. Yoho SUNSHINE FOR REGULATIONS AND REGULATORY DECREES AND SETTLEMENTS ACT OF 2017 CREC-2017-10-25-pt1-PgH8204-2 Ted S. Yoho speaking Y000065 R FL

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