Baselight

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

Loading...
Loading...

About this Dataset

One Year Of /r/India

Context

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.

Content

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.

Acknowledgements

We would like to thank the Kaggle community for being here with us and helping make this dataset happen. Thank you all!

Tables

One Year Of R India Comments

@kaggle.pavellexyr_one_year_of_r_india.one_year_of_r_india_comments
  • 185.86 MB
  • 1387943 rows
  • 10 columns
Loading...

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
);

One Year Of R India Posts

@kaggle.pavellexyr_one_year_of_r_india.one_year_of_r_india_posts
  • 32.26 MB
  • 168841 rows
  • 12 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.