Train Delays
Information about delays of polish trains from May 14 to May 29 2022
@kaggle.bartek358_train_delays
Information about delays of polish trains from May 14 to May 29 2022
@kaggle.bartek358_train_delays
The dataset contains information about delays on polish railroads published by the Polish State Railways in real time. Data was scraped from https://infopasazer.intercity.pl. It covers the period from the midnight of 2022-05-16 until the midnight of 2022-05-30. Observations were collected every 5 minutes.
Columns:
CREATE TABLE delays (
"datetime" TIMESTAMP,
"id" VARCHAR,
"carrier" VARCHAR,
"date" TIMESTAMP,
"connection" VARCHAR,
"arrival" VARCHAR,
"delay" VARCHAR,
"name" VARCHAR
);Anyone who has the link will be able to view this.