Bitcoin Stock Data
Historical Bitcoin pricing till date
@kaggle.deepakvedantam_bitcoin_stock_data
Historical Bitcoin pricing till date
@kaggle.deepakvedantam_bitcoin_stock_data
Context
This Dataset contains the value of the Bitcoin stock from 14th September 2014 till Date
Content
It is a very simple dataset to both explore and understand the columns are themselves descriptive in nature
Acknowledgements
SOURCE:
Inspiration
Just Explore the dataset, practice your skills using this really simple real world dataset
License
CC0: Public domain
CREATE TABLE btc_usd_1 (
"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.