Netflix Stock Price Data For 2023-24.
For building regression models, predictions, and data visualizations.
@kaggle.naimishbhoi_netflix_stock_price_data_for_2023_24
For building regression models, predictions, and data visualizations.
@kaggle.naimishbhoi_netflix_stock_price_data_for_2023_24
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.