Golden Feature(2005-2024)
A set of 11 characteristics related to gold prices
@kaggle.lixiangwakeheart_yqyqyq
A set of 11 characteristics related to gold prices
@kaggle.lixiangwakeheart_yqyqyq
CREATE TABLE gold_feature (
"date" TIMESTAMP,
"gold_close" DOUBLE,
"gold_open" DOUBLE,
"gold_high" DOUBLE,
"gold_low" DOUBLE,
"usd_index" DOUBLE,
"wti_crude" DOUBLE,
"silver" DOUBLE,
"bond_yield" DOUBLE,
"ndq" DOUBLE,
"spx" DOUBLE
);
Anyone who has the link will be able to view this.