Bitcoin Price Dataset
Dataset for Bitcoin Crypto Currency
@kaggle.meetnagadia_bitcoin_stock_data_sept_17_2014_august_24_2021
Dataset for Bitcoin Crypto Currency
@kaggle.meetnagadia_bitcoin_stock_data_sept_17_2014_august_24_2021
This is Bitcoin Dataset of Future Price Prediction
What's inside is more than just rows and columns. Make it easy for others to get started by describing how you acquired the data and what time period it represents, too.
We wouldn't be here without the help of others. If you owe any attributions or thanks, include them here along with any citations of past research.
Your data will be in front of the world's largest data science community. What questions do you want to see answered?
CREATE TABLE btc_usd (
"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.