Baselight

Indonesian Food Recipes Dataset

A dataset consisting of Indonesian dish names along with ingredients and steps

@kaggle.albertnathaniel12_food_recipes_dataset

Loading...
Loading...

About this Dataset

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

Tables

Indonesian Food Recipes

@kaggle.albertnathaniel12_food_recipes_dataset.indonesian_food_recipes
  • 6.84 MB
  • 14945 rows
  • 10 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.