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
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.