PreferredAI / csvpl

CSV Processing Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CSV Processing Language

License:GNU General Public License v3.0


Languages

Language:Java 99.2%Language:Python 0.8%