Reddit - Data Is Beautiful
Posts of Data is Beautiful, a Reddit community.
@kaggle.unanimad_dataisbeautiful
Posts of Data is Beautiful, a Reddit community.
@kaggle.unanimad_dataisbeautiful
Please, If you enjoyed this dataset, don't forget to upvote it.
This dataset contains a couple of fields with the information based on Reddit post submission, such:
The data was extracted using the PushShift API for Reddit. Thanks Watchful1 for show me this API.
CREATE TABLE r_dataisbeautiful_posts (
  "id" VARCHAR,
  "title" VARCHAR,
  "score" BIGINT,
  "author" VARCHAR,
  "author_flair_text" VARCHAR,
  "removed_by" VARCHAR,
  "total_awards_received" DOUBLE,
  "awarders" VARCHAR,
  "created_utc" BIGINT,
  "full_link" VARCHAR,
  "num_comments" BIGINT,
  "over_18" BOOLEAN
);Anyone who has the link will be able to view this.