Baselight

The /r/Antiwork Subreddit Dataset

Data from the biggest labour rights community on Reddit, for your research needs

@kaggle.pavellexyr_the_antiwork_subreddit_dataset

Loading...
Loading...

About this Dataset

The /r/Antiwork Subreddit Dataset

Context

Making numerous headlines and attracting millions of comments' worth of discussion, the subreddit /r/Antiwork has boomed in popularity over the last several years. Here, we have captured this display of organic growth in a dataset for you. We hope this will further research of online communities and public interest.

Content

The following dataset is a comprehensive list of all the posts and comments made on Reddit's /r/Antiwork board up to February 18 of 2022. The data includes the all posts and comments from the subreddit's inception to the cutoff date.

The dataset was procured using SocialGrep.

To preserve users' anonymity and to prevent targeted harassment, the data does not include usernames.

Acknowledgements

We would like to thank Mika Baumeister for generously providing the cover image used for this dataset.

Inspiration

An open dataset is an answer looking for a question. Will you investigate the splashes in the subreddit's growth and their correlation to worldwide events? Will you try comparing the subreddit's sentiment with discussion of the infamous GME ticker, another rallying point for Redditors wanting to plug out of the 9 to 5 life? Or maybe look at the growth of /r/Antiwork over the development of the worldwide COVID-19 situation? The data is yours - now make something great happen.

Tables

The Antiwork Subreddit Dataset Comments

@kaggle.pavellexyr_the_antiwork_subreddit_dataset.the_antiwork_subreddit_dataset_comments
  • 1.21 GB
  • 8095436 rows
  • 10 columns
Loading...

CREATE TABLE the_antiwork_subreddit_dataset_comments (
  "type" VARCHAR,
  "id" VARCHAR,
  "subreddit_id" VARCHAR,
  "subreddit_name" VARCHAR,
  "subreddit_nsfw" BOOLEAN,
  "created_utc" BIGINT,
  "permalink" VARCHAR,
  "body" VARCHAR,
  "sentiment" DOUBLE,
  "score" BIGINT
);

The Antiwork Subreddit Dataset Posts

@kaggle.pavellexyr_the_antiwork_subreddit_dataset.the_antiwork_subreddit_dataset_posts
  • 82.59 MB
  • 256279 rows
  • 12 columns
Loading...

CREATE TABLE the_antiwork_subreddit_dataset_posts (
  "type" VARCHAR,
  "id" VARCHAR,
  "subreddit_id" VARCHAR,
  "subreddit_name" VARCHAR,
  "subreddit_nsfw" BOOLEAN,
  "created_utc" BIGINT,
  "permalink" VARCHAR,
  "domain" VARCHAR,
  "url" VARCHAR,
  "selftext" VARCHAR,
  "title" VARCHAR,
  "score" BIGINT
);

Share link

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