One Year Of /r/India
A year's worth of posts and comments on India's biggest subreddit.
@kaggle.pavellexyr_one_year_of_r_india
A year's worth of posts and comments on India's biggest subreddit.
@kaggle.pavellexyr_one_year_of_r_india
Let's celebrate India's rich culture and their machine learning community with a year of posts and comments in the biggest Indian subreddit, /r/India.
This dataset contains a full year of posts and comments on /r/India, from 09-30-2020 to 09-30-2021.
All the posts are annotated with their score.
The dataset was procured using SocialGrep.
To preserve users' anonymity and to prevent targeted harassment, the data does not include usernames.
We would like to thank the Kaggle community for being here with us and helping make this dataset happen. Thank you all!
CREATE TABLE one_year_of_r_india_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 one_year_of_r_india_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.