US Regional Sales Data
US Regional Sales Data Analysis and Prediction
@kaggle.talhabu_us_regional_sales_data
US Regional Sales Data Analysis and Prediction
@kaggle.talhabu_us_regional_sales_data
CREATE TABLE us_regional_sales_data (
"ordernumber" VARCHAR,
"sales_channel" VARCHAR,
"warehousecode" VARCHAR,
"procureddate" VARCHAR,
"orderdate" VARCHAR,
"shipdate" VARCHAR,
"deliverydate" VARCHAR,
"currencycode" VARCHAR,
"n__salesteamid" BIGINT,
"n__customerid" BIGINT,
"n__storeid" BIGINT,
"n__productid" BIGINT,
"order_quantity" BIGINT,
"discount_applied" DOUBLE,
"unit_cost" DOUBLE,
"unit_price" DOUBLE
);
Anyone who has the link will be able to view this.