Reddit Usernames
The usernames of all 26m reddit accounts that have commented since Dec. 2017
@kaggle.colinmorris_reddit_usernames
The usernames of all 26m reddit accounts that have commented since Dec. 2017
@kaggle.colinmorris_reddit_usernames
This dataset contains the username of any reddit account that has left at least one comment, and their number of comments.
This data was grabbed in December 2017 from the Reddit comments dataset hosted on Google BigQuery. It should be current up to November 2017.
PM_ME_PIX_OF_UR_CAT, PM_me_your_successes, PMmeyourRGB, and lots of less wholesome ones)Thanks to /u/Stuck_In_the_Matrix, who collected and maintains the original comments dataset.
CREATE TABLE users (
"author" VARCHAR,
"n" BIGINT
);Anyone who has the link will be able to view this.