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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user