Baselight

Militaries & Weapons

Size of Military by Countries in 2022

@kaggle.muhammedtausif_military_size_by_country_2022

Loading...
Loading...

About this Dataset

Militaries & Weapons

List of Army personnel in the world, and the population of the respective country. The data is extracted and scrapped from

  1. https://worldpopulationreview.com/country-rankings/military-size-by-country
  2. https://en.wikipedia.org/wiki/List_of_countries_by_number_of_military_and_paramilitary_personnel

Tables

Army Total World

@kaggle.muhammedtausif_military_size_by_country_2022.army_total_world
  • 10.97 KB
  • 168 rows
  • 6 columns
Loading...

CREATE TABLE army_total_world (
  "country" VARCHAR,
  "activeduty" BIGINT,
  "paramilitary" BIGINT,
  "reserves" BIGINT,
  "total" BIGINT,
  "pop2022" DOUBLE
);

Atomic Weapons

@kaggle.muhammedtausif_military_size_by_country_2022.atomic_weapons
  • 5.98 KB
  • 10 rows
  • 7 columns
Loading...

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
);

List Of Countries By Number Of Military And Paramilita D9601782

@kaggle.muhammedtausif_military_size_by_country_2022.list_of_countries_by_number_of_military_and_paramilita_d9601782
  • 11.86 KB
  • 172 rows
  • 7 columns
Loading...

CREATE TABLE list_of_countries_by_number_of_military_and_paramilita_d9601782 (
  "country" VARCHAR,
  "active_military" BIGINT,
  "reserve_military" BIGINT,
  "paramilitary" BIGINT,
  "total" BIGINT,
  "per_1_000_capita_total" DOUBLE,
  "per_1_000_capita_active" DOUBLE
);

Share link

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