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控制图来处理数据
posted @ 2022-08-31 09:29  马洪彪  阅读(463)  评论(0编辑  收藏  举报