Video Games Playing Reason
Exploring Motivations and Patterns: An In-Depth Analysis of Video Game Engagemen
@kaggle.mdismielhossenabir_video_games_playing_reason
Exploring Motivations and Patterns: An In-Depth Analysis of Video Game Engagemen
@kaggle.mdismielhossenabir_video_games_playing_reason
This is a simple survey dataset conducted within my computer science department, involving participation from over 100 students. The primary focus of the survey was to identify the reasons why computer science students engage in playing video games. The survey comprises only seven questions, including age, gender, whether the participant plays video games, student status, favorite game, most played game, and the most important reason for playing games. The findings reveal that a majority of participants indicated playing games for entertainment purposes.
CREATE TABLE videogameusage_profile (
"age" BIGINT,
"gender" VARCHAR,
"student" VARCHAR,
"play_video_game" VARCHAR,
"favorite_game" VARCHAR,
"most_played_game" VARCHAR,
"reason_of_play_game" VARCHAR
);Anyone who has the link will be able to view this.