Incidents Russian Railways
Incidents reported on Russian Railways from 2022 to 2025
@kaggle.kytoxdev_incidents_russian_railways
Incidents reported on Russian Railways from 2022 to 2025
@kaggle.kytoxdev_incidents_russian_railways
This dataset is a collection of incidents on the railway network in Russia from 2022 to 2025. The dataset has been collected from various sources, including Telegram channels, Twitter, and news websites. The incidents are classified into different criteria. The dataset contains information about:
Dashboard - Analytical dashboard with the incidents on the Russian railway network.
Following the news related to the war in Ukraine, mainly via Twitter, I saw, during 2024, a lot of news about incidents on the Russian railway networks. I decided to list and classify all the incidents I could find on Twitter, Telegram and sometimes sites. I wanted to have a dataset that could be used to analyze the incidents and understand the impact of the war on the Russian railway network.
The incidents are classified into the principal categories:
CREATE TABLE incidents_russian_railways_data_08_25 (
"date" TIMESTAMP,
"region" VARCHAR,
"location" VARCHAR,
"gps" VARCHAR,
"damaged_equipment" VARCHAR,
"incident_type" VARCHAR,
"collision_with" VARCHAR,
"partisans_group" VARCHAR,
"partisans_arrest" BOOLEAN,
"partisans_age" VARCHAR,
"partisans_names" VARCHAR,
"applicable_laws" VARCHAR,
"source_links" VARCHAR
);
CREATE TABLE incidents_russian_railways_data_10_07_25 (
"date" TIMESTAMP,
"region" VARCHAR,
"location" VARCHAR,
"gps" VARCHAR,
"damaged_equipment" VARCHAR,
"incident_type" VARCHAR,
"collision_with" VARCHAR,
"partisans_group" VARCHAR,
"partisans_arrest" BOOLEAN,
"partisans_age" DOUBLE,
"partisans_names" VARCHAR,
"applicable_laws" VARCHAR,
"source_links" VARCHAR
);
Anyone who has the link will be able to view this.