Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持将多个具有相同映射关系index中的数据导入一个DataFrame #32

Open
shuguangbo opened this issue Sep 29, 2022 · 1 comment

Comments

@shuguangbo
Copy link

对于相同映射关系的index,比如按日期保存的数据,应该支持将多个index中的数据导入一个DataFrame中。
比如 index-2022-01, index-2022-02, index-2022-03 ...
df = ep.to_pandas('index-2022*',...)

@fuyb1992
Copy link
Owner

这个项目的总体思想是提供最基础的增删改查功能,便于他人改造和复用。您提出的功能可以实现,但是会让项目变复杂,不利于项目的改造和复用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants