t

tablesaw

High-performance Java Dataframe with integrated columnar storage
https://jtablesaw.wordpress.com
Apache License, Version 2.0
Larry White
Files download
File Operation
tablesaw-0.7.6.jar download
tablesaw-0.7.6.pom download
tablesaw-0.7.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.lwhite1</groupId>
  <artifactId>tablesaw</artifactId>
  <version>0.7.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.lwhite1:tablesaw:0.7.6'
Gradle Kotlin
implementation("com.github.lwhite1:tablesaw:0.7.6")
Scala SBT
libraryDependencies += "com.github.lwhite1" % "tablesaw" % "0.7.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.lwhite1', module='tablesaw', version='0.7.6')
)
Apache Ivy
<dependency org="com.github.lwhite1" name="tablesaw" rev="0.7.6" />
Leiningen
[com.github.lwhite1/tablesaw "0.7.6"]
Apache Buildr
'com.github.lwhite1:tablesaw:jar:0.7.6'