Global Superstore Dataset
This notebook is a processed version of the Global SuperStore dataset.
@kaggle.fatihilhan_global_superstore_dataset
This notebook is a processed version of the Global SuperStore dataset.
@kaggle.fatihilhan_global_superstore_dataset
CREATE TABLE superstore (
"category" VARCHAR,
"city" VARCHAR,
"country" VARCHAR,
"customer_id" VARCHAR,
"customer_name" VARCHAR,
"discount" DOUBLE,
"market" VARCHAR,
"n" BIGINT,
"order_date" TIMESTAMP,
"order_id" VARCHAR,
"order_priority" VARCHAR,
"product_id" VARCHAR,
"product_name" VARCHAR,
"profit" DOUBLE,
"quantity" BIGINT,
"region" VARCHAR,
"row_id" BIGINT,
"sales" BIGINT,
"segment" VARCHAR,
"ship_date" TIMESTAMP,
"ship_mode" VARCHAR,
"shipping_cost" DOUBLE,
"state" VARCHAR,
"sub_category" VARCHAR,
"year" BIGINT,
"market2" VARCHAR,
"weeknum" BIGINT
);
Anyone who has the link will be able to view this.