Top American Universities On Reddit
Subreddits of the 10 best American colleges, according to Forbes
@kaggle.pavellexyr_top_american_universities_on_reddit
Subreddits of the 10 best American colleges, according to Forbes
@kaggle.pavellexyr_top_american_universities_on_reddit
CREATE TABLE top_american_universities_on_reddit_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 top_american_universities_on_reddit_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.