World Bank Data On Countries
@kaggle.yusufglcan_country_data
@kaggle.yusufglcan_country_data
CREATE TABLE countries (
"country_name" VARCHAR,
"country_code" VARCHAR,
"year" BIGINT,
"agriculture_gdp" DOUBLE,
"ease_of_doing_business" DOUBLE,
"education_expenditure_gdp" DOUBLE,
"export_gdp" DOUBLE,
"gdp" DOUBLE,
"health_expenditure_gdp" DOUBLE,
"import_gdp" DOUBLE,
"industry_gdp" DOUBLE,
"inflation_rate" DOUBLE,
"r_d" DOUBLE,
"service_gdp" DOUBLE,
"unemployment" DOUBLE,
"population" DOUBLE,
"land" DOUBLE,
"continent_name" VARCHAR,
"export" DOUBLE,
"import" DOUBLE,
"education_expenditure" DOUBLE,
"health_expenditure" DOUBLE,
"net_trade" DOUBLE,
"gdp_per_capita" DOUBLE,
"population_density" DOUBLE
);
Anyone who has the link will be able to view this.