兮尘 commited on
Commit
94d3d1c
·
1 Parent(s): 1cd9687

📝 [update README.md] standardize field names to lowercase

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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
- | 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,10 +45,10 @@ Each timeframe contains 12 fields per record:
45
 
46
  ### Dataset Structure
47
  The dataset consists of four CSV files:
48
- 1. `btc_15m_data_2018_to_2025.csv`
49
- 2. `btc_1h_data_2018_to_2025.csv`
50
- 3. `btc_4h_data_2018_to_2025.csv`
51
- 4. `btc_1d_data_2018_to_2025.csv`
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)