Gold Price Prediction Dataset
Prediction Of Gold Rates Using ML Techniques
@kaggle.sid321axn_gold_price_prediction_dataset
Prediction Of Gold Rates Using ML Techniques
@kaggle.sid321axn_gold_price_prediction_dataset
CREATE TABLE final_uso (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT,
"sp_open" DOUBLE,
"sp_high" DOUBLE,
"sp_low" DOUBLE,
"sp_close" DOUBLE,
"sp_ajclose" DOUBLE,
"sp_volume" BIGINT,
"dj_open" DOUBLE,
"dj_high" DOUBLE,
"dj_low" DOUBLE,
"dj_close" DOUBLE,
"dj_ajclose" DOUBLE,
"dj_volume" BIGINT,
"eg_open" DOUBLE,
"eg_high" DOUBLE,
"eg_low" DOUBLE,
"eg_close" DOUBLE,
"eg_ajclose" DOUBLE,
"eg_volume" BIGINT,
"eu_price" DOUBLE,
"eu_open" DOUBLE,
"eu_high" DOUBLE,
"eu_low" DOUBLE,
"eu_trend" BIGINT,
"of_price" DOUBLE,
"of_open" DOUBLE,
"of_high" DOUBLE,
"of_low" DOUBLE,
"of_volume" BIGINT,
"of_trend" BIGINT,
"os_price" DOUBLE,
"os_open" DOUBLE,
"os_high" DOUBLE,
"os_low" DOUBLE,
"os_trend" BIGINT,
"sf_price" BIGINT,
"sf_open" BIGINT,
"sf_high" BIGINT,
"sf_low" BIGINT,
"sf_volume" BIGINT,
"sf_trend" BIGINT,
"usb_price" DOUBLE,
"usb_open" DOUBLE,
"usb_high" DOUBLE,
"usb_low" DOUBLE,
"usb_trend" BIGINT,
"plt_price" DOUBLE,
"plt_open" DOUBLE,
"plt_high" DOUBLE,
"plt_low" DOUBLE,
"plt_trend" BIGINT,
"pld_price" DOUBLE,
"pld_open" DOUBLE,
"pld_high" DOUBLE,
"pld_low" DOUBLE,
"pld_trend" BIGINT,
"rho_price" BIGINT,
"usdi_price" DOUBLE,
"usdi_open" DOUBLE,
"usdi_high" DOUBLE,
"usdi_low" DOUBLE,
"usdi_volume" BIGINT,
"usdi_trend" BIGINT,
"gdx_open" DOUBLE,
"gdx_high" DOUBLE,
"gdx_low" DOUBLE,
"gdx_close" DOUBLE,
"gdx_adj_close" DOUBLE,
"gdx_volume" BIGINT,
"uso_open" DOUBLE,
"uso_high" DOUBLE,
"uso_low" DOUBLE,
"uso_close" DOUBLE,
"uso_adj_close" DOUBLE,
"uso_volume" BIGINT
);
Anyone who has the link will be able to view this.