Updated Bitcoin Dataset
Daily Historical Bitcoin data
@kaggle.nward7_updated_bitcoin_dataset
Daily Historical Bitcoin data
@kaggle.nward7_updated_bitcoin_dataset
CREATE TABLE bitcoin (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT,
"market_cap" BIGINT
);
Anyone who has the link will be able to view this.