Big Bang Theory Episodes
The Big Bang Theory Episodes and Ratings
@kaggle.bcruise_big_bang_theory_episodes
The Big Bang Theory Episodes and Ratings
@kaggle.bcruise_big_bang_theory_episodes
CREATE TABLE big_bang_theory_episodes (
"season" BIGINT,
"episode_num_in_season" BIGINT,
"episode_num_overall" BIGINT,
"title" VARCHAR,
"directed_by" VARCHAR,
"written_by" VARCHAR,
"original_air_date" TIMESTAMP,
"prod_code" VARCHAR,
"us_viewers" DOUBLE
);
CREATE TABLE big_bang_theory_imdb (
"season" BIGINT,
"episode_num" BIGINT,
"title" VARCHAR,
"original_air_date" VARCHAR,
"imdb_rating" DOUBLE,
"total_votes" BIGINT,
"desc" VARCHAR
);
Anyone who has the link will be able to view this.