Crypto Price Data During Terra Luna UST Crash
Analyze 15-minute crypto price data for stablecoins and large-cap blockchains
@kaggle.avanawallet_crypto_price_data_during_terra_luna_crash
Analyze 15-minute crypto price data for stablecoins and large-cap blockchains
@kaggle.avanawallet_crypto_price_data_during_terra_luna_crash
CREATE TABLE anchor_protocol (
"timestamp" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE
);
CREATE TABLE avalanche (
"timestamp" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE
);
CREATE TABLE binance_usd (
"timestamp" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE
);
CREATE TABLE bitcoin (
"timestamp" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE
);
CREATE TABLE bnb (
"timestamp" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE
);
CREATE TABLE cardano (
"timestamp" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE
);
CREATE TABLE dai (
"timestamp" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE
);
CREATE TABLE dogecoin (
"timestamp" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE
);
CREATE TABLE ethereum (
"timestamp" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE
);
CREATE TABLE polygon (
"timestamp" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE
);
CREATE TABLE solana (
"timestamp" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE
);
CREATE TABLE terra_luna (
"timestamp" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE
);
CREATE TABLE terrausd (
"timestamp" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE
);
CREATE TABLE tether (
"timestamp" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE
);
CREATE TABLE usd_coin (
"timestamp" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE
);
CREATE TABLE xrp (
"timestamp" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE
);
Anyone who has the link will be able to view this.