Baselight

Militaries & Weapons

Size of Military by Countries in 2022

@kaggle.muhammedtausif_military_size_by_country_2022

Atomic Weapons
@kaggle.muhammedtausif_military_size_by_country_2022.atomic_weapons

  • 5.98 KB
  • 10 rows
  • 7 columns
country

Country

military_stockpile

Military Stockpile

retired_weapons

Retired Weapons

total_inventory

Total Inventory

total_nuclear_tests

Total Nuclear Tests

first_tested

First Tested

most_recent_test

Most Recent Test

 Russia447715005977715Aug-49Oct-90
 United States3708172054281030Jul-45Sep-92
 France290290210Feb-60Jan-96
 China35035045Oct-64Jul-96
 United Kingdom1804522545Oct-52Nov-91
 Israel9090Not yetNot yet
 Pakistan1651652May-98May-98
 India1601603May-74May-98
 North Korea20206Oct-06Sep-17
Total94403265127052056nannan

CREATE TABLE atomic_weapons (
  "country" VARCHAR,
  "military_stockpile" BIGINT,
  "retired_weapons" BIGINT,
  "total_inventory" BIGINT,
  "total_nuclear_tests" BIGINT,
  "first_tested" VARCHAR,
  "most_recent_test" VARCHAR
);

Share link

Anyone who has the link will be able to view this.