Baselight

ESRB Data And More

Video game dataset with ESRB descriptor plus game information.

@kaggle.asherkatz_esrb_data_and_more

Combinedesrbdata
@kaggle.asherkatz_esrb_data_and_more.combinedesrbdata

  • 7.73 MB
  • 45891 rows
  • 75 columns
game_title

Game Title

esrb_rating

Esrb Rating

content_descriptors

Content Descriptors

interactive_elements

Interactive Elements

content_summary

Content Summary

platform

Platform

release_date

Release Date

updated

Updated

developers

Developers

genres

Genres

release_year

Release Year

publisher

Publisher

na_sales

Na Sales

eu_sales

Eu Sales

jp_sales

Jp Sales

other_sales

Other Sales

global_sales

Global Sales

number_of_descriptors

Number Of Descriptors

crude_humor

Crude Humor

mild_cartoon_violence

Mild Cartoon Violence

cartoon_violence

Cartoon Violence

mild_language

Mild Language

mild_violence

Mild Violence

violence

Violence

blood_and_gore

Blood And Gore

language

Language

nudity

Nudity

sexual_themes

Sexual Themes

mild_fantasy_violence

Mild Fantasy Violence

alcohol_reference

Alcohol Reference

mild_suggestive_themes

Mild Suggestive Themes

simulated_gambling

Simulated Gambling

fantasy_violence

Fantasy Violence

mild_blood

Mild Blood

use_of_alcohol

Use Of Alcohol

use_of_tobacco

Use Of Tobacco

drug_reference

Drug Reference

strong_language

Strong Language

suggestive_themes

Suggestive Themes

blood

Blood

partial_nudity

Partial Nudity

tobacco_reference

Tobacco Reference

comic_mischief

Comic Mischief

animated_blood

Animated Blood

intense_violence

Intense Violence

alcohol_and_tobacco_reference

Alcohol And Tobacco Reference

violent_references

Violent References

strong_sexual_content

Strong Sexual Content

use_of_alcohol_and_tobacco

Use Of Alcohol And Tobacco

use_of_drugs

Use Of Drugs

mild_lyrics

Mild Lyrics

lyrics

Lyrics

use_of_drugs_and_alcohol

Use Of Drugs And Alcohol

animated_violence

Animated Violence

mild_sexual_themes

Mild Sexual Themes

sexual_content

Sexual Content

drug_and_alcohol_reference

Drug And Alcohol Reference

strong_lyrics

Strong Lyrics

mature_humor

Mature Humor

edutainment

Edutainment

gambling

Gambling

animated_blood_and_gore

Animated Blood And Gore

informational

Informational

mature_sexual_themes

Mature Sexual Themes

mild_animated_violence

Mild Animated Violence

gaming

Gaming

realistic_violence

Realistic Violence

realistic_blood

Realistic Blood

suitable_for_mature_users

Suitable For Mature Users

gambling_themes

Gambling Themes

realistic_blood_and_gore

Realistic Blood And Gore

sexual_violence

Sexual Violence

mild_realistic_violence

Mild Realistic Violence

suitable_for_all_users

Suitable For All Users

mild_animated_blood

Mild Animated Blood

Ed, Edd n Eddy: Scam of the CenturyECrude Humor,Mild Cartoon ViolenceNo Interactive ElementsNo Rating SummaryNintendo DSnannan2008nan211
Napoleon DynamiteE10+Cartoon Violence,Mild LanguageNo Interactive ElementsNo Rating SummaryNintendo DSWed Oct 31 2007 00:00:00 GMT+0000 (Coordinated Universal Time)Wed Jan 09 2019 12:41:06 GMT+0000 (Coordinated Universal Time)7 Studiosnan2007nan211
Rail SimulatorENo DescriptorsNo Interactive ElementsNo Rating SummaryWindows PCFri Oct 12 2007 00:00:00 GMT+0000 (Coordinated Universal Time)Wed Jan 09 2019 12:41:06 GMT+0000 (Coordinated Universal Time)Kuju EntertainmentSimulation2007Electronic Arts
NES Open Tournament GolfENo DescriptorsNo Interactive ElementsNo Rating SummaryWiiSun Jun 14 1987 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Jul 12 2019 12:10:28 GMT+0000 (Coordinated Universal Time)NintendoSports1987nan
Ultimate Duck HuntingTMild ViolenceNo Interactive ElementsNo Rating SummaryWiiTue May 26 2009 00:00:00 GMT+0000 (Coordinated Universal Time)Wed Jan 09 2019 12:41:06 GMT+0000 (Coordinated Universal Time)nannan2009Zoo Digital Publishing11
Fortnite - Anime LegendsTViolenceUsers Interact, In-Game Purchases.This is an action game in which players build forts, gather resources, craft weapons, and battle hordes of monsters in frenetic combat. Players compete in two multiplayer game modes: Save the World and Battle Royale. From a third-person perspective, players use guns, swords, and grenades to fight sk…PlayStation 4nannan2022nan11
Demoniaca: Everlasting NightMBlood and Gore,Language,Nudity,ViolenceNo Interactive ElementsNo Rating SummaryNintendo Switchnannan2022nan41111
Ryan’s Rescue SquadEMild Cartoon ViolenceNo Interactive ElementsThis is a side-scrolling platformer in which players help Ryan rescue his friends and stop a villain. Players traverse colorful 2D levels, throw balls to break blocks, and jump on enemies to defeat them. Enemies generally disappear when defeated; characters cry out when hit. Boss battles depict more…Windows PCnannan2022nan11
The Sims™ 4 - Wedding StoriesTCrude Humor,Sexual Themes,ViolenceOnline Interactions Not Rated by the ESRB.No Rating SummaryWindows PCnannan2018nan3111
The400 MiniEMild Fantasy ViolenceNo Interactive ElementsThis is a collection of classic Atari 400 games across a variety of genres (e.g., sports, platformers, action-adventure, space shooters). Some games contain moderate or pixilated depictions of violence: small figures shooting projectiles at robots; fighters exploring platforms while punching/kicking…The400 Mininannan2024nan11

