mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 08:46:56 +08:00
callable
This commit is contained in:
@@ -615,7 +615,7 @@ class BaseQuote:
|
|||||||
start_time: Union[pd.Timestamp, str],
|
start_time: Union[pd.Timestamp, str],
|
||||||
end_time: Union[pd.Timestamp, str],
|
end_time: Union[pd.Timestamp, str],
|
||||||
fields: Union[str, list] = None,
|
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,
|
"""get the specific fields of stock data during start time and end_time,
|
||||||
and apply method to the data.
|
and apply method to the data.
|
||||||
|
|||||||
Reference in New Issue
Block a user