Datasets:
兮尘 commited on
Commit ·
94d3d1c
1
Parent(s): 1cd9687
📝 [update README.md] standardize field names to lowercase
Browse files
README.md
CHANGED
|
@@ -31,11 +31,11 @@ Each timeframe contains 12 fields per record:
|
|
| 31 |
| Field | Description |
|
| 32 |
|---------------------------|-----------------------------------------------------------------------------|
|
| 33 |
| Open time | Timestamp marking the start of the interval |
|
| 34 |
-
|
|
| 35 |
-
|
|
| 36 |
-
|
|
| 37 |
-
|
|
| 38 |
-
|
|
| 39 |
| Close time | Timestamp marking the end of the interval |
|
| 40 |
| Quote asset volume | Total quote asset (USDT) volume traded during the interval |
|
| 41 |
| Number of trades | Number of trades executed within the interval |
|
|
@@ -45,10 +45,10 @@ Each timeframe contains 12 fields per record:
|
|
| 45 |
|
| 46 |
### Dataset Structure
|
| 47 |
The dataset consists of four CSV files:
|
| 48 |
-
1. `
|
| 49 |
-
2. `
|
| 50 |
-
3. `
|
| 51 |
-
4. `
|
| 52 |
|
| 53 |
### Dataset Sources
|
| 54 |
- **Repository:** [GitHub Dataset Auto-Updater](https://github.com/LinXueyuanStdio/crypto-coin-dataset-auto-updater)
|
|
|
|
| 31 |
| Field | Description |
|
| 32 |
|---------------------------|-----------------------------------------------------------------------------|
|
| 33 |
| Open time | Timestamp marking the start of the interval |
|
| 34 |
+
| open | Opening price of Bitcoin for the interval |
|
| 35 |
+
| high | Highest price during the interval |
|
| 36 |
+
| low | Lowest price during the interval |
|
| 37 |
+
| close | Closing price of Bitcoin for the interval |
|
| 38 |
+
| volume | Trading volume of Bitcoin during the interval |
|
| 39 |
| Close time | Timestamp marking the end of the interval |
|
| 40 |
| Quote asset volume | Total quote asset (USDT) volume traded during the interval |
|
| 41 |
| Number of trades | Number of trades executed within the interval |
|
|
|
|
| 45 |
|
| 46 |
### Dataset Structure
|
| 47 |
The dataset consists of four CSV files:
|
| 48 |
+
1. `BTCUSDT_15m.csv`
|
| 49 |
+
2. `BTCUSDT_1h.csv`
|
| 50 |
+
3. `BTCUSDT_4h.csv`
|
| 51 |
+
4. `BTCUSDT_1d.csv`
|
| 52 |
|
| 53 |
### Dataset Sources
|
| 54 |
- **Repository:** [GitHub Dataset Auto-Updater](https://github.com/LinXueyuanStdio/crypto-coin-dataset-auto-updater)
|