Stock Market DataSet
Data on the financial markets of the USA
@kaggle.zahrashahzahi_stock_market_dataset
Data on the financial markets of the USA
@kaggle.zahrashahzahi_stock_market_dataset
An important point in our data is that the data must be cleaned and the valume column is better because there is a lot of data noise in it.
CREATE TABLE market (
"index" VARCHAR,
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" DOUBLE
);Anyone who has the link will be able to view this.