Baselight

Israel Vs Palestine

A brief look at the socio economic and military strengths( 2000 - 2020)

@kaggle.zsinghrahulk_israel_vs_palestine

About this Dataset

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 .

Tables

Israel Palestine

@kaggle.zsinghrahulk_israel_vs_palestine.israel_palestine
  • 15.26 KB
  • 44 rows
  • 16 columns
Loading...

CREATE TABLE israel_palestine (
  "year" BIGINT,
  "country" VARCHAR,
  "gdp_in_usd" VARCHAR,
  "population" BIGINT,
  "gdp_growth_rate" DOUBLE,
  "fertility_rate" DOUBLE,
  "infant_mortality_rate_per_1_000_live_births" DOUBLE,
  "maternal_mortality_rate_per_100_000_live_births" DOUBLE,
  "agricultural_output_in_usd" VARCHAR,
  "active_military_personnel" DOUBLE,
  "reserve_military_personnel" DOUBLE,
  "literacy_rate" DOUBLE,
  "it_output_in_usd" VARCHAR,
  "number_of_tanks" DOUBLE,
  "number_of_submarines" DOUBLE,
  "number_of_armoured_vehicles" DOUBLE
);