From 477a548fe9bff3cdc2dd1b1d9199a548acdeedb7 Mon Sep 17 00:00:00 2001 From: bxdd Date: Wed, 3 Feb 2021 14:55:03 +0000 Subject: [PATCH] update data.rst docs --- docs/component/data.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/component/data.rst b/docs/component/data.rst index 2d57fee32..4d998c772 100644 --- a/docs/component/data.rst +++ b/docs/component/data.rst @@ -31,7 +31,7 @@ Qlib Format Data We've specially designed a data structure to manage financial data, please refer to the `File storage design section in Qlib paper `_ for detailed information. Such data will be stored with filename suffix `.bin` (We'll call them `.bin` file, `.bin` format, or qlib format). `.bin` file is designed for scientific computing on finance data. -``Qlib`` provides two different off-the-shelf dataset, which can be accessed through this `link `_: +``Qlib`` provides two different off-the-shelf datasets, which can be accessed through this `link `_: ======================== ================= ================ Dataset US Market China Market @@ -41,6 +41,7 @@ Alpha360 √ √ Alpha158 √ √ ======================== ================= ================ +Also, ``Qlib`` provides a high-frequency dataset. Users can run a high-frequency dataset example through this `link `_. Qlib Format Dataset --------------------