Baselight

Global Armed Forces Dataset

Worldwide Armed Services Dataset

@kaggle.abhijitdahatonde_global_armed_forces_dataset

Loading...
Loading...

About this Dataset

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.

Tables

Military

@kaggle.abhijitdahatonde_global_armed_forces_dataset.military
  • 13.34 KB
  • 172 rows
  • 8 columns
Loading...

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_total" DOUBLE
);

Share link

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