Baselight

Data Science On Reddit

Posts and comments from r/datascience subreddit

@kaggle.gpreda_data_science_on_reddit

Loading...
Loading...

About this Dataset

Data Science On Reddit

Context

The r/datascience is a very active discussion thread on Reddit, with more than 600k contributors.

Content

This datasets contains posts and comments from r/datascience subreddit.

Acknowledgements

The content here is created by r/datascience contributors.

Inspiration

You can use this data to analyze:

  • what are the discussion topics on this subreddit;
  • what is the tone of the conversations;
  • the dominant sentiment in the posts and comments;
  • the lexical particularities of the posts and comments.

Tables

Data Science

@kaggle.gpreda_data_science_on_reddit.data_science
  • 4.9 MB
  • 21095 rows
  • 8 columns
Loading...

CREATE TABLE data_science (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "url" VARCHAR,
  "comms_num" BIGINT,
  "created" DOUBLE,
  "body" VARCHAR,
  "timestamp" TIMESTAMP
);

Share link

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