Gold Price & Relevant Metrics
UCSB - PSTAT 131 Final Project
@kaggle.cvergnolle_gold_price_and_relevant_metrics
UCSB - PSTAT 131 Final Project
@kaggle.cvergnolle_gold_price_and_relevant_metrics
CREATE TABLE gold_price_prediction (
"date" TIMESTAMP,
"price_2_days_prior" DOUBLE,
"price_1_day_prior" DOUBLE,
"price_today" DOUBLE,
"price_tomorrow" DOUBLE,
"price_change_tomorrow" DOUBLE,
"price_change_ten" DOUBLE,
"std_dev_10" DOUBLE,
"twenty_moving_average" DOUBLE,
"fifty_day_moving_average" DOUBLE,
"n_200_day_moving_average" DOUBLE,
"monthly_inflation_rate" DOUBLE,
"effr_rate" DOUBLE,
"volume" BIGINT,
"treasury_par_yield_month" DOUBLE,
"treasury_par_yield_two_year" DOUBLE,
"treasury_par_yield_curve_rates_10_yr" DOUBLE,
"dxy" DOUBLE,
"sp_open" DOUBLE,
"vix" DOUBLE,
"crude" DOUBLE
);
Anyone who has the link will be able to view this.