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

It is recommended that vlang provide a data analysis tool library similar to Python Pandas #19355

Open
2 tasks
wangwei123 opened this issue Sep 15, 2023 · 1 comment
Labels
Feature Request This issue is made to request a feature.

Comments

@wangwei123
Copy link

wangwei123 commented Sep 15, 2023

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

  • 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.

@wangwei123 wangwei123 added the Feature Request This issue is made to request a feature. label Sep 15, 2023
@ulises-jeremias
Copy link
Member

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. 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request This issue is made to request a feature.
Projects
None yet
Development

No branches or pull requests

2 participants