US Election 2020 - Presidential Debates
Full transcripts and audio for the 2020 US Presidential Debates
@kaggle.headsortails_us_election_2020_presidential_debates
Full transcripts and audio for the 2020 US Presidential Debates
@kaggle.headsortails_us_election_2020_presidential_debates
CREATE TABLE us_election_2020_1st_presidential_debate (
"speaker" VARCHAR,
"minute" VARCHAR,
"text" VARCHAR
);
CREATE TABLE us_election_2020_2nd_presidential_debate (
"speaker" VARCHAR,
"minute" VARCHAR,
"text" VARCHAR
);
CREATE TABLE us_election_2020_biden_town_hall (
"speaker" VARCHAR,
"minute" VARCHAR,
"text" VARCHAR
);
CREATE TABLE us_election_2020_trump_town_hall (
"speaker" VARCHAR,
"minute" VARCHAR,
"text" VARCHAR
);
CREATE TABLE us_election_2020_vice_presidential_debate (
"speaker" VARCHAR,
"minute" VARCHAR,
"text" VARCHAR
);
Anyone who has the link will be able to view this.