com.nhl.dflib:dflib-benchmark

Parent POM of the DFLib library

License

License

GroupId

GroupId

com.nhl.dflib
ArtifactId

ArtifactId

dflib-benchmark
Last Version

Last Version

0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Parent POM of the DFLib library

Download dflib-benchmark

How to add to project

<!-- https://jarcasting.com/artifacts/com.nhl.dflib/dflib-benchmark/ -->
<dependency>
    <groupId>com.nhl.dflib</groupId>
    <artifactId>dflib-benchmark</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.dflib/dflib-benchmark/
implementation 'com.nhl.dflib:dflib-benchmark:0.5'
// https://jarcasting.com/artifacts/com.nhl.dflib/dflib-benchmark/
implementation ("com.nhl.dflib:dflib-benchmark:0.5")
'com.nhl.dflib:dflib-benchmark:jar:0.5'
<dependency org="com.nhl.dflib" name="dflib-benchmark" rev="0.5">
  <artifact name="dflib-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhl.dflib', module='dflib-benchmark', version='0.5')
)
libraryDependencies += "com.nhl.dflib" % "dflib-benchmark" % "0.5"
[com.nhl.dflib/dflib-benchmark "0.5"]

Dependencies

compile (2)

Group / Artifact Type Version
com.nhl.dflib : dflib jar 0.5
org.openjdk.jmh : jmh-core jar 1.21

provided (1)

Group / Artifact Type Version
org.openjdk.jmh : jmh-generator-annprocess jar 1.21

Project Modules

There are no modules declared in this project.

Maven Central Build Status

DFLib

DFLib ("DataFrame Library") is a lightweight pure Java implementation of a common DataFrame data structure. With DFLib you get essentially the same data manipulation tools you may be used to in SQL (such as queries and joins), only you can use them in-memory and over dynamically defined data structures.

It is somewhat close to Python pandas, except it is intended to be used with Java and other JVM languages.

Project Links

Older Stuff

  • a 20 min presentation of an early version of DFLib. Demonstrates the idea of the project...

DFLib at WODay Frankfurt

com.nhl.dflib

Versions

Version
0.5