Skip to content

Commit 1d753b5

Browse files
authored
Update README, move files into folders, fix crypto data from Sept 22 (#101)
1 parent ae7e599 commit 1d753b5

11 files changed

+17
-11
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:85ba10152d044fd2e563110337f2d0d6c54e0b77c43a17c977a3987488409b59
3+
size 65723132

CryptoCurrencyHistory/CryptoTrades_20210922.csv

Lines changed: 0 additions & 3 deletions
This file was deleted.

CryptoCurrencyHistory/CryptoTrades_20210922.parquet

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:5939ed705d0d3ea2e53879813a48fbc267dae89cf3c1c259cc0bbf16c8561a18
3+
size 8574511

CryptoCurrencyHistory/README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ This folder contains sample data files for Bitcoin and Ethereum in CSV and Parqu
44

55
## Table of contents
66

7-
- `crypto_sept7.parquet`: Uncompressed Parquet data format of BTC and ETH.
8-
- `crypto_sept7.csv`: CSV data format of BTC and ETH.
9-
- `crypto_sept8.parquet`: Uncompressed Parquet data format of BTC and ETH.
10-
- `crypto_sept8.csv`: CSV data format of BTC and ETH.
7+
- `CSV`
8+
- `crypto.csv`: Crypto data from Sept 6 - Sept 8, 2021.
9+
- `crypto_sept7.csv`: BTC and ETH data from Sept 7, 2021.
10+
- `crypto_sept8.csv`: BTC and ETH data from Sept 8, 2021.
11+
- `CryptoTrades_20210922.csv: Crypto trade data from Sept 22, 2021.
12+
- `Parquet`
13+
- `crypto.parquet`: Uncompressed Parquet crypto data from Sept 6 - Sept 8, 2021.
14+
- `crypto_sept7.parquet`: Uncompressed Parquet BTC and ETH data from Sept 7, 2021.
15+
- `crypto_sept8.parquet`: Uncompressed Parquet BTC and ETH data from Sept 8, 2021.
16+
- `CryptoTrades_20210922.parquet`: GZIP compressed Parquet crypto trade data from Sept 22, 2021.
1117

1218
## Fields
1319

14-
- **`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.
20+
- **`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.
1521
- **`Coin` (string):** The name of the coin.
1622
- **`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.
1723
- **`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.

0 commit comments

Comments
 (0)