Skip to content

Commit

Permalink
Update README, move files into folders, fix crypto data from Sept 22 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbrosnan authored Feb 9, 2023
1 parent ae7e599 commit 1d753b5
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CryptoCurrencyHistory/CSV/CryptoTrades_20210922.csv
Git LFS file not shown
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions CryptoCurrencyHistory/CryptoTrades_20210922.csv

This file was deleted.

3 changes: 0 additions & 3 deletions CryptoCurrencyHistory/CryptoTrades_20210922.parquet

This file was deleted.

3 changes: 3 additions & 0 deletions CryptoCurrencyHistory/Parquet/CryptoTrades_20210922.parquet
Git LFS file not shown
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 11 additions & 5 deletions CryptoCurrencyHistory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ This folder contains sample data files for Bitcoin and Ethereum in CSV and Parqu

## Table of contents

- `crypto_sept7.parquet`: Uncompressed Parquet data format of BTC and ETH.
- `crypto_sept7.csv`: CSV data format of BTC and ETH.
- `crypto_sept8.parquet`: Uncompressed Parquet data format of BTC and ETH.
- `crypto_sept8.csv`: CSV data format of BTC and ETH.
- `CSV`
- `crypto.csv`: Crypto data from Sept 6 - Sept 8, 2021.
- `crypto_sept7.csv`: BTC and ETH data from Sept 7, 2021.
- `crypto_sept8.csv`: BTC and ETH data from Sept 8, 2021.
- `CryptoTrades_20210922.csv: Crypto trade data from Sept 22, 2021.
- `Parquet`
- `crypto.parquet`: Uncompressed Parquet crypto data from Sept 6 - Sept 8, 2021.
- `crypto_sept7.parquet`: Uncompressed Parquet BTC and ETH data from Sept 7, 2021.
- `crypto_sept8.parquet`: Uncompressed Parquet BTC and ETH data from Sept 8, 2021.
- `CryptoTrades_20210922.parquet`: GZIP compressed Parquet crypto trade data from Sept 22, 2021.

## Fields

- **`DateTime` (DBdateTime):** The date and time that the coin value was updated. Changes are queried every `secondsToSleep`. Only new data will be added to the table. If the coin value did not change, then no new data will populate.
- **`DateTime` (DateTime):** The date and time that the coin value was updated. Changes are queried every `secondsToSleep`. Only new data will be added to the table. If the coin value did not change, then no new data will populate.
- **`Coin` (string):** The name of the coin.
- **`low` (double):** Refers to the current low global volume-weighted average price of a coin traded on an active cryptoasset exchange as tracked by CoinGecko.
- **`high ` (double):** Refers to the current high global volume-weighted average price of a coin traded on an active cryptoasset exchange as tracked by CoinGecko.
Expand Down

0 comments on commit 1d753b5

Please sign in to comment.