Netflix Stock Data From 2002 To 2021
Netflix Stock data set
@kaggle.pritsheta_netflix_stock_data_from_2002_to_2021
Netflix Stock data set
@kaggle.pritsheta_netflix_stock_data_from_2002_to_2021
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.