Baselight

Port Shipment Dataset

Dataset of 260,000 items packed for shipment

@kaggle.mikoajfish99_port_of_los_angeles

Shipping Data
@kaggle.mikoajfish99_port_of_los_angeles.shipping_data

  • 3.24 MB
  • 263821 rows
  • 8 columns
name

Name

price

Price ($)

weight_kg

Weight (kg)

length_m

Length (m)

width_m

Width (m)

height_m

Height (m)

shipment_date

Shipment Date

destination_port

Destination Port

Camera Bag37.661.10.40.390.26Sun Mar 19 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Port of Singapore (Singapore)
Portable Bluetooth Keyboard144.650.390.110.060.03Tue Mar 21 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Port of Busan (South Korea)
Large Flat Rate Box38.570.970.790.550.35Sat Mar 25 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Port of Tianjin (China)
Ceramic Tiles10.346.220.360.370.02Wed Mar 15 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Port of Shanghai (China)
Garden Hose21.631.1817.770.270.13Sat Mar 25 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Port of Tianjin (China)
Cookware Set401.647.60.490.350.15Mon Mar 20 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Port of Shanghai (China)
Drone1434.082.70.751.30.26Sun Mar 12 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Port of Singapore (Singapore)
Pallete of Computers988.662021.481.010.780.68Sat Mar 18 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Port of Tianjin (China)
Pallete of Clothing196.68832.51.050.941.47Thu Mar 23 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Port of Shanghai (China)
Large Bubble Mailer90.190.270.140.03Mon Mar 20 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Port of Tianjin (China)

CREATE TABLE shipping_data (
  "name" VARCHAR,
  "price" DOUBLE,
  "weight_kg" DOUBLE,
  "length_m" DOUBLE,
  "width_m" DOUBLE,
  "height_m" DOUBLE,
  "shipment_date" TIMESTAMP,
  "destination_port" VARCHAR
);

Share link

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