Helpful Life Tips From Reddit Dataset (13K Tips)
Posts over 1000 upvotes from r/lifeProTips & r/YouShouldKnow. 2005 - 2022
@kaggle.asaniczka_helpful_life_tips_from_reddit_dataset_13k_tips
Posts over 1000 upvotes from r/lifeProTips & r/YouShouldKnow. 2005 - 2022
@kaggle.asaniczka_helpful_life_tips_from_reddit_dataset_13k_tips
Discover truly valuable life tips shared by real humans.
Reddit is a treasure trove of genuine life experiences from millions of people. Subreddits like r/lifeProTips and r/YouShouldKnow are well-known for containing some of the best and most practical tips that anyone can apply to their life.
This dataset is a cleaned version of the split reddit dump by u/Watchful1.
Each row in the dataset contains a helpful life tip.
If you find this dataset valuable, don't forget to hit the upvote button! 😊💝
USA Hispanic-White Wage Gap Dataset
USA Unemployment Rates by Demographics & Race
CREATE TABLE helpfulredditposts (
"id" VARCHAR,
"author" VARCHAR,
"isover18" BOOLEAN,
"posturl" VARCHAR,
"subreddit" VARCHAR,
"posttitle" VARCHAR,
"haspostbody" BOOLEAN,
"postbody" VARCHAR,
"score" BIGINT,
"numcomments" BIGINT
);Anyone who has the link will be able to view this.