Baselight

Reddit: /r/relationship Advice

Exploring User Behaviour and Interaction

@kaggle.thedevastator_unveiling_relationship_dynamics_with_reddit_rela

Loading...
Loading...

About this Dataset

Reddit: /r/relationship Advice


Reddit: /r/relationship_advice

Exploring User Behaviour and Interaction

By Reddit [source]


About this dataset

We are thrilled to present this valuable and insightful dataset from the Reddit relationship_advice subcommunity. This data provides a window into the conversations taking place between users as they seek advice on solving their personal relationship issues, through discussions on topics such as communication problems, romantic misunderstandings, family relationships and more. With columns of usernames title, score, url comments submission date & time body and timestamp, this dataset gives us an unparalleled opportunity to observe user behaviour and understand how people interact with each other in these contexts. Researchers can use this data to analyze sentiment associated with user comments, track recurring themes of advice in the posts' titles and responses, or identify key contributors in ongoing discourse - all leading to greater understanding of interpersonal relationships and getting expert advice online. Exploring this unique treasure trove of insights is sure to help anyone increase their emotional intelligence when it comes to matters of love!

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

Research Ideas

  • Sentiment analysis of user comments to identify the types of advice users are most receptive to.
  • Correlating post titles with user responses to better understand the effectiveness of certain advice topics.
  • Identifying key contributors in ongoing discussions and analyzing their posts for popular content or areas of debate

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: relationship_advice.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 text of the post. (String)
timestamp The timestamp of the post. (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

Relationship Advice

@kaggle.thedevastator_unveiling_relationship_dynamics_with_reddit_rela.relationship_advice
  • 1.15 MB
  • 1885 rows
  • 8 columns
Loading...

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