Baselight

Product Orders

Analyzing Sales Trends and Customer Behavior: The Product Orders Dataset

@kaggle.zain280_product_orders

Orders
@kaggle.zain280_product_orders.orders

  • 14.09 KB
  • 1000 rows
  • 4 columns
date

Date

product_id

Product Id

city_id

City Id

orders

Orders

Tue Dec 10 2019 00:00:00 GMT+0000 (Coordinated Universal Time)5628253
Wed Aug 15 2018 00:00:00 GMT+0000 (Coordinated Universal Time)364614157
Tue Oct 23 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1859251
Sat Aug 17 2019 00:00:00 GMT+0000 (Coordinated Universal Time)7292251
Sun Jan 06 2019 00:00:00 GMT+0000 (Coordinated Universal Time)4344253
Thu Aug 23 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1811254
Wed Nov 21 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1282261
Wed Mar 27 2019 00:00:00 GMT+0000 (Coordinated Universal Time)5022241
Sat Jun 29 2019 00:00:00 GMT+0000 (Coordinated Universal Time)3699315
Thu Aug 30 2018 00:00:00 GMT+0000 (Coordinated Universal Time)4373113

CREATE TABLE orders (
  "date" TIMESTAMP,
  "product_id" BIGINT,
  "city_id" BIGINT,
  "orders" BIGINT
);

Share link

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