ai.preferred:csvpl

Your preferred data manipulation and analysis language for CSV.

License

License

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

ai.preferred
ArtifactId

ArtifactId

csvpl
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

ai.preferred:csvpl
Your preferred data manipulation and analysis language for CSV.
Project URL

Project URL

https://github.com/PreferredAI/csvpl
Project Organization

Project Organization

Preferred.AI
Source Code Management

Source Code Management

http://github.com/PreferredAI/csvpl

Download csvpl

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-stable jar 3.8.3
org.apache.commons : commons-csv jar 1.6
args4j : args4j jar 2.33
org.apache.commons : commons-lang3 jar 3.8.1
com.google.guava : guava jar 19.0
org.jfree : jfreechart jar 1.5.0
org.slf4j : slf4j-log4j12 jar 1.8.0-beta4

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.5.2
org.junit.jupiter : junit-jupiter-engine jar 5.5.2

Project Modules

There are no modules declared in this project.

CSV Processing Language (CSVPL)

Your preferred data manipulation and analysis language for CSV (comma-separated values) files.

Maven Central Build Status Coverage Status Javadoc

Overview

Our aim is to support data operations and basic regression analysis routines directly with CSV files.

Quick links

PreferredAI

Features

  • Data partitioning
  • Data selection
  • Data shuffling
  • Automatic Retries
  • Regression analysis

Getting started

Getting started with CSVPL is quick and easy.

Clone our exercises.

If you are starting out in a new project, you can consider cloning this repo:

git clone https://github.com/PreferredAI/csvpl.git

Add a dependency

If you already have a project then just add CSVPL as a dependency to your pom.xml:

<dependency>
    <!-- CSVPL: Your preferred data analysis language for CSV @ https://github.com/PreferredAI/csvpl -->
    <groupId>ai.preferred</groupId>
    <artifactId>csvpl</artifactId>
    <version>1.0</version>
</dependency>

License

GNU GENERAL PUBLIC LICENSE 3.0

ai.preferred

Preferred.AI

Versions

Version
1.0