Skip to content

Commit ceff886

Browse files
Update data.rst (#1679)
Fixed a couple of small spelling errors.
1 parent 15b6476 commit ceff886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/component/data.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Also, ``Qlib`` provides a high-frequency dataset. Users can run a high-frequency
5252
Qlib Format Dataset
5353
-------------------
5454
``Qlib`` has provided an off-the-shelf dataset in `.bin` format, users could use the script ``scripts/get_data.py`` to download the China-Stock dataset as follows. User can also use numpy to load `.bin` file to validate data.
55-
The price volume data look different from the actual dealling price because of they are **adjusted** (`adjusted price <https://www.investopedia.com/terms/a/adjusted_closing_price.asp>`_). And then you may find that the adjusted price may be different from different data sources. This is because different data sources may vary in the way of adjusting prices. Qlib normalize the price on first trading day of each stock to 1 when adjusting them.
55+
The price volume data look different from the actual dealing price because of they are **adjusted** (`adjusted price <https://www.investopedia.com/terms/a/adjusted_closing_price.asp>`_). And then you may find that the adjusted price may be different from different data sources. This is because different data sources may vary in the way of adjusting prices. Qlib normalize the price on first trading day of each stock to 1 when adjusting them.
5656
Users can leverage `$factor` to get the original trading price (e.g. `$close / $factor` to get the original close price).
5757

5858
Here are some discussions about the price adjusting of Qlib.
@@ -146,7 +146,7 @@ Users can also provide their own data in CSV format. However, the CSV data **mus
146146
| SH600000 | 120 |
147147
+-----------+-------+
148148

149-
- CSV file **must** includes a column for the date, and when dumping the data, user must specify the date column name. Here is an example:
149+
- CSV file **must** include a column for the date, and when dumping the data, user must specify the date column name. Here is an example:
150150

151151
.. code-block:: bash
152152

0 commit comments

Comments
 (0)