1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-17 09:24:34 +08:00

Fix typos in DataHandler's doc

This commit is contained in:
D-X-Y
2021-03-03 07:30:55 +00:00
parent a9a70dfddf
commit 229a39d0d3

View File

@@ -35,7 +35,7 @@ class DataHandler(Serializable):
The data handler try to maintain a handler with 2 level. The data handler try to maintain a handler with 2 level.
`datetime` & `instruments`. `datetime` & `instruments`.
Any order of the index level can be suported(The order will implied in the data). Any order of the index level can be suported (The order will be implied in the data).
The order <`datetime`, `instruments`> will be used when the dataframe index name is missed. The order <`datetime`, `instruments`> will be used when the dataframe index name is missed.
Example of the data: Example of the data: