Tracking Bitcoin Trends Over 8 Years (2015-2023)
In-Depth Analysis of Bitcoin Price Movements and Insights from 2015 to 2023
@kaggle.alitaqi000_tracking_bitcoin_trends_over_8_years_2015_2023
In-Depth Analysis of Bitcoin Price Movements and Insights from 2015 to 2023
@kaggle.alitaqi000_tracking_bitcoin_trends_over_8_years_2015_2023
CREATE TABLE bitcoin_price_dataset_2015_2023 (
"date" TIMESTAMP,
"open_price_usd" DOUBLE,
"high_price_usd" DOUBLE,
"low_price_usd" DOUBLE,
"closing_price_usd" DOUBLE,
"adjusted_closing_price_usd" DOUBLE,
"trading_volume" BIGINT
);
Anyone who has the link will be able to view this.