From 7a4a92bc699fa17b4d4d78e12003da1a23c0d092 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Fri, 14 Jan 2022 13:17:52 +0800 Subject: [PATCH] Update data.rst --- docs/component/data.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/data.rst b/docs/component/data.rst index 035865fad..9a6d4405b 100644 --- a/docs/component/data.rst +++ b/docs/component/data.rst @@ -52,7 +52,7 @@ Also, ``Qlib`` provides a high-frequency dataset. Users can run a high-frequency Qlib Format Dataset -------------------- ``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. -The price volume data look different from the actual dealling price because of they are **adjusted** (`adjusted price `_). +The price volume data look different from the actual dealling price because of they are **adjusted** (`adjusted price `_). 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 of each stock to 1 when adjusting them. .. code-block:: bash