Congress Demographics
Demographics of the U.S. Congress Members
@fivethirtyeight.congress_demographics
Demographics of the U.S. Congress Members
@fivethirtyeight.congress_demographics
CREATE TABLE data_aging_congress (
"congress" BIGINT,
"start_date" TIMESTAMP,
"chamber" VARCHAR,
"state_abbrev" VARCHAR,
"party_code" BIGINT,
"bioname" VARCHAR,
"bioguide_id" VARCHAR,
"birthday" TIMESTAMP,
"cmltv_cong" BIGINT,
"cmltv_chamber" BIGINT,
"age_days" BIGINT,
"age_years" DOUBLE,
"generation" VARCHAR
);
Anyone who has the link will be able to view this.