CREATE TABLE combinedesrbdata (
  "game_title" VARCHAR,
  "esrb_rating" VARCHAR,
  "content_descriptors" VARCHAR,
  "interactive_elements" VARCHAR,
  "content_summary" VARCHAR,
  "platform" VARCHAR,
  "release_date" TIMESTAMP,
  "updated" TIMESTAMP,
  "developers" VARCHAR,
  "genres" VARCHAR,
  "release_year" BIGINT,
  "publisher" VARCHAR,
  "na_sales" DOUBLE,
  "eu_sales" DOUBLE,
  "jp_sales" DOUBLE,
  "other_sales" DOUBLE,
  "global_sales" DOUBLE,
  "number_of_descriptors" BIGINT,
  "crude_humor" DOUBLE,
  "mild_cartoon_violence" DOUBLE,
  "cartoon_violence" DOUBLE,
  "mild_language" DOUBLE,
  "mild_violence" DOUBLE,
  "violence" DOUBLE,
  "blood_and_gore" DOUBLE,
  "language" DOUBLE,
  "nudity" DOUBLE,
  "sexual_themes" DOUBLE,
  "mild_fantasy_violence" DOUBLE,
  "alcohol_reference" DOUBLE,
  "mild_suggestive_themes" DOUBLE,
  "simulated_gambling" DOUBLE,
  "fantasy_violence" DOUBLE,
  "mild_blood" DOUBLE,
  "use_of_alcohol" DOUBLE,
  "use_of_tobacco" DOUBLE,
  "drug_reference" DOUBLE,
  "strong_language" DOUBLE,
  "suggestive_themes" DOUBLE,
  "blood" DOUBLE,
  "partial_nudity" DOUBLE,
  "tobacco_reference" DOUBLE,
  "comic_mischief" DOUBLE,
  "animated_blood" DOUBLE,
  "intense_violence" DOUBLE,
  "alcohol_and_tobacco_reference" DOUBLE,
  "violent_references" DOUBLE,
  "strong_sexual_content" DOUBLE,
  "use_of_alcohol_and_tobacco" DOUBLE,
  "use_of_drugs" DOUBLE,
  "mild_lyrics" DOUBLE,
  "lyrics" DOUBLE,
  "use_of_drugs_and_alcohol" DOUBLE,
  "animated_violence" DOUBLE,
  "mild_sexual_themes" DOUBLE,
  "sexual_content" DOUBLE,
  "drug_and_alcohol_reference" DOUBLE,
  "strong_lyrics" DOUBLE,
  "mature_humor" DOUBLE,
  "edutainment" DOUBLE,
  "gambling" DOUBLE,
  "animated_blood_and_gore" DOUBLE,
  "informational" DOUBLE,
  "mature_sexual_themes" DOUBLE,
  "mild_animated_violence" DOUBLE,
  "gaming" DOUBLE,
  "realistic_violence" DOUBLE,
  "realistic_blood" DOUBLE,
  "suitable_for_mature_users" DOUBLE,
  "gambling_themes" DOUBLE,
  "realistic_blood_and_gore" DOUBLE,
  "sexual_violence" DOUBLE,
  "mild_realistic_violence" DOUBLE,
  "suitable_for_all_users" DOUBLE,
  "mild_animated_blood" DOUBLE
);

Share link

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