Baselight

DHL Courier Facilities Dataset

DHL Courier locations and metadata

@kaggle.shivamb_dhl_courier_facilities_dataset

Loading...
Loading...

About this Dataset

DHL Courier Facilities Dataset

DHL Facilities

DHL is an international Umbrella brand and trademark for the courier, package delivery a and express mail service, which is a division of the German logistics firm Deutsche Post. The company group delivers over 1.6 billion parcels per year.

The company DHL itself was founded in San Francisco, USA, in 1969 and expanded its service throughout the world by the late 1970s. In 1979, under the name of DHL Air Cargo, the company entered the Hawaiian islands with an inter-island cargo service using two DC-3 and four DC-6 aircraft. Adrian Dalsey and Larry Hillblom personally oversaw the daily operations until its eventual bankruptcy closed the doors in 1983. At its peak, DHL Air Cargo employed just over 100 workers, management, and pilots.

Content

This dataset contains metadata of DHL locations along with the address and contact details

Acknowledgements

Homeland Infrastructure Foundation-Level Data (HIFLD)

Tables

Dhl Facilities

@kaggle.shivamb_dhl_courier_facilities_dataset.dhl_facilities
  • 2.11 MB
  • 24072 rows
  • 18 columns
Loading...

CREATE TABLE dhl_facilities (
  "x" DOUBLE,
  "y" DOUBLE,
  "objectid" BIGINT,
  "feature_id" BIGINT,
  "name" VARCHAR,
  "address" VARCHAR,
  "address2" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "zip" BIGINT,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "match_status" VARCHAR,
  "placement" VARCHAR,
  "census_code" VARCHAR,
  "last_pickup" VARCHAR,
  "location_ty" VARCHAR,
  "location_th" VARCHAR
);

Share link

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