House MD Transcripts
Scraped data from complete eight-season scripts of the Fox Medical Drama.
@kaggle.kunalbhar_house_md_transcripts
Scraped data from complete eight-season scripts of the Fox Medical Drama.
@kaggle.kunalbhar_house_md_transcripts
House M.D is an American television medical drama that originally ran on the Fox network for eight seasons, from November 16, 2004 to May 21, 2012. The show's main character is Dr. Gregory House, a pain medication-dependent, unconventional, misanthropic medical genius who leads a team of diagnostic fellows at the fictional Princeton–Plainsboro Teaching Hospital (PPTH) in Princeton, New Jersey.
The dataset contains 72286 rows and 2 columns in a tabular format divided into 8 seasons.
Source: Clinic Duty LiveJournal
CREATE TABLE season2 (
"name" VARCHAR,
"line" VARCHAR
);CREATE TABLE season3 (
"name" VARCHAR,
"line" VARCHAR
);CREATE TABLE season4 (
"name" VARCHAR,
"line" VARCHAR
);CREATE TABLE season5 (
"name" VARCHAR,
"line" VARCHAR
);CREATE TABLE season6 (
"name" VARCHAR,
"line" VARCHAR
);CREATE TABLE season7 (
"name" VARCHAR,
"line" VARCHAR
);CREATE TABLE season8 (
"name" VARCHAR,
"line" VARCHAR
);Anyone who has the link will be able to view this.