Baselight

The Big Bang Theory - Plots (All Seasons)

Plots of all the episodes from all 12 seasons of The Big Bang Theory

@kaggle.quadeer15sh_the_big_bang_theory_plots_all_seasons

Loading...
Loading...

About this Dataset

The Big Bang Theory - Plots (All Seasons)

The dataset contains the plot summaries and additional meta data related to all the episodes across 12 seasons of The Big Bang Theory.

Kagglers maybe interested in the following kinds of problem statements:

  1. Similarity in plot styles of different episodes
  2. Generating plots using the plots of the previous seasons
  3. Analysis of viewership against the plot content
  4. Similarity in plot styles under the direction of different directors

Tables

The Big Bang Theory

@kaggle.quadeer15sh_the_big_bang_theory_plots_all_seasons.the_big_bang_theory
  • 200.58 KB
  • 279 rows
  • 10 columns
Loading...

CREATE TABLE the_big_bang_theory (
  "season" BIGINT,
  "no_overall" BIGINT,
  "no_inseason" BIGINT,
  "title" VARCHAR,
  "directed_by" VARCHAR,
  "written_by" VARCHAR,
  "original_air_date" VARCHAR,
  "prod_code" VARCHAR,
  "u_s_viewers_millions" DOUBLE,
  "plot" VARCHAR
);

Share link

Anyone who has the link will be able to view this.