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.8.jar download
tablesaw-0.7.6.8.pom download
tablesaw-0.7.6.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.lwhite1</groupId>
  <artifactId>tablesaw</artifactId>
  <version>0.7.6.8</version>
</dependency>
Gradle Groovy
implementation 'com.github.lwhite1:tablesaw:0.7.6.8'
Gradle Kotlin
implementation("com.github.lwhite1:tablesaw:0.7.6.8")
Scala SBT
libraryDependencies += "com.github.lwhite1" % "tablesaw" % "0.7.6.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.lwhite1', module='tablesaw', version='0.7.6.8')
)
Apache Ivy
<dependency org="com.github.lwhite1" name="tablesaw" rev="0.7.6.8" />
Leiningen
[com.github.lwhite1/tablesaw "0.7.6.8"]
Apache Buildr
'com.github.lwhite1:tablesaw:jar:0.7.6.8'