Reddit: /r/gaming (Submissions & Comments)
Titles, Scores, URLs, Creation Dates, and Post Bodies
@kaggle.thedevastator_uncovering_social_behavior_in_r_gaming_analyzing
Titles, Scores, URLs, Creation Dates, and Post Bodies
@kaggle.thedevastator_uncovering_social_behavior_in_r_gaming_analyzing
By Reddit [source]
This dataset is a fascinating exploration into the social interaction on one of the most popular subreddits, /r/gaming! Through this data set, users have access to analyzing post titles, scores, identifiers, links created date, and post body in order to get a better understanding of how Reddit users are interacting with each other. With this detailed analysis at our fingertips we can uncover the secrets to success within this Reddit community and unlock new potential strategies for Reddit users. This data set offers an invaluable look into user behavior within the subreddit/r/gaming and can help anyone looking to make their mark on one of Reddit’s largest communities!
For more datasets, click here.
- 🚨 Your notebook can be here! 🚨!
This dataset can be used to gain insight into the activity and behavior of Reddit users in the /r/gaming subreddit. The dataset contains post titles, scores, ids, URLs, creation dates, and post bodies which can be used to study how different users interact with each other within this subreddit.
In conclusion - Using this dataset provides an excellent opportunity for anyone interested in uncovering social behavior associated with users discussing gaming topics on Reddit platform whether it is for research , engineering an AI system , trying out some interesting experimentation ,etc making sure raw information gathered is transformed into useful knowledge something valuable being produced over course period dedicated towards final goal if any found early enough during process recently initiated by researcher wanting answers fast without getting muddied up amidst too much complexity coming from ever-growing list tasks needing tackling ahead time taken no longer relevant when results have been achieved!
- Analyzing the effectiveness of different post titles to understand how well they are engaging readers.
- Identifying popular topics and keywords being used in posts and comments that generate more engagement.
- Measuring trends in user behavior across time by tracking thread upvotes, comment counts, post creation dates and other metrics to detect patterns of activity such as key influencers or common raiding practices used by gamers on the subreddit
If you use this dataset in your research, please credit the original authors.
Data Source
License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.
File: gaming.csv
| Column name | Description |
|---|---|
| title | The title of the post. (String) |
| score | The number of upvotes the post has received. (Integer) |
| url | The URL of the post. (String) |
| comms_num | The number of comments the post has received. (Integer) |
| created | The date and time the post was created. (DateTime) |
| body | The body of the post. (String) |
| timestamp | The timestamp of the post. (Integer) |
If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit Reddit.
CREATE TABLE gaming (
"title" VARCHAR,
"score" BIGINT,
"id" VARCHAR,
"url" VARCHAR,
"comms_num" BIGINT,
"created" DOUBLE,
"body" VARCHAR,
"timestamp" TIMESTAMP
);Anyone who has the link will be able to view this.