Digital Currency - Time Series
Daily bitcoin stock (USD & Saudi Riyal, SAR) | 2018-2021
@kaggle.ahmedadam415_digital_currency_time_series
Daily bitcoin stock (USD & Saudi Riyal, SAR) | 2018-2021
@kaggle.ahmedadam415_digital_currency_time_series
Howdy folks!
I have prepared a starter dataset for time series practice. This is my 1st upload. Any questions/feedback are welcome.
Special thanks to all my instructors and friends at GA.
CREATE TABLE dc (
"unnamed_0" TIMESTAMP -- Unnamed: 0,
"open_sar" DOUBLE,
"open_usd" DOUBLE,
"high_sar" DOUBLE,
"high_usd" DOUBLE,
"low_sar" DOUBLE,
"low_usd" DOUBLE,
"close_sar" DOUBLE,
"close_usd" DOUBLE,
"volume" BIGINT
);Anyone who has the link will be able to view this.