1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

fix: spelling errors (#1996)

Co-authored-by: XYUU <xyuu@xyuu.net>
This commit is contained in:
Linlang
2025-09-01 16:11:41 +08:00
committed by GitHub
parent 136b2ddf9a
commit f26b341736

View File

@@ -109,7 +109,7 @@ def resam_ts_data(
""" """
Resample value from time-series 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: Example:
.. code-block:: .. code-block::