英文:
What are some options for python's DataFrame like structure in java?
问题
我有一个用Python编写的服务。
这个服务使用了pandas库中的DataFrame。
问题是这个(服务),应该要被翻译成Java。
为此,我需要一个在Java中类似的库。(或者是否有其他方法可以实现这个?)
我想知道一些选项是什么。
到目前为止,我有joinery库。
英文:
I have a service written in python.
This service uses DataFrame from pandas.
The thing is that it (the service) should be translated to Java.
For that I need a similar library in Java. (or is there other way to achieve this?)
I would like to know what are some options for this.
Till now I have joinery library
答案1
得分: 6
除了joinery,您还可以查看table-saw库。这里是一个简短教程的链接:https://jtablesaw.github.io/tablesaw/gettingstarted
英文:
Besides joinery you could also take a look at tablesaw library. Here is link to a brief tutorial: https://jtablesaw.github.io/tablesaw/gettingstarted
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论