Reddit: /r/Food
Analyzing User Engagement and Discourse
@kaggle.thedevastator_exploring_food_related_trends_and_sentiments_on
Analyzing User Engagement and Discourse
@kaggle.thedevastator_exploring_food_related_trends_and_sentiments_on
By Reddit [source]
This dataset offers a comprehensive look into the conversations and trends within the Reddit Food Subreddit. It contains analysis from user-generated posts, including columns such as title, score, id, url, comms_num, created, body and timestamp. This incredible source of data provides an opportunity to dive into Reddit’s vibrant food community and explore key insights related to user interactions with their peers or favorite dishes. Through this dataset exploration in topics like sentiment analysis or predictive analytics can open up interesting discoveries on how users talk about food related issues or what type of recipes get the most appreciation!
For more datasets, click here.
- 🚨 Your notebook can be here! 🚨!
The present dataset gives a comprehensive collection of Reddit posts from the Food subsreddit - presenting a great resource to study trends and user sentiments on the topics of food. With this data, you can uncover interesting patterns and insights related to user-generated content in food-related subreddits.
- Developing an artificial intelligence model to predict future trends in food recipes and menu items.
- Analyzing user sentiment on certain ingredients or meals through natural language processing to detect the best meals and dishes in terms of consumer opinion.
- Generating sentiment analysis graphs of different posts over time to observe changes in the public's opinion on staple food topics such as veganism, clean eating and more niche subjects like Korean cuisine or soul food
If you use this dataset in your research, please credit the original authors.
Data Source
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.
File: food.csv
| Column name | Description |
|---|---|
| title | The title of the post. (String) |
| score | The number of upvotes the post has received. (Integer) |
| url | The URL of the post. (String) |
| comms_num | The number of comments the post has received. (Integer) |
| created | The date and time the post was created. (DateTime) |
| body | The body of the post. (String) |
| timestamp | The timestamp of the post. (Integer) |
If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit Reddit.
CREATE TABLE food (
"title" VARCHAR,
"score" BIGINT,
"id" VARCHAR,
"url" VARCHAR,
"comms_num" BIGINT,
"created" DOUBLE,
"body" VARCHAR,
"timestamp" TIMESTAMP
);Anyone who has the link will be able to view this.