Baselight

Shipping

From Port to Port: Understanding the Dynamics of Global Shipping

@kaggle.nayanack_shipping

Shipping
@kaggle.nayanack_shipping.shipping

  • 141.7 KB
  • 10999 rows
  • 12 columns
id

ID

warehouse_block

Warehouse Block

mode_of_shipment

Mode Of Shipment

customer_care_calls

Customer Care Calls

customer_rating

Customer Rating

cost_of_the_product

Cost Of The Product

prior_purchases

Prior Purchases

product_importance

Product Importance

gender

Gender

discount_offered

Discount Offered

weight_in_gms

Weight In Gms

reached_on_time_y_n

Reached.on.Time Y.N

1DFlight421773lowF4412331
2FFlight452162lowM5930881
3AFlight221834lowM4833741
4BFlight331764mediumM1011771
5CFlight221843mediumF4624841
6FFlight311623mediumF1214171
7DFlight342503lowF323711
8FFlight412332lowF4828041
9AFlight341503lowF1118611
10BFlight321643mediumF2911871

CREATE TABLE shipping (
  "id" BIGINT,
  "warehouse_block" VARCHAR,
  "mode_of_shipment" VARCHAR,
  "customer_care_calls" BIGINT,
  "customer_rating" BIGINT,
  "cost_of_the_product" BIGINT,
  "prior_purchases" BIGINT,
  "product_importance" VARCHAR,
  "gender" VARCHAR,
  "discount_offered" BIGINT,
  "weight_in_gms" BIGINT,
  "reached_on_time_y_n" BIGINT
);

Share link

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