Recipe Reviews And User Feedback Dataset
Recipe name, its ranking on the top 100 recipes list, a unique recipe code, etc
@kaggle.joebeachcapital_recipe_reviews_and_user_feedback_dataset
Recipe name, its ranking on the top 100 recipes list, a unique recipe code, etc
@kaggle.joebeachcapital_recipe_reviews_and_user_feedback_dataset
CREATE TABLE recipe_reviews_and_user_feedback_dataset (
"unnamed_0" BIGINT,
"recipe_number" BIGINT,
"recipe_code" BIGINT,
"recipe_name" VARCHAR,
"comment_id" VARCHAR,
"user_id" VARCHAR,
"user_name" VARCHAR,
"user_reputation" BIGINT,
"created_at" BIGINT,
"reply_count" BIGINT,
"thumbs_up" BIGINT,
"thumbs_down" BIGINT,
"stars" BIGINT,
"best_score" BIGINT,
"text" VARCHAR
);
Anyone who has the link will be able to view this.