Simplified Instacart Market Basket Dataset
Simplified data from the Instacart Market Basket Dataset
@kaggle.brendanartley_simplifiedinstacartdata
Simplified data from the Instacart Market Basket Dataset
@kaggle.brendanartley_simplifiedinstacartdata
CREATE TABLE orders (
"order_id" BIGINT,
"user_id" BIGINT,
"timestamp" TIMESTAMP
);
Anyone who has the link will be able to view this.