Bitcoin Bull-Run Prediction Dataset
Bitcoin BTC USD timeseries forecasting for Bull Run
@kaggle.abhishek14398_bitcoin_prediction_dataset_bullrun
Bitcoin BTC USD timeseries forecasting for Bull Run
@kaggle.abhishek14398_bitcoin_prediction_dataset_bullrun
CREATE TABLE btc_usd_price_prediction_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"currency" VARCHAR,
"date" TIMESTAMP,
"closing_price_usd" DOUBLE -- Closing Price (USD),
"n_24h_open_usd" DOUBLE -- 24h Open (USD),
"n_24h_high_usd" DOUBLE -- 24h High (USD),
"n_24h_low_usd" DOUBLE -- 24h Low (USD)
);
Anyone who has the link will be able to view this.