You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is recommended that vlang provide a data analysis tool library similar to Python Pandas. Python's performance is very poor, and vlang is so concise, much more concise than golang. If vlang provides such a tool library, it will have great prospects in this field
Use Case
I use Python for quantitative trading, but the performance of Python in high-frequency scenarios is really poor. I hope vlang can provide such an ecosystem, and a more practical direction will attract more users to use it
Proposed Solution
No response
Other Information
No response
Acknowledgements
I may be able to implement this feature request
This feature might incur a breaking change
Version used
None
Environment details (OS name and version, etc.)
MacOS, Windows, Linux
Important
You can vote for this issue using the 👍 reaction. More votes increase the issue's priority
for developers.
Take into account that only the 👍 reaction counts as a vote.
Only reactions to the issue itself will be counted as votes, not comments.
The text was updated successfully, but these errors were encountered:
Hey @wangwei123! Thanks for opening this issue. We have a set of existing tools that can be used for data analysis. Here are a few examples:
vsl: Provides modules like vsl.ml and vsl.plot that can be used for data analysis.
vtl: Offers functions similar to numpy or arraymancer, which can be used alongside VSL.
Depending on your use case, you might also find vhammll useful.
What we're currently lacking are examples that integrate these options. We're actively working on that, but in the meantime, I suggest checking out these projects and creating feature requests. 😊
Describe the feature
It is recommended that vlang provide a data analysis tool library similar to Python Pandas. Python's performance is very poor, and vlang is so concise, much more concise than golang. If vlang provides such a tool library, it will have great prospects in this field
Use Case
I use Python for quantitative trading, but the performance of Python in high-frequency scenarios is really poor. I hope vlang can provide such an ecosystem, and a more practical direction will attract more users to use it
Proposed Solution
No response
Other Information
No response
Acknowledgements
Version used
None
Environment details (OS name and version, etc.)
MacOS, Windows, Linux
Important
You can vote for this issue using the 👍 reaction. More votes increase the issue's priority
for developers.
Take into account that only the 👍 reaction counts as a vote.
Only reactions to the issue itself will be counted as votes, not comments.
The text was updated successfully, but these errors were encountered: