Baselight

Reddit: /r/confession

Analyzing Upvotes and Open-ended Responses

@kaggle.thedevastator_uncovering_insights_into_human_behavior_through

Loading...
Loading...

About this Dataset

Reddit: /r/confession


Reddit: /r/confession

Analyzing Upvotes and Open-ended Responses

By Reddit [source]


About this dataset

This dataset provides an insight into human behaviour, by exploring the Reddit Confessions submitted between January 2018 - January 2019. From analyzing the upvotes on confessions, to gaining insights from open-ended responses, this dataset allows us to delve deeper into how individuals around the world feel, think and act. It contains title, score (upvotes), id, url, comments number, created date/time data of confessions and its full body along with its timestamp. With such a trove of valuable information at hand this dataset unlocks endless possibilities for researchers in human behaviour and beyond

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

Research Ideas

  • Using the collected Reddit confessions to study factors that lead to higher number of upvotes.
  • Analyzing the open-ended responses in reddit confessions to understand human behavior and motivations.
  • Comparing Reddit confession trends from different years or even months, such as topics and upvote scores, in order to predict future trends on Reddit confessions

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: confession.csv

Column name Description
title The title of the confession post. (String)
score The number of upvotes the confession post has received. (Integer)
url The URL of the confession post. (String)
comms_num The number of comments the confession post has received. (Integer)
created The date the confession post was created. (Date)
body The body of the confession post. (String)
timestamp The timestamp of when the confession post was created. (Integer)

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

Confession

@kaggle.thedevastator_uncovering_insights_into_human_behavior_through.confession
  • 832.88 KB
  • 1802 rows
  • 8 columns
Loading...

CREATE TABLE confession (
  "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.