Retail Insights: A Comprehensive Sales Dataset
Uncover Trends, Optimize Strategies, and Excel in Retail Analytics with this Rob
@kaggle.rajneesh231_retail_insights_a_comprehensive_sales_dataset
Uncover Trends, Optimize Strategies, and Excel in Retail Analytics with this Rob
@kaggle.rajneesh231_retail_insights_a_comprehensive_sales_dataset
CREATE TABLE data (
"order_no" VARCHAR,
"order_date" VARCHAR,
"customer_name" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"customer_type" VARCHAR,
"account_manager" VARCHAR,
"order_priority" VARCHAR,
"product_name" VARCHAR,
"product_category" VARCHAR,
"product_container" VARCHAR,
"ship_mode" VARCHAR,
"ship_date" VARCHAR,
"cost_price" VARCHAR,
"retail_price" VARCHAR,
"profit_margin" VARCHAR,
"order_quantity" DOUBLE,
"sub_total" VARCHAR,
"discount" VARCHAR,
"discount_66c100" VARCHAR,
"order_total" VARCHAR,
"shipping_cost" VARCHAR,
"total" VARCHAR
);
Anyone who has the link will be able to view this.