Index Value (economic Dataset)
Monthly Economic Data Simulation: Interest Rates, Unemployment, and Market Index
@kaggle.harshvir04_index_value_economic_dataset
Monthly Economic Data Simulation: Interest Rates, Unemployment, and Market Index
@kaggle.harshvir04_index_value_economic_dataset
CREATE TABLE modified_synthetic_economic_data (
"year" BIGINT,
"month" BIGINT,
"interest_rate" DOUBLE,
"unemployment_rate" DOUBLE,
"index_price" DOUBLE
);
Anyone who has the link will be able to view this.