Reddit: /r/Jokes
Exploring the Comedic Conversations of the Reddit Community
@kaggle.thedevastator_unlock_reddit_s_humorous_side_analyzing_reddit_s
Exploring the Comedic Conversations of the Reddit Community
@kaggle.thedevastator_unlock_reddit_s_humorous_side_analyzing_reddit_s
By Reddit [source]
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!
For more datasets, click here.
- 🚨 Your notebook can be here! 🚨!
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.
If you use this dataset in your research, please credit the original authors.
Data Source
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.
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) |
If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit Reddit.
CREATE TABLE jokes (
"title" VARCHAR,
"score" BIGINT,
"id" VARCHAR,
"url" VARCHAR,
"comms_num" BIGINT,
"created" DOUBLE,
"body" VARCHAR,
"timestamp" TIMESTAMP
);Anyone who has the link will be able to view this.