Stock Market Prediction
hdfc equity stock data
@kaggle.rishabhpareekk_stock_market_prediction
hdfc equity stock data
@kaggle.rishabhpareekk_stock_market_prediction
this dataset is containing information about HDFC bank equity share information.
The dataset containing a total of 7 columns Date 5151 non-null datetime64[ns]
Open 5082 non-null float64
High 5082 non-null float64
Low 5082 non-null float64
Close 5082 non-null float64
Adj Close 5082 non-null float64
Volume 5082 non-null float64
CREATE TABLE quote_equity_hdfc_eq_01_08_2018_to_30_07_2020 (
"date" TIMESTAMP,
"series" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"prev_close" DOUBLE -- PREV. CLOSE,
"ltp" DOUBLE,
"close" DOUBLE,
"vwap" DOUBLE,
"n_52w_h" DOUBLE -- 52W H,
"n_52w_l" DOUBLE -- 52W L,
"volume" BIGINT,
"value" DOUBLE,
"no_of_trades" BIGINT
);Anyone who has the link will be able to view this.