Russian Loss In Russia-Ukraine War
Stop the War !!! Maintain Peace
@kaggle.durgeshrao9993_2022_ukrainerussia_war
Stop the War !!! Maintain Peace
@kaggle.durgeshrao9993_2022_ukrainerussia_war
The Russia-Ukraine War Dataset is a comprehensive collection of structured and curated data related to the conflict between Russia and Ukraine, which started in 2014. It provides researchers, analysts, journalists, and policymakers with a valuable resource to understand and analyze various aspects of the war.
CREATE TABLE russia_losses_equipment (
  "date" VARCHAR,
  "day" BIGINT,
  "aircraft" BIGINT,
  "helicopter" BIGINT,
  "tank" BIGINT,
  "apc" BIGINT,
  "field_artillery" BIGINT,
  "mrl" BIGINT,
  "military_auto" BIGINT,
  "fuel_tank" BIGINT,
  "drone" BIGINT,
  "naval_ship" BIGINT,
  "anti_aircraft_warfare" BIGINT
);CREATE TABLE russia_losses_personnel (
  "date" VARCHAR,
  "day" BIGINT,
  "personnel" BIGINT,
  "pow" DOUBLE
);Anyone who has the link will be able to view this.