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 products (
"product_id" BIGINT,
"product_name" VARCHAR,
"aisle_id" BIGINT,
"department_id" BIGINT
);
Anyone who has the link will be able to view this.