🏛️ Financial Indicators Of US Recession 📉
Historical Data to Predict the Impact of the Next Recession on the US Economy.
@kaggle.mikoajfish99_us_recession_and_financial_indicators
Historical Data to Predict the Impact of the Next Recession on the US Economy.
@kaggle.mikoajfish99_us_recession_and_financial_indicators
CREATE TABLE spx500 (
"date" TIMESTAMP,
"price" DOUBLE,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"vol" VARCHAR,
"change" VARCHAR
);
Anyone who has the link will be able to view this.