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

Support views #41

Open
Roh-codeur opened this issue Jul 11, 2022 · 2 comments
Open

Support views #41

Roh-codeur opened this issue Jul 11, 2022 · 2 comments

Comments

@Roh-codeur
Copy link

hi, Any idea why this package does not support views? it would help a lot reduce memory usage

Thanks!

@dysonance
Copy link
Owner

@Roh-codeur Could you help me understand what you mean by "view" and how you would envision it with respect to this package specifically?

@Roh-codeur
Copy link
Author

Roh-codeur commented Dec 7, 2022

@dysonance : so, I have a dataframe with ticker and OHLCV values. I have to calculate the indicator values for each ticker. I do a groupby on the dataframe which gives me a subdataframe. if I look for OHLCV values, it gives me a view over the subdataframe. since this library does not support views, I have to convert it into an array.

hope this helps. I must admit, I am not a Julia expert, so please excuse my ignorance if a quick fix is available
thanks!

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

No branches or pull requests

2 participants