prep-buddy - Data Preparation at Scale

A Scala / Java / Python library for cleaning, transforming and executing other preparation tasks for large datasets on Apache Spark

License

License

Categories

Categories

Data
GroupId

GroupId

com.thoughtworks.datacommons
ArtifactId

ArtifactId

prep-buddy
Last Version

Last Version

0.5.1
Release Date

Release Date

Type

Type

jar
Description

Description

prep-buddy - Data Preparation at Scale
A Scala / Java / Python library for cleaning, transforming and executing other preparation tasks for large datasets on Apache Spark
Project URL

Project URL

http://data-commons.github.io/

Download prep-buddy

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.opencsv : opencsv jar 3.4

provided (6)

Group / Artifact Type Version
org.scala-lang : scalap jar 2.10.4
org.scala-lang : scala-compiler jar 2.10.4
org.apache.spark : spark-core_2.10 jar 1.6.0
org.apache.spark : spark-sql_2.10 jar 1.6.0
org.apache.spark : spark-catalyst_2.10 jar 1.6.0
org.apache.spark : spark-mllib_2.10 jar 1.6.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.scalatest : scalatest_2.10 jar 2.2.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.5.1
0.5.0