Baselight

Ted Lasso: Roy Kent F-Bombs

Includes the number, percentage, and context of f**k used in each episode

@kaggle.joebeachcapital_roy_kent_f_bombs

Richmondway
@kaggle.joebeachcapital_roy_kent_f_bombs.richmondway

  • 13 KB
  • 34 rows
  • 16 columns
character

Character

episode_order

Episode Order

season

Season

episode

Episode

season_episode

Season Episode

f_count_rk

F Count RK

f_count_total

F Count Total

cum_rk_season

Cum Rk Season

cum_total_season

Cum Total Season

cum_rk_overall

Cum Rk Overall

cum_total_overall

Cum Total Overall

f_score

F Score

f_perc

F Perc

dating_flag

Dating Flag

coaching_flag

Coaching Flag

imdb_rating

Imdb Rating

Roy Kent111S1_e12132132130.153846153846153815.4NoNo7.8
Roy Kent212S1_e2284214210.2525NoNo8.1
Roy Kent313S1_e3713113411340.538461538461538453.8NoNo8.5
Roy Kent414S1_e4817195119510.470588235294117647.1NoNo8.2
Roy Kent515S1_e5413236423640.307692307692307730.8NoNo8.9
Roy Kent616S1_e629257325730.222222222222222222.2NoNo8.5
Roy Kent717S1_e7515308830880.333333333333333333.3NoNo9
Roy Kent818S1_e871837106371060.388888888888888938.9YesNo8.7
Roy Kent919S1_e9142251128511280.636363636363636463.6YesNo8.6
Roy Kent10110S1_e1052256150561500.227272727272727222.7YesNo9.1

CREATE TABLE richmondway (
  "character" VARCHAR,
  "episode_order" BIGINT,
  "season" BIGINT,
  "episode" BIGINT,
  "season_episode" VARCHAR,
  "f_count_rk" BIGINT,
  "f_count_total" BIGINT,
  "cum_rk_season" BIGINT,
  "cum_total_season" BIGINT,
  "cum_rk_overall" BIGINT,
  "cum_total_overall" BIGINT,
  "f_score" DOUBLE,
  "f_perc" DOUBLE,
  "dating_flag" VARCHAR,
  "coaching_flag" VARCHAR,
  "imdb_rating" DOUBLE
);

Share link

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