Baselight

Reddit: /r/Jokes

Exploring the Comedic Conversations of the Reddit Community

@kaggle.thedevastator_unlock_reddit_s_humorous_side_analyzing_reddit_s

Loading...
Loading...

About this Dataset

Reddit: /r/Jokes


Reddit: /r/Jokes

Exploring the Comedic Conversations of the Reddit Community

By Reddit [source]


About this dataset

This dataset contains Reddit posts and comments from the hilarious and laugh-out-loud humor/jokes subreddit, giving an insight into the humorous side of Reddit as a community. From witty quips to puns, this set captures the colorful conversations that flow through this unique and lighthearted corner of Reddit. Researchers now have an opportunity to explore how comedy intersects with online communities, allowing for an examination of both content itself as well as the interactions that occur within it. By looking at each post's title, score, URL, number of comments (comms_num), date created (created), text body (body), and last updated timestamp (timestamp) you'll uncover more about what makes this hilarious subreddit truly tick!

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

Using the Unlock Reddit’s Humorous Side: analyzing Reddit’s humor/jokes subreddit dataset can provide a lot of great insight into how people express their sense of humor. This guide will explain how to effectively utilize the dataset in order to understand comedic expression on Reddit better.

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: Jokes.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. (Datetime)

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

Jokes

@kaggle.thedevastator_unlock_reddit_s_humorous_side_analyzing_reddit_s.jokes
  • 325.78 KB
  • 1953 rows
  • 8 columns
Loading...

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