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
A dataset containing different (anonymized) restaurants which deliver to Taft Avenue, Manila, Philippines. Useful for exploratory/descriptive analysis or regression analysis with a local flavor.
This dataset was initially constructed as a form of practice in using various data analytics tools and software.
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.