Shipping E-Commerce
Can you predict Shipping E-Commerce sales?
@kaggle.ulrikthygepedersen_shipping_ecommerce
Can you predict Shipping E-Commerce sales?
@kaggle.ulrikthygepedersen_shipping_ecommerce
CREATE TABLE shipping_ecommerce (
"customer_care_calls" BIGINT,
"customer_rating" BIGINT,
"prior_purchases" BIGINT,
"discount_offered" BIGINT,
"weight_in_gms" BIGINT,
"warehouse_block" VARCHAR,
"mode_of_shipment" VARCHAR,
"product_importance" VARCHAR,
"gender" VARCHAR,
"class" BIGINT
);
Anyone who has the link will be able to view this.