Israel Vs Palestine
A brief look at the socio economic and military strengths( 2000 - 2020)
@kaggle.zsinghrahulk_israel_vs_palestine
A brief look at the socio economic and military strengths( 2000 - 2020)
@kaggle.zsinghrahulk_israel_vs_palestine
The dataset contains the information for the 2 countries ranging from 2000 to 2020 . It takes a peek into the education , health , GDO and other economic performance indicators. The data has been sourced in from OECD, CSO , worlbank and UN .
CREATE TABLE israel_palestine (
"year" BIGINT,
"country" VARCHAR,
"gdp_in_usd" VARCHAR -- GDP (in USD),
"population" BIGINT,
"gdp_growth_rate" DOUBLE -- GDP Growth Rate (%),
"fertility_rate" DOUBLE,
"infant_mortality_rate_per_1_000_live_births" DOUBLE -- Infant Mortality Rate (per 1,000 Live Births),
"maternal_mortality_rate_per_100_000_live_births" DOUBLE -- Maternal Mortality Rate (per 100,000 Live Births),
"agricultural_output_in_usd" VARCHAR -- Agricultural Output (in USD),
"active_military_personnel" DOUBLE,
"reserve_military_personnel" DOUBLE,
"literacy_rate" DOUBLE -- Literacy Rate (%),
"it_output_in_usd" VARCHAR -- IT Output (in USD),
"number_of_tanks" DOUBLE,
"number_of_submarines" DOUBLE,
"number_of_armoured_vehicles" DOUBLE
);Anyone who has the link will be able to view this.