Netflix Stock Price Prediction
Netflix Stock PricePrediction using Time Series
@kaggle.jainilcoder_netflix_stock_price_prediction
Netflix Stock PricePrediction using Time Series
@kaggle.jainilcoder_netflix_stock_price_prediction
CREATE TABLE nflx (
"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.