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
Includes the number, percentage, and context of f**k used in each episode
@kaggle.joebeachcapital_roy_kent_f_bombs
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
);
Anyone who has the link will be able to view this.