Baselight

Indian Food Recipes Dataset (Revised)

Revised version of the Indian Food Recipe Dataset.

@kaggle.atharvaarya25_indian_food_recipes_dataset_cleaned

Loading...
Loading...

About this Dataset

Indian Food Recipes Dataset (Revised)

Changed Made:

  1. Translated Ingredients had unnecessary words like "chopped ","sliced", "cleaned", "not recommended", "to taste". Extensive cleaning was done to make it ready for Ranking algorithm aimed to help users find recipes from the ingredients they have. The Updated Ingredients Column is named Cleaned Ingredients.
    2.Added a new column Ingredient count which describes the count of ingredients used in the recipe.
    3.Image URL has been scraped from the Recipe Link to use in App. [Credits to Vaibhav]
    4.Removed 700 rows of untranslated Ingredients to process it easier.
    5.Ingredients are separated by comma in the Cleaned Ingredients column.

Tables

Cleaned Indian Food Dataset

@kaggle.atharvaarya25_indian_food_recipes_dataset_cleaned.cleaned_indian_food_dataset
  • 4.95 MB
  • 5938 rows
  • 9 columns
Loading...

CREATE TABLE cleaned_indian_food_dataset (
  "translatedrecipename" VARCHAR,
  "translatedingredients" VARCHAR,
  "totaltimeinmins" BIGINT,
  "cuisine" VARCHAR,
  "translatedinstructions" VARCHAR,
  "url" VARCHAR,
  "cleaned_ingredients" VARCHAR,
  "image_url" VARCHAR,
  "ingredient_count" BIGINT
);

Share link

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