1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-04 03:21:00 +08:00
This commit is contained in:
wangwenxi.handsome
2021-07-16 14:09:36 +00:00
parent 6ad52e8cf5
commit 2b8d4dc3c2

View File

@@ -615,7 +615,7 @@ class BaseQuote:
start_time: Union[pd.Timestamp, str],
end_time: Union[pd.Timestamp, str],
fields: Union[str, list] = None,
method: Union[str, Callable] = None,
method: Union[str, "Callable"] = None,
):
"""get the specific fields of stock data during start time and end_time,
and apply method to the data.