Reddit /r/Bitcoin Data For Jun 2022
CSV dump of all posts and comments to the /r/Bitcoin subreddit over June 2022.
@kaggle.pavellexyr_reddit_r_bitcoin_data_for_jun_2022
CSV dump of all posts and comments to the /r/Bitcoin subreddit over June 2022.
@kaggle.pavellexyr_reddit_r_bitcoin_data_for_jun_2022
CREATE TABLE reddit_r_bitcoin_data_for_jun_2022_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 reddit_r_bitcoin_data_for_jun_2022_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.