Baselight

World War 2 Casualties By Country

World War 2 (1939 - 1945) and casualties suffered by countries

@kaggle.notkrishna_world_war_2_causalities_by_country

Ww2 Dataset
@kaggle.notkrishna_world_war_2_causalities_by_country.ww2_dataset

  • 11.48 KB
  • 61 rows
  • 9 columns
unnamed_0

Unnamed: 0

country

Country

total_population_as_of_1_1_1939

Total Population As Of 1/1/1939

militarydeaths_from_all_causes

Militarydeaths From All Causes

civilian_deaths_due_tomilitary_activity_and_crimes_aga_2b5fac27

Civilian Deaths Due Tomilitary Activity And Crimes Against Humanity

totaldeaths

Totaldeaths

deaths_as_of1939_population

Deaths As % Of1939 Population

average_deaths_as_of1939_population

Average Deaths As % Of1939 Population

militarywounded

Militarywounded

Albania107300030,000nan300002.802.80nan
1Australia696800039,700700404000.580.5839,803
2Austria6653000Included with GermanyIncluded with GermanynanS2S2Included with Germany
3Belgium838700012,00076,000880001.051.0555,513
4Brazil402890001,0001,00020000.000.004,222
5Bulgaria645800018,5003,000215000.330.3321,878
6Burma161190002,600250,0002526001.571.57nan
7Canada1126700042,0001,600436000.380.3853,174
8China5175680003,000,000 to 3,750,000+7,357,000 to 8,191,00015,000,000to 20,000,0002.90 to 3.863.381,761,335
9Cuba4235000nan1001000.000.00nan

CREATE TABLE ww2_dataset (
  "unnamed_0" BIGINT,
  "country" VARCHAR,
  "total_population_as_of_1_1_1939" BIGINT,
  "militarydeaths_from_all_causes" VARCHAR,
  "civilian_deaths_due_tomilitary_activity_and_crimes_aga_2b5fac27" VARCHAR,
  "totaldeaths" VARCHAR,
  "deaths_as_of1939_population" VARCHAR,
  "average_deaths_as_of1939_population" VARCHAR,
  "militarywounded" VARCHAR
);

Share link

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