You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CryptoCurrencyHistory/README.md
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,20 @@ This folder contains sample data files for Bitcoin and Ethereum in CSV and Parqu
4
4
5
5
## Table of contents
6
6
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.
11
17
12
18
## Fields
13
19
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.
15
21
-**`Coin` (string):** The name of the coin.
16
22
-**`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.
17
23
-**`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