Baselight

One Million Reddit Questions

Million questions from reddit

@kaggle.thedevastator_one_million_redditors_what_makes_a_post_popular

Loading...
Loading...

About this Dataset

One Million Reddit Questions


One Million Reddit Questions

Million questions from reddit

By SocialGrep [source]


About this dataset

Dataset of One Million Questions

What makes a popular question on Reddit? Can we learn anything about how to ask questions from Reddit? We present you with this dataset of one million questions from /r/AskReddit in order to help answer these questions. The questions are labelled with date of creation and score. With this dataset, we hope that you will be able to explore what makes a popular or good Reddit question

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

This dataset comprises one million questions from /r/AskReddit, procured using SocialGrep.
The questions are labelled with date of creation and their score.
Use this dataset to analyze what makes a popular Reddit question

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: one-million-reddit-questions.csv

Column name Description
type The type of post. (String)
subreddit.name The name of the subreddit. (String)
subreddit.nsfw Whether the subreddit is NSFW. (Boolean)
created_utc The timestamp of the post in UTC. (Integer)
permalink The permalink of the post. (String)
domain The domain of the post. (String)
url The URL of the post. (String)
selftext The selftext of the post. (String)
title The title of the post. (String)
score The score of the post. (Integer)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit SocialGrep.

Tables

One Million Reddit Questions

@kaggle.thedevastator_one_million_redditors_what_makes_a_post_popular.one_million_reddit_questions
  • 114.11 MB
  • 1000000 rows
  • 13 columns
Loading...

CREATE TABLE one_million_reddit_questions (
  "index" BIGINT,
  "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.