Aerial Bombing Operations In World War II
Target, aircraft used, and bombs deployed for every mission in WWII
@kaggle.usaf_world_war_ii
Target, aircraft used, and bombs deployed for every mission in WWII
@kaggle.usaf_world_war_ii
CREATE TABLE operations (
"mission_id" BIGINT,
"mission_date" TIMESTAMP,
"theater_of_operations" VARCHAR,
"country" VARCHAR,
"air_force" VARCHAR,
"unit_id" VARCHAR,
"aircraft_series" VARCHAR,
"callsign" VARCHAR,
"mission_type" VARCHAR,
"takeoff_base" VARCHAR,
"takeoff_location" VARCHAR,
"takeoff_latitude" VARCHAR,
"takeoff_longitude" DOUBLE,
"target_id" VARCHAR,
"target_country" VARCHAR,
"target_city" VARCHAR,
"target_type" VARCHAR,
"target_industry" VARCHAR,
"target_priority" VARCHAR,
"target_latitude" DOUBLE,
"target_longitude" DOUBLE,
"altitude_hundreds_of_feet" DOUBLE,
"airborne_aircraft" DOUBLE,
"attacking_aircraft" DOUBLE,
"bombing_aircraft" DOUBLE,
"aircraft_returned" DOUBLE,
"aircraft_failed" DOUBLE,
"aircraft_damaged" DOUBLE,
"aircraft_lost" DOUBLE,
"high_explosives" DOUBLE,
"high_explosives_type" VARCHAR,
"high_explosives_weight_pounds" VARCHAR,
"high_explosives_weight_tons" DOUBLE,
"incendiary_devices" DOUBLE,
"incendiary_devices_type" VARCHAR,
"incendiary_devices_weight_pounds" DOUBLE,
"incendiary_devices_weight_tons" DOUBLE,
"fragmentation_devices" DOUBLE,
"fragmentation_devices_type" VARCHAR,
"fragmentation_devices_weight_pounds" DOUBLE,
"fragmentation_devices_weight_tons" DOUBLE,
"total_weight_pounds" DOUBLE,
"total_weight_tons" DOUBLE,
"time_over_target" VARCHAR,
"bomb_damage_assessment" VARCHAR,
"source_id" DOUBLE
);
Anyone who has the link will be able to view this.