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
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.