Baselight

Amazon Delivery Dataset

Analyzing Last-Mile Logistics and Delivery Performance

@kaggle.sujalsuthar_amazon_delivery_dataset

Loading...
Loading...

About this Dataset

Amazon Delivery Dataset

This Amazon Delivery Dataset provides a comprehensive view of the company's last-mile logistics operations. It includes data on over 43,632 deliveries across multiple cities, with detailed information on order details, delivery agents, weather and traffic conditions, and delivery performance metrics. The dataset enables researchers and analysts to uncover insights into factors influencing delivery efficiency, identify areas for optimization, and explore the impact of various variables on the overall customer experience.

Tables

Amazon Delivery

@kaggle.sujalsuthar_amazon_delivery_dataset.amazon_delivery
  • 1.26 MB
  • 43739 rows
  • 16 columns
Loading...

CREATE TABLE amazon_delivery (
  "order_id" VARCHAR,
  "agent_age" BIGINT,
  "agent_rating" DOUBLE,
  "store_latitude" DOUBLE,
  "store_longitude" DOUBLE,
  "drop_latitude" DOUBLE,
  "drop_longitude" DOUBLE,
  "order_date" TIMESTAMP,
  "order_time" VARCHAR,
  "pickup_time" VARCHAR,
  "weather" VARCHAR,
  "traffic" VARCHAR,
  "vehicle" VARCHAR,
  "area" VARCHAR,
  "delivery_time" BIGINT,
  "category" VARCHAR
);

Share link

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