Gold Prices For 5 Years | Financial Predictions
Predict Gold Prices using Time Series Analysis
@kaggle.kusumakar_gold_prices_for_5_years_financial_predictions
Predict Gold Prices using Time Series Analysis
@kaggle.kusumakar_gold_prices_for_5_years_financial_predictions
CREATE TABLE gold_prices (
"date" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT,
"dividends" DOUBLE,
"stock_splits" DOUBLE,
"capital_gains" DOUBLE
);
Anyone who has the link will be able to view this.