All Countries Details.
All Details by countries (Globally)
@kaggle.adityakishor1_all_countries_details
All Details by countries (Globally)
@kaggle.adityakishor1_all_countries_details
CREATE TABLE all_countries (
"country" VARCHAR,
"country_long" VARCHAR,
"currency" VARCHAR,
"capital_city" VARCHAR,
"region" VARCHAR,
"continent" VARCHAR,
"demonym" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"agricultural_land" DOUBLE,
"forest_area" DOUBLE,
"land_area" DOUBLE,
"rural_land" DOUBLE,
"urban_land" DOUBLE,
"central_government_debt_pct_gdp" DOUBLE,
"expense_pct_gdp" DOUBLE,
"gdp" DOUBLE,
"inflation" DOUBLE,
"self_employed_pct" DOUBLE,
"tax_revenue_pct_gdp" DOUBLE,
"unemployment_pct" DOUBLE,
"vulnerable_employment_pct" DOUBLE,
"electricity_access_pct" DOUBLE,
"alternative_nuclear_energy_pct" DOUBLE,
"electricty_production_coal_pct" DOUBLE,
"electricty_production_hydroelectric_pct" DOUBLE,
"electricty_production_gas_pct" DOUBLE,
"electricty_production_nuclear_pct" DOUBLE,
"electricty_production_oil_pct" DOUBLE,
"electricty_production_renewable_pct" DOUBLE,
"energy_imports_pct" DOUBLE,
"fossil_energy_consumption_pct" DOUBLE,
"renewable_energy_consumption_pct" DOUBLE,
"co2_emissions" DOUBLE,
"methane_emissions" DOUBLE,
"nitrous_oxide_emissions" DOUBLE,
"greenhouse_other_emissions" DOUBLE,
"urban_population_under_5m" DOUBLE,
"health_expenditure_pct_gdp" DOUBLE,
"health_expenditure_capita" DOUBLE,
"hospital_beds" DOUBLE,
"hiv_incidence" DOUBLE,
"suicide_rate" DOUBLE,
"armed_forces" DOUBLE,
"internally_displaced_persons" DOUBLE,
"military_expenditure_pct_gdp" DOUBLE,
"birth_rate" DOUBLE,
"death_rate" DOUBLE,
"fertility_rate" DOUBLE,
"internet_pct" DOUBLE,
"life_expectancy" DOUBLE,
"net_migration" BIGINT,
"population_female" BIGINT,
"population_male" BIGINT,
"population" BIGINT,
"women_parliament_seats_pct" DOUBLE,
"rural_population" BIGINT,
"urban_population" BIGINT,
"press" DOUBLE,
"democracy_score" DOUBLE,
"democracy_type" VARCHAR,
"median_age" DOUBLE,
"political_leader" VARCHAR,
"title" VARCHAR
);
Anyone who has the link will be able to view this.