Baselight

Reddit: /r/Fitness (Submissions & Comments)

Performance and Popularity Correlations

@kaggle.thedevastator_unlocking_fitness_insights_from_popular_reddit_p

Loading...
Loading...

About this Dataset

Reddit: /r/Fitness (Submissions & Comments)


Reddit: /r/Fitness (Submissions & Comments)

Performance and Popularity Correlations

By Reddit [source]


About this dataset

The Reddit Fitness Trends dataset provides a deep look into the correlations between performance and popularity on Reddit's fitness subreddit. By looking at post titles, body text, score, number of comments, timestamps, and URLs on the subreddit this dataset helps uncover insights about how different topics perform on the platform. With this information users can make better decisions when creating content and measure success more effectively with key metrics such as user engagement and shareability. This data can be vital in understanding trends among posts and will also assist users in developing strategies to encourage healthier lifestyles through targeted fitness topics captured by Reddit. All these elements allow us to gain optical insight into valuable correlations between factors resulting in higher engagement levels among posts related to health and fitness themes

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

Research Ideas

  • Using the relationships between post titles, body of text and performance to improve the effectiveness of post titles to gain more engagement.
  • Analyzing the most popular topics on the subreddit and creating custom content around those topics that can reach a wider audience.
  • Investigating relationships between user comments and post performance to better understand user behavior and preferences on Fitness subreddit posts

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: Fitness.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

Fitness

@kaggle.thedevastator_unlocking_fitness_insights_from_popular_reddit_p.fitness
  • 589.02 KB
  • 1874 rows
  • 8 columns
Loading...

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