More Pandas Coverage #296
Unanswered
joe-barhouch
asked this question in
Q&A
Replies: 1 comment
-
Hi @joe-barhouch, maybe one or two in the future, but vectorbt isn't targeted at optimizing pandas. Rather, it gives you infrastructure to run your own Numba-compiled functions such as rolling window. But even this is just a feature, not the primary use case of vectorbt. Nevertheless, vectorbt covers a good amount of general functions and if you find that some function is missing (given that it can be well optimized with Numba and provides a lot of value during backtesting), you can mention it here and I'll consider implementing it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
First of all, a huge thank you for this project. Simply put it's amazing.
I just wanted to ask if you are planning to add more optimized pandas functions, and if you are planning to update the existing ones once pandas is updated?
Thanks again for the amazing project
Beta Was this translation helpful? Give feedback.
All reactions