Indonesian Food Recipes Dataset
A dataset consisting of Indonesian dish names along with ingredients and steps
@kaggle.albertnathaniel12_food_recipes_dataset
A dataset consisting of Indonesian dish names along with ingredients and steps
@kaggle.albertnathaniel12_food_recipes_dataset
This dataset consists of Indonesian food recipes with approximately 15,000 rows of data. It features columns for the title, ingredients, steps, loves, URL, and category of the cuisine. This extensive collection offers a rich and diverse overview of Indonesian culinary traditions, making it a valuable resource for anyone interested in exploring and cooking authentic Indonesian dishes. The dataset is ideal for projects such as developing a recipe recommendation system, analyzing culinary trends, creating a cooking app, or studying the cultural significance of Indonesian cuisine.
CREATE TABLE indonesian_food_recipes (
"title" VARCHAR,
"ingredients" VARCHAR,
"steps" VARCHAR,
"loves" BIGINT,
"url" VARCHAR,
"category" VARCHAR,
"title_cleaned" VARCHAR,
"total_ingredients" BIGINT,
"ingredients_cleaned" VARCHAR,
"total_steps" BIGINT
);Anyone who has the link will be able to view this.