List Of Countries By GDP(2022)
List of countrie's GDP
@kaggle.bibiyanaj_countries_by_gdp2022
List of countrie's GDP
@kaggle.bibiyanaj_countries_by_gdp2022
The data consists of the country's GDP (2022). The table is initially ranked by the average of the available estimates for each country or territory and can be reranked by either of the sources.
CREATE TABLE list_of_countries_by_gdp (
"unnamed_0" BIGINT -- Unnamed: 0,
"country_territory" VARCHAR,
"un_region" VARCHAR,
"forecastimf" VARCHAR,
"forecast_year" VARCHAR,
"world_bank_estimate" VARCHAR,
"world_bank_year" VARCHAR,
"cia_estimate" DOUBLE,
"cia_year" VARCHAR
);Anyone who has the link will be able to view this.