Bitcoin-Minute-Data
Bitcoin minute data collected every 24 hours by a raspberry pi 5
@kaggle.erikhox_bitcoin_minute_data
Bitcoin minute data collected every 24 hours by a raspberry pi 5
@kaggle.erikhox_bitcoin_minute_data
This is my bitcoin minute data which is collected through my raspberry pi 5. The data was collected by using a java program i made, here is the logic
The source code can be found here,
https://github.com/erikhox/dataPipelineProject
CREATE TABLE test (
  "datetime" TIMESTAMP,
  "price" DOUBLE,
  "bid" DOUBLE,
  "ask" DOUBLE
);Anyone who has the link will be able to view this.