Baselight

Shipping E-Commerce

Can you predict Shipping E-Commerce sales?

@kaggle.ulrikthygepedersen_shipping_ecommerce

Shipping Ecommerce
@kaggle.ulrikthygepedersen_shipping_ecommerce.shipping_ecommerce

  • 73.75 KB
  • 10998 rows
  • 10 columns
customer_care_calls

Customer Care Calls

customer_rating

Customer Rating

prior_purchases

Prior Purchases

discount_offered

Discount Offered

weight_in_gms

Weight In Gms

warehouse_block

Warehouse Block

mode_of_shipment

Mode Of Shipment

product_importance

Product Importance

gender

Gender

class

Class

542105395AShipmediumM1
43265867FShipmediumF
34225957DShipmediumM
312272551DShipmediumM1
75491329BShipmediumM1
622183077CShiplowF1
45571380FRoadlowM
41384667DFlightlowF
615571784CShiplowF1
45295040CFlightlowM

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
);

Share link

Anyone who has the link will be able to view this.