mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-04 03:21:00 +08:00
callable
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user