happyhackingspace/shipping-events-eu
Shipping Events EU Dataset Overview This dataset contains simulated yet realistic shipment tracking records from various European locations. It reflects common logistics patterns, including parcel movements, delivery statuses, geographic attributes, carriers, delivery attempts, region types, transit performance, and service-level indicators. It is designed to be suitable for machine learning, analytics, research, and operational benchmarking. The dataset structure… See the full description on the dataset page: https://huggingface.co/datasets/happyhackingspace/shipping-events-eu.
Shipping Events EU Dataset
Overview
This dataset contains simulated yet realistic shipment tracking records from various European locations. It reflects common logistics patterns, including parcel movements, delivery statuses, geographic attributes, carriers, delivery attempts, region types, transit performance, and service-level indicators. It is designed to be suitable for machine learning, analytics, research, and operational benchmarking. The dataset structure is aligned with real-world logistics data models and includes temporal, geographic, categorical, and status event features.
Each row represents a shipment with key delivery and transit attributes.
Key Features
Example Columns
order_idcarrierservice_typedest_city,dest_countrytransit_time_hourshas_exception_flagroute_distance_kmshipping_costlast_status_message
Usage
Load with Pandas
from datasets import load_dataset
ds = load_dataset("happyhackingspace/shipping-events-eu", split="train")
df = ds.to_pandas()
df.head()Notes
- Dataset is synthetic but modeled after realistic logistics structures.
- Includes occasional missing values, minor inconsistencies, and noisy entries to mimic real operational data.
- No personal or sensitive information is included.
License
This dataset is free to use for research, analysis, and educational purposes.
For feedback or contributions, please use the repository discussion page. ---
