Baselight

Indonesian Food Recipes

14000 recipes of chicken, lamb, beef, egg, tofu, tempe, and fish

@kaggle.canggih_indonesian_food_recipes

Loading...

About this Dataset

Indonesian Food Recipes

Context

Indonesian foods are well-known for their rich taste. There are many spices used even for daily foods. This dataset may give insight on how to prepare Indonesian food, in many ways.

Content

This dataset contains 14000 recipes divided in 7 categories:

  • dataset-ayam.csv (chicken recipes)
  • dataset-kambing.csv (lamb recipes)
  • dataset-sapi.csv (beef recipes)
  • dataset-telur.csv (egg recipes)
  • dataset-tahu.csv (tofu recipes)
  • dataset-ikan.csv (fish recipes)
  • dataset-tempe.csv (tempe recipes)

For each category, there are 5 columns:

  • Title
  • Ingredients
  • Steps
  • Love
  • URL

Acknowledgements

All the data were taken from Cookpad on 23 Feb 2018.

Inspiration

Dare to find out what is the unique recipe? The most strange? Or the common way to cook particular ingredients.
Can you create your own recipe based on this dataset?

Tables

Dataset Ayam

@kaggle.canggih_indonesian_food_recipes.dataset_ayam
  • 810.5 KB
  • 1916 rows
  • 5 columns
Loading...

CREATE TABLE dataset_ayam (
  "title" VARCHAR,
  "ingredients" VARCHAR,
  "steps" VARCHAR,
  "loves" BIGINT,
  "url" VARCHAR
);

Dataset Ikan

@kaggle.canggih_indonesian_food_recipes.dataset_ikan
  • 740.2 KB
  • 1932 rows
  • 5 columns
Loading...

CREATE TABLE dataset_ikan (
  "title" VARCHAR,
  "ingredients" VARCHAR,
  "steps" VARCHAR,
  "loves" BIGINT,
  "url" VARCHAR
);

Dataset Kambing

@kaggle.canggih_indonesian_food_recipes.dataset_kambing
  • 866.44 KB
  • 1896 rows
  • 5 columns
Loading...

CREATE TABLE dataset_kambing (
  "title" VARCHAR,
  "ingredients" VARCHAR,
  "steps" VARCHAR,
  "loves" BIGINT,
  "url" VARCHAR
);

Dataset Sapi

@kaggle.canggih_indonesian_food_recipes.dataset_sapi
  • 857.15 KB
  • 1958 rows
  • 5 columns
Loading...

CREATE TABLE dataset_sapi (
  "title" VARCHAR,
  "ingredients" VARCHAR,
  "steps" VARCHAR,
  "loves" BIGINT,
  "url" VARCHAR
);

Dataset Tahu

@kaggle.canggih_indonesian_food_recipes.dataset_tahu
  • 721.82 KB
  • 1985 rows
  • 5 columns
Loading...

CREATE TABLE dataset_tahu (
  "title" VARCHAR,
  "ingredients" VARCHAR,
  "steps" VARCHAR,
  "loves" BIGINT,
  "url" VARCHAR
);

Dataset Telur

@kaggle.canggih_indonesian_food_recipes.dataset_telur
  • 672.27 KB
  • 1974 rows
  • 5 columns
Loading...

CREATE TABLE dataset_telur (
  "title" VARCHAR,
  "ingredients" VARCHAR,
  "steps" VARCHAR,
  "loves" BIGINT,
  "url" VARCHAR
);

Dataset Tempe

@kaggle.canggih_indonesian_food_recipes.dataset_tempe
  • 669.55 KB
  • 1986 rows
  • 5 columns
Loading...

CREATE TABLE dataset_tempe (
  "title" VARCHAR,
  "ingredients" VARCHAR,
  "steps" VARCHAR,
  "loves" BIGINT,
  "url" VARCHAR
);

Dataset Udang

@kaggle.canggih_indonesian_food_recipes.dataset_udang
  • 704.65 KB
  • 1994 rows
  • 5 columns
Loading...

CREATE TABLE dataset_udang (
  "title" VARCHAR,
  "ingredients" VARCHAR,
  "steps" VARCHAR,
  "loves" BIGINT,
  "url" VARCHAR
);