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

load df with StaticDataLoader #1830

Open
cometta opened this issue Jul 18, 2024 · 0 comments
Open

load df with StaticDataLoader #1830

cometta opened this issue Jul 18, 2024 · 0 comments
Labels
question Further information is requested

Comments

@cometta
Copy link

cometta commented Jul 18, 2024

when load df using StaticDataLoader, can i put filtering using argument instruments?

from this code

df = self._data.loc(axis=0)[:, instruments]
, can i use lib.data.data.InstrumentProvider.instruments ? i tested but does not work. Any example? does the dataframe need to use certain column name as keywords?

@cometta cometta added the question Further information is requested label Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant