Baselight

Reddit: /r/Tinder

Examining User Behaviors and Attitudes

@kaggle.thedevastator_uncovering_online_dating_trends_with_reddit_s_ti

Loading...
Loading...

About this Dataset

Reddit: /r/Tinder


Reddit: /r/Tinder

Examining User Behaviors and Attitudes

By Reddit [source]


About this dataset

This dataset provides an in-depth exploration of the world of online dating, based on data mined from Reddit's Tinder subreddit. Through analysis of the six columns titled title, score, id, url, comms_num and created (which include information such as social norms and user behaviors related to online dating), this dataset can teach us valuable insights into how people are engaging with digital media and their attitudes towards it. Unveiling potential dangers such as safety risks and scams that can arise from online dating activities is also possible with this data. Its findings are paramount for anyone interested in understanding how relationships develop on a digital platform – both for researchers uncovering the sociotechnical aspects of online dating behavior and for companies seeking further insight into their user's perspectives. All in all, this dataset might just hold all the missing pieces to understanding our current relationship dynamic!

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

This dataset provides a comprehensive overview of online dating trends and behaviors observed on Reddit's Tinder subreddit. This data can be used to analyze user opinions, investigate user experiences, and discover online dating trends. To utilize this dataset effectively, there are several steps an individual can take to gain insights from the data:

Research Ideas

  • Using the dataset to examine how online dating trends vary geographically and by demographics (gender, age, race etc.)
  • Analyzing the language used in posts for insights into user attitudes towards online dating.
  • Creating a machine learning model to predict a post's score based on its title, body and other features of the data set can help digital media companies better target their marketing efforts towards more successful posts on Tinder subreddits

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: Tinder.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)

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

Tinder

@kaggle.thedevastator_uncovering_online_dating_trends_with_reddit_s_ti.tinder
  • 245.73 KB
  • 1938 rows
  • 8 columns
Loading...

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