Baselight

Troop Deployments USA

U.S. troop deployments to Europe

@kaggle.iskk97_usa_troop_data_in_europe

Loading...
Loading...

About this Dataset

Troop Deployments USA

Context

Dataframe containing country-year observations of US military deployments to Europe countries from 2006 through 2015.

Content

This dataset consists of 279 rows and nine columns, which contain the following information:

  1. country: name of the country.
  2. code: three-digit numerical code defined by the United Nations.
  3. iso3c: alpha-3 - Three-character alpha code defined by the International Organization for Standardization (ISO).
  4. year: the year of the observation.
  5. troops: number of US military personnel deployed to the host country.
  6. army: army personnel deployed to the host country.
  7. navy: navy personnel deployed to the host country.
  8. air: air force personnel deployed to the host country.
  9. marine: marine corps personnel deployed to the host country.

Acknowledgements

Allen, Michael A., Michael E. Flynn, and Carla Martinez Machain. 2021. “Global U.S. military deployment data: 1950-2020.” Conflict Management and Peace Science. TBD.

Tables

Troopdataeu

@kaggle.iskk97_usa_troop_data_in_europe.troopdataeu
  • 10.05 KB
  • 279 rows
  • 9 columns
Loading...

CREATE TABLE troopdataeu (
  "country" VARCHAR,
  "code" BIGINT,
  "iso3c" VARCHAR,
  "year" BIGINT,
  "troops" BIGINT,
  "army" BIGINT,
  "navy" BIGINT,
  "air" BIGINT,
  "marine" BIGINT
);

Share link

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