Reddit IRL - Relatable Humour Dataset
Data from the humour subreddits /r/meirl and /r/me_irl, up to Apr 1 2022.
@kaggle.pavellexyr_the_reddit_irl_dataset
Data from the humour subreddits /r/meirl and /r/me_irl, up to Apr 1 2022.
@kaggle.pavellexyr_the_reddit_irl_dataset
CREATE TABLE the_reddit_irl_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
);
CREATE TABLE the_reddit_irl_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
);
Anyone who has the link will be able to view this.