Global Armed Forces Dataset
Worldwide Armed Services Dataset
@kaggle.abhijitdahatonde_global_armed_forces_dataset
Worldwide Armed Services Dataset
@kaggle.abhijitdahatonde_global_armed_forces_dataset
This dataset provides a comprehensive overview of the active and reserved military forces of countries around the world.
It aims to present a detailed analysis of the manpower allocated to each country's armed services, shedding light on their military capabilities and potential readiness for various defense scenarios.
CREATE TABLE military (
"sr_no" BIGINT,
"country" VARCHAR,
"active_military" BIGINT,
"reserve_military" BIGINT,
"paramilitary" BIGINT,
"total" BIGINT,
"per_1_000_capita_active" DOUBLE -- Per 1,000 Capita(active),
"per_1_000_capita_total" DOUBLE -- Per 1,000 Capita(total)
);Anyone who has the link will be able to view this.