Amazon Stock Price 2014-2019
Amazon.com Inc. (AMZN) stocks 2014-2015
@kaggle.prasoonkottarathil_amazon_stock_price_20142019
Amazon.com Inc. (AMZN) stocks 2014-2015
@kaggle.prasoonkottarathil_amazon_stock_price_20142019
CREATE TABLE amzntest (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
CREATE TABLE amzntrain (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.