Baselight

Food Delivery Options In Taft Avenue, Manila

Data on delivery fees, distance, rating, review count, cuisine, and store city

@kaggle.chechusiscar_food_delivery_taft

Loading...
Loading...

About this Dataset

Food Delivery Options In Taft Avenue, Manila

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.

Tables

Food Delivery Taft

@kaggle.chechusiscar_food_delivery_taft.food_delivery_taft
  • 18.38 KB
  • 1056 rows
  • 9 columns
Loading...

CREATE TABLE food_delivery_taft (
  "restaurant" BIGINT,
  "cuisine" VARCHAR,
  "city" VARCHAR,
  "distance" DOUBLE,
  "budget" BIGINT,
  "fee" BIGINT,
  "time" BIGINT,
  "rating" DOUBLE,
  "reviews" BIGINT
);

Share link

Anyone who has the link will be able to view this.