Uniqlo (FastRetailing) Stock Price Prediction
Tokyo Stock Exchange Data (LightWeight CSV) in 2016 for Beginners
@kaggle.daiearth22_uniqlo_fastretailing_stock_price_prediction
Tokyo Stock Exchange Data (LightWeight CSV) in 2016 for Beginners
@kaggle.daiearth22_uniqlo_fastretailing_stock_price_prediction
CREATE TABLE uniqlo_fastretailing_2012_2016_training_stocks2012_2016 (
"date" TIMESTAMP,
"open" BIGINT,
"high" BIGINT,
"low" BIGINT,
"close" BIGINT,
"volume" BIGINT,
"stock_trading" BIGINT
);
CREATE TABLE uniqlo_fastretailing_2017_test_stocks2017 (
"date" TIMESTAMP,
"open" BIGINT,
"high" BIGINT,
"low" BIGINT,
"close" BIGINT,
"volume" BIGINT,
"stock_trading" BIGINT
);
Anyone who has the link will be able to view this.