Video Games Rating By 'ESRB'
Predict the ESRB rating for games based on the content that the game rated on.
@kaggle.imohtn_video_games_rating_by_esrb
Predict the ESRB rating for games based on the content that the game rated on.
@kaggle.imohtn_video_games_rating_by_esrb
CREATE TABLE test_esrb (
"title" VARCHAR,
"console" BIGINT,
"alcohol_reference" BIGINT,
"animated_blood" BIGINT,
"blood" BIGINT,
"blood_and_gore" BIGINT,
"cartoon_violence" BIGINT,
"crude_humor" BIGINT,
"drug_reference" BIGINT,
"fantasy_violence" BIGINT,
"intense_violence" BIGINT,
"language" BIGINT,
"lyrics" BIGINT,
"mature_humor" BIGINT,
"mild_blood" BIGINT,
"mild_cartoon_violence" BIGINT,
"mild_fantasy_violence" BIGINT,
"mild_language" BIGINT,
"mild_lyrics" BIGINT,
"mild_suggestive_themes" BIGINT,
"mild_violence" BIGINT,
"no_descriptors" BIGINT,
"nudity" BIGINT,
"partial_nudity" BIGINT,
"sexual_content" BIGINT,
"sexual_themes" BIGINT,
"simulated_gambling" BIGINT,
"strong_janguage" BIGINT,
"strong_sexual_content" BIGINT,
"suggestive_themes" BIGINT,
"use_of_alcohol" BIGINT,
"use_of_drugs_and_alcohol" BIGINT,
"violence" BIGINT,
"esrb_rating" VARCHAR
);
Anyone who has the link will be able to view this.