Baselight

Simplified Instacart Market Basket Dataset

Simplified data from the Instacart Market Basket Dataset

@kaggle.brendanartley_simplifiedinstacartdata

All Order Products
@kaggle.brendanartley_simplifiedinstacartdata.all_order_products

  • 105.71 MB
  • 33819106 rows
  • 3 columns
order_id

Order Id

product_id

Product Id

add_to_cart_order

Add To Cart Order

2331201
2289852
293273
2459184
2300355
2177946
2401417
218198
2436689
3337541

CREATE TABLE all_order_products (
  "order_id" BIGINT,
  "product_id" BIGINT,
  "add_to_cart_order" BIGINT
);

Share link

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