Joinery——Java的数据处理库

资源

https://joinery.sh/v1.10/api/reference/joinery/DataFrame.html
https://github.com/cardillo/joinery

使用

maven集成到java项目中

<dependency>
  <groupId>sh.joinery</groupId>
  <artifactId>joinery-dataframe</artifactId>
  <version>1.10</version>
</dependency>

作为应用程序

$ java joinery.DataFrame
usage: joinery.DataFrame [compare|plot|show|shell] [csv-file ...]
  • show 使用GUI显示数据
$ java joinery.DataFrame show data.csv

  • plot 显示图表
$ java joinery.DataFrame plot data.csv

  • shell 启动交互式JS控制图来处理数据
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章