The Office (US) - Complete Dialogue/Transcript
45,000+ lines of dialogue from 9 seasons of The Office
@kaggle.nasirkhalid24_the_office_us_complete_dialoguetranscript
45,000+ lines of dialogue from 9 seasons of The Office
@kaggle.nasirkhalid24_the_office_us_complete_dialoguetranscript
Data mined from transcripts of the show.
Season: Season Number
Episode: Episode Number
Title: Name of the Episode
Scene: Scene number (running value from start of dataset)
Speaker: Character name
Line: Dialogue of character
Version 3 Updates - based on feedback from @saradata
CREATE TABLE the_office_lines_v4 (
"season" BIGINT,
"episode" BIGINT,
"title" VARCHAR,
"scene" BIGINT,
"speaker" VARCHAR,
"line" VARCHAR,
"unnamed_6" VARCHAR -- Unnamed: 6
);
Anyone who has the link will be able to view this.