We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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,比如按日期保存的数据,应该支持将多个index中的数据导入一个DataFrame中。 比如 index-2022-01, index-2022-02, index-2022-03 ... df = ep.to_pandas('index-2022*',...)
The text was updated successfully, but these errors were encountered:
这个项目的总体思想是提供最基础的增删改查功能,便于他人改造和复用。您提出的功能可以实现,但是会让项目变复杂,不利于项目的改造和复用
Sorry, something went wrong.
No branches or pull requests
对于相同映射关系的index,比如按日期保存的数据,应该支持将多个index中的数据导入一个DataFrame中。
比如 index-2022-01, index-2022-02, index-2022-03 ...
df = ep.to_pandas('index-2022*',...)
The text was updated successfully, but these errors were encountered: