Top 100 Reddit Posts (daily Update)
A Dataset of Top 100 Reddit Posts for Daily Updates: Context, Creation, and Ins
@kaggle.prathamsaraf1389_top_100_reddit_posts_daily_update
A Dataset of Top 100 Reddit Posts for Daily Updates: Context, Creation, and Ins
@kaggle.prathamsaraf1389_top_100_reddit_posts_daily_update
The dataset titled "Top 100 Reddit Posts (daily update)" is created using a Python script that scrapes data from the top 10 posts in each of the following subreddits: 'AskReddit', 'worldnews', 'science', 'technology', 'politics', 'movies', 'sports', 'gaming', 'books', and 'explainlikeimfive'
The dataset contains the following columns:
CREATE TABLE top_reddit_posts (
"unnamed_0" BIGINT -- Unnamed: 0,
"title" VARCHAR,
"author" VARCHAR,
"subreddit" VARCHAR,
"score" BIGINT,
"permalink" VARCHAR,
"creation_time" DOUBLE,
"number_of_comments" BIGINT,
"upvote_ratio" DOUBLE,
"url" VARCHAR,
"post_id" VARCHAR,
"is_original_content" BOOLEAN,
"flair" VARCHAR,
"comments" VARCHAR
);
Anyone who has the link will be able to view this.