Economy Of The United States
Economy of the United States in 45 Year
@kaggle.rajkumarpandey02_economy_of_the_united_states
Economy of the United States in 45 Year
@kaggle.rajkumarpandey02_economy_of_the_united_states
CREATE TABLE economy_of_the_united_states (
"unnamed_0" BIGINT,
"year" BIGINT,
"gdp_in_bil_us_ppp" DOUBLE,
"gdp_per_capita_in_us_ppp" DOUBLE,
"gdp_in_bil_us_nominal" DOUBLE,
"gdp_per_capita_in_us_nominal" DOUBLE,
"gdp_growth_real" VARCHAR,
"inflation_rate_in_percent" VARCHAR,
"unemployment_in_percent" VARCHAR,
"government_debt_in_of_gdp" VARCHAR
);
Anyone who has the link will be able to view this.