ai.preferred:csvpl

Your preferred data manipulation and analysis language for CSV.

Лицензия

Лицензия

Категории

Категории

CSV Данные Data Formats
Группа

Группа

ai.preferred
Идентификатор

Идентификатор

csvpl
Последняя версия

Последняя версия

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

ai.preferred:csvpl
Your preferred data manipulation and analysis language for CSV.
Ссылка на сайт

Ссылка на сайт

https://github.com/PreferredAI/csvpl
Организация-разработчик

Организация-разработчик

Preferred.AI
Система контроля версий

Система контроля версий

http://github.com/PreferredAI/csvpl

Скачать csvpl

Имя Файла Размер
csvpl-1.0.pom
csvpl-1.0.jar 59 KB
csvpl-1.0-sources.jar 59 KB
csvpl-1.0-javadoc.jar 566 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.5.2
org.junit.jupiter : junit-jupiter-engine jar 5.5.2

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0