Global Country Information Dataset 2023
A Comprehensive Dataset Empowering In-Depth Analysis and Cross-Country Insights
@kaggle.nelgiriyewithana_countries_of_the_world_2023
A Comprehensive Dataset Empowering In-Depth Analysis and Cross-Country Insights
@kaggle.nelgiriyewithana_countries_of_the_world_2023
CREATE TABLE world_data_2023 (
"country" VARCHAR,
"density_p_km2" BIGINT,
"abbreviation" VARCHAR,
"agricultural_land" VARCHAR,
"land_area_km2" DOUBLE,
"armed_forces_size" DOUBLE,
"birth_rate" DOUBLE,
"calling_code" DOUBLE,
"capital_major_city" VARCHAR,
"co2_emissions" DOUBLE,
"cpi" DOUBLE,
"cpi_change" VARCHAR,
"currency_code" VARCHAR,
"fertility_rate" DOUBLE,
"forested_area" VARCHAR,
"gasoline_price" VARCHAR,
"gdp" VARCHAR,
"gross_primary_education_enrollment" VARCHAR,
"gross_tertiary_education_enrollment" VARCHAR,
"infant_mortality" DOUBLE,
"largest_city" VARCHAR,
"life_expectancy" DOUBLE,
"maternal_mortality_ratio" DOUBLE,
"minimum_wage" VARCHAR,
"official_language" VARCHAR,
"out_of_pocket_health_expenditure" VARCHAR,
"physicians_per_thousand" DOUBLE,
"population" DOUBLE,
"population_labor_force_participation" VARCHAR,
"tax_revenue" VARCHAR,
"total_tax_rate" VARCHAR,
"unemployment_rate" VARCHAR,
"urban_population" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE
);
Anyone who has the link will be able to view this.