Skip to content

Commit e248c7e

Browse files
authored
Merge pull request microsoft#332 from Rekind1e/main
Fix typo of docs
2 parents 68d0229 + 3eb89cb commit e248c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/component/data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In addition to China-Stock data, ``Qlib`` also includes a US-Stock dataset, whic
6161
6262
python scripts/get_data.py qlib_data --target_dir ~/.qlib/qlib_data/us_data --region us
6363
64-
After running the above command, users can find china-stock and us-stock data in ``Qlib`` format in the ``~/.qlib/csv_data/cn_data`` directory and ``~/.qlib/csv_data/us_data`` directory respectively.
64+
After running the above command, users can find china-stock and us-stock data in ``Qlib`` format in the ``~/.qlib/qlib_data/cn_data`` directory and ``~/.qlib/qlib_data/us_data`` directory respectively.
6565

6666
``Qlib`` also provides the scripts in ``scripts/data_collector`` to help users crawl the latest data on the Internet and convert it to qlib format.
6767

0 commit comments

Comments
 (0)