NETFLIX Stock Data
Netflix historical stock data
@kaggle.abhiram8_netflix_stock_data
Netflix historical stock data
@kaggle.abhiram8_netflix_stock_data
CREATE TABLE netflix_stock_data (
"date" TIMESTAMP,
"n__close_last" VARCHAR,
"n__volume" BIGINT,
"n__open" VARCHAR,
"n__high" VARCHAR,
"n__low" VARCHAR
);
Anyone who has the link will be able to view this.