Ethereum 2021 Dataset
Complete Historical Ethereum Minute wise dataset from 2016 to 2021
@kaggle.pdavpoojan_ethereum_2021_dataset
Complete Historical Ethereum Minute wise dataset from 2016 to 2021
@kaggle.pdavpoojan_ethereum_2021_dataset
CREATE TABLE gemini_ethusd_2019_1min (
"unix_timestamp" DOUBLE,
"date" VARCHAR,
"symbol" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.