Reddit Premier League - Big Four
r/RedDevils, r/Chelseafc, r/LiverpoolFC & r/Gunners subreddit posts
@kaggle.yash161101_reddit_premier_league_big_four
r/RedDevils, r/Chelseafc, r/LiverpoolFC & r/Gunners subreddit posts
@kaggle.yash161101_reddit_premier_league_big_four
r/RedDevils, r/Chelseafc, r/LiverpoolFC & r/Gunners are subreddits for the premier league big fours - Manchester United, Chelsea FC, Liverpool FC and Arsenal.
Reddit posts from subreddits , downloaded using praw
title - post title
score - based on impact, number of comments
id - unique id for posts
subreddit - subreddit name
url - url of post thread
num_comments - number of comments to post
body - body text of the post
created - date of creation
CREATE TABLE arsenal (
"unnamed_0" BIGINT -- Unnamed: 0,
"title" VARCHAR,
"score" BIGINT,
"id" VARCHAR,
"subreddit" VARCHAR,
"url" VARCHAR,
"num_comments" BIGINT,
"body" VARCHAR,
"created" DOUBLE
);CREATE TABLE chelseafc (
"unnamed_0" BIGINT -- Unnamed: 0,
"title" VARCHAR,
"score" BIGINT,
"id" VARCHAR,
"subreddit" VARCHAR,
"url" VARCHAR,
"num_comments" BIGINT,
"body" VARCHAR,
"created" DOUBLE
);CREATE TABLE liverpoolfc (
"unnamed_0" BIGINT -- Unnamed: 0,
"title" VARCHAR,
"score" BIGINT,
"id" VARCHAR,
"subreddit" VARCHAR,
"url" VARCHAR,
"num_comments" BIGINT,
"body" VARCHAR,
"created" DOUBLE
);CREATE TABLE manu (
"unnamed_0" BIGINT -- Unnamed: 0,
"title" VARCHAR,
"score" BIGINT,
"id" VARCHAR,
"subreddit" VARCHAR,
"url" VARCHAR,
"num_comments" BIGINT,
"body" VARCHAR,
"created" DOUBLE
);Anyone who has the link will be able to view this.