pd.IndexSlice[idx_slc]出错时,会提示清理redis的缓存
Open
@zhupr is already working on this.
Since Feb 1, 2021.
bug
- Dominant language
- Python
- Stars
- 48.7k
- Forks
- 7.7k
- PR merge metrics
- No merged PRs in 30d
Description
qlib\data\dataset\utils.py
fetch_df_by_index
return df.loc[
pd.IndexSlice[idx_slc],
]
win10系统,
fetch_df_by_index函数中的pd.IndexSlice[idx_slc]出错时,
会提示清理redis的数据;
错误应该和redis没有关系,
此处可能需要兼容一下此处异常。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.