CSV Processing Language (CSVPL)
Your preferred data manipulation and analysis language for CSV (comma-separated values) files.
Overview
Our aim is to support data operations and basic regression analysis routines directly with CSV files.
Quick links
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>