Indonesia Food Delivery Gofood Product List
Gofood Product List from Jakarta, Surabaya, and Medan
@kaggle.ariqsyahalam_indonesia_food_delivery_gofood_product_list
Gofood Product List from Jakarta, Surabaya, and Medan
@kaggle.ariqsyahalam_indonesia_food_delivery_gofood_product_list
There's a story behind every dataset and here's your opportunity to share yours.
What's inside is more than just rows and columns. Make it easy for others to get started by describing how you acquired the data and what time period it represents, too.
We wouldn't be here without the help of others. If you owe any attributions or thanks, include them here along with any citations of past research.
Your data will be in front of the world's largest data science community. What questions do you want to see answered?
CREATE TABLE gofood_dataset (
"merchant_name" VARCHAR,
"merchant_area" VARCHAR,
"category" VARCHAR,
"display" VARCHAR,
"product" VARCHAR,
"price" DOUBLE,
"discount_price" DOUBLE,
"isdiscount" BIGINT,
"description" VARCHAR
);Anyone who has the link will be able to view this.