US Economic Indicators (1991-2023)
Data sourced from the IMF, Yahoo Finance, and the Federal Housing Finance Agency
@kaggle.niranjankrishnan_us_economic_indicators_1991_2023
Data sourced from the IMF, Yahoo Finance, and the Federal Housing Finance Agency
@kaggle.niranjankrishnan_us_economic_indicators_1991_2023
CREATE TABLE usdataset (
"hpi_type" VARCHAR,
"hpi_flavor" VARCHAR,
"frequency" VARCHAR,
"level" VARCHAR,
"place_name" VARCHAR,
"place_id" VARCHAR,
"yr" BIGINT,
"period" BIGINT,
"index_nsa" DOUBLE,
"index_sa" DOUBLE,
"gross_domestic_product_constant_prices" DOUBLE,
"gross_domestic_product_per_capita_constant_prices" DOUBLE,
"gross_domestic_product_per_capita_current_prices" DOUBLE,
"gross_domestic_product_based_on_purchasing_power_parit_2775ca00" DOUBLE,
"inflation_average_consumer_prices" DOUBLE,
"volume_of_imports_of_goods_and_services" DOUBLE,
"volume_of_exports_of_goods_and_services" DOUBLE,
"unemployment_rate" DOUBLE,
"current_account_balance" DOUBLE,
"date" VARCHAR,
"gspc_close" DOUBLE
);
Anyone who has the link will be able to view this.