Baselight

Friends TV Show: All Seasons And Episodes Data

The One with All the Data

@kaggle.ruchi798_friends_tv_show_all_seasons_and_episodes_data

Loading...
Loading...

About this Dataset

Friends TV Show: All Seasons And Episodes Data

Context

Friends is one of my all-time favourite sitcoms 🥳
It received great acclaim throughout its run, becoming one of the most popular television shows among a worldwide audience.

Content

  • Date
  • Episode
  • Title
  • Directed by
  • Written by
  • Duration
  • Summary
  • Rating/Share
  • U.S. viewers
  • Prod. code

Tables

Friends Info

@kaggle.ruchi798_friends_tv_show_all_seasons_and_episodes_data.friends_info
  • 49.48 KB
  • 229 rows
  • 10 columns
Loading...

CREATE TABLE friends_info (
  "date" TIMESTAMP,
  "episode" VARCHAR,
  "title" VARCHAR,
  "directed_by" VARCHAR,
  "written_by" VARCHAR,
  "duration" DOUBLE,
  "summary" VARCHAR,
  "rating_share" VARCHAR,
  "u_s_viewers" VARCHAR,
  "prod_code" VARCHAR
);

Share link

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