Crypto Market Data 2023
Explore the Evolution of Cryptocurrencies
@kaggle.spoorthiuk_crypto_market_data_2023
Explore the Evolution of Cryptocurrencies
@kaggle.spoorthiuk_crypto_market_data_2023
CREATE TABLE coinmarketcap_06122017 (
"unnamed_0" BIGINT,
"n_24h_volume_usd" DOUBLE,
"available_supply" DOUBLE,
"id" VARCHAR,
"last_updated" BIGINT,
"market_cap_usd" DOUBLE,
"max_supply" DOUBLE,
"name" VARCHAR,
"percent_change_1h" DOUBLE,
"percent_change_24h" DOUBLE,
"percent_change_7d" DOUBLE,
"price_btc" DOUBLE,
"price_usd" DOUBLE,
"rank" BIGINT,
"symbol" VARCHAR,
"total_supply" DOUBLE
);
Anyone who has the link will be able to view this.