Baselight

Reddit: /r/Damnthatsinteresting

Investigating Popularity, Score and Engagement Across Subreddits

@kaggle.thedevastator_unlocking_the_power_of_user_engagement_on_damnth

Loading...
Loading...

About this Dataset

Reddit: /r/Damnthatsinteresting


Reddit: /r/Damnthatsinteresting

Investigating Popularity, Score and Engagement Across Subreddits

By Reddit [source]


About this dataset

This dataset provides valuable insights into user engagement and popularity across the subreddit Damnthatsinteresting. With detailed metrics on various discussions such as the title, score, id, URL, comments, created date and time, body and timestamp of each discussion. This dataset opens a window into the world of user interaction on Reddit by letting researchers align their questions with data-driven results to understand social media behavior. Gain an understanding of what drives people to engage in certain conversations as well as why certain topics become trending phenomena – it’s all here for analysis. Enjoy exploring this fascinating collection of information about Reddit users' activities!

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

This dataset provides valuable insights into user engagement and the impact of users interactions on the popular subreddit DamnThatsInteresting. Exploring this dataset can help uncover trends in participation, what content is resonating with viewers, and how different users are engaging with each other.
In order to get the most out of this dataset, you will need to understand its structure in order to explore and extract meaningful insights. The columns provided include: title, score, url, comms_num, created date/time (created), body and timestamp.

Research Ideas

  • Analyzing the impact of user comments on the popularity and engagement of discussions
  • Examining trends in user behavior over time to gain insight into popular topics of discussion
  • Investigating which discussions reach higher levels of score, popularity or engagement to identify successful strategies for engaging users

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

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.

Columns

File: Damnthatsinteresting.csv

Column name Description
title The title of the discussion thread. (String)
score The number of upvotes the discussion has received from users. (Integer)
url The URL link for the discussion thread itself. (String)
comms_num The number of comments made on a particular discussion. (Integer)
created The date and time when the discussion was first created on Reddit by its original poster (OP). (DateTime)
body Full content including text body with rich media embedded within posts such as images/videos etc. (String)
timestamp When was last post updated by any particular user. (DateTime)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit Reddit.

Tables

Damnthatsinteresting

@kaggle.thedevastator_unlocking_the_power_of_user_engagement_on_damnth.damnthatsinteresting
  • 219.19 KB
  • 1907 rows
  • 8 columns
Loading...

CREATE TABLE damnthatsinteresting (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "url" VARCHAR,
  "comms_num" BIGINT,
  "created" DOUBLE,
  "body" VARCHAR,
  "timestamp" TIMESTAMP
);

Share link

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