All Recipies Dataset
"Comprehensive Collection of Recipe Data: Ratings, Nutritional Info, and Cooking
@kaggle.sharathkumarerla_all_recipies_dataset
"Comprehensive Collection of Recipe Data: Ratings, Nutritional Info, and Cooking
@kaggle.sharathkumarerla_all_recipies_dataset
CREATE TABLE all_recipies (
"recipe_name" VARCHAR,
"rating" DOUBLE,
"reviews" VARCHAR,
"description" VARCHAR,
"published_date" VARCHAR,
"prep_time" VARCHAR,
"cook_time" VARCHAR,
"total_time" VARCHAR,
"servings" VARCHAR,
"calories" DOUBLE,
"fat" VARCHAR,
"carbs" VARCHAR,
"protein" VARCHAR
);
Anyone who has the link will be able to view this.