以下是要翻译的内容: 有哪些类似于Python中DataFrame的Java结构的选项?

huangapple go评论79阅读模式
英文:

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

huangapple
  • 本文由 发表于 2020年10月2日 16:29:39
  • 转载请务必保留本文链接:https://go.coder-hub.com/64168433.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定