Food Delivery Options In Taft Avenue, Manila
Data on delivery fees, distance, rating, review count, cuisine, and store city
@kaggle.chechusiscar_food_delivery_taft
Data on delivery fees, distance, rating, review count, cuisine, and store city
@kaggle.chechusiscar_food_delivery_taft
CREATE TABLE food_delivery_taft (
"restaurant" BIGINT,
"cuisine" VARCHAR,
"city" VARCHAR,
"distance" DOUBLE,
"budget" BIGINT,
"fee" BIGINT,
"time" BIGINT,
"rating" DOUBLE,
"reviews" BIGINT
);
Anyone who has the link will be able to view this.