From 5c9f4e2354a006330fa4dddb371d2fe9838435dd Mon Sep 17 00:00:00 2001 From: XYUU Date: Sun, 9 Mar 2025 12:47:01 +0100 Subject: [PATCH] polish --- qlib/utils/resam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlib/utils/resam.py b/qlib/utils/resam.py index 018cf7e099..f41355e3fd 100644 --- a/qlib/utils/resam.py +++ b/qlib/utils/resam.py @@ -109,7 +109,7 @@ def resam_ts_data( """ Resample value from time-series data - - If `feature` has MultiIndex[instrument, datetime], apply the `method` to each instruemnt data with datetime in [start_time, end_time] + - If `feature` has MultiIndex[instrument, datetime], apply the `method` to each instrument data with datetime in [start_time, end_time] Example: .. code-block::