Baselight

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

Test Esrb
@kaggle.imohtn_video_games_rating_by_esrb.test_esrb

  • 35.76 KB
  • 500 rows
  • 34 columns
title

Title

console

Console

alcohol_reference

Alcohol Reference

animated_blood

Animated Blood

blood

Blood

blood_and_gore

Blood And Gore

cartoon_violence

Cartoon Violence

crude_humor

Crude Humor

drug_reference

Drug Reference

fantasy_violence

Fantasy Violence

intense_violence

Intense Violence

language

Language

lyrics

Lyrics

mature_humor

Mature Humor

mild_blood

Mild Blood

mild_cartoon_violence

Mild Cartoon Violence

mild_fantasy_violence

Mild Fantasy Violence

mild_language

Mild Language

mild_lyrics

Mild Lyrics

mild_suggestive_themes

Mild Suggestive Themes

mild_violence

Mild Violence

no_descriptors

No Descriptors

nudity

Nudity

partial_nudity

Partial Nudity

sexual_content

Sexual Content

sexual_themes

Sexual Themes

simulated_gambling

Simulated Gambling

strong_janguage

Strong Janguage

strong_sexual_content

Strong Sexual Content

suggestive_themes

Suggestive Themes

use_of_alcohol

Use Of Alcohol

use_of_drugs_and_alcohol

Use Of Drugs And Alcohol

violence

Violence

esrb_rating

Esrb Rating

Still Time11T
Surf World Series11E
The Metronomicon: Slay the Dance Floor111T
Windjammers1E
Rock of Ages 2: Bigger and Boulder111ET
South Park: The Fractured but Whole 111111M
Dishonored: Death of the Outsider1111M
Battle of the Bulge11ET
F1 201711E
NARUTO SHIPPUDEN™: Ultimate Ninja® STORM 211111T

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
);

Share link

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