vlang / v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.76k stars 2.16k forks source link

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

Open wangwei123 opened 1 year ago

wangwei123 commented 1 year ago

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.

ulises-jeremias commented 1 year ago

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:

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