Indian Food Recipes Dataset (Revised)
Revised version of the Indian Food Recipe Dataset.
@kaggle.atharvaarya25_indian_food_recipes_dataset_cleaned
Revised version of the Indian Food Recipe Dataset.
@kaggle.atharvaarya25_indian_food_recipes_dataset_cleaned
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
);
Anyone who has the link will be able to view this.