Your preferred data manipulation and analysis language for CSV (comma-separated values) files.
Our aim is to support data operations and basic regression analysis routines directly with CSV files.
- Data partitioning
- Data selection
- Data shuffling
- Automatic Retries
- Regression analysis
Getting started with CSVPL is quick and easy.
If you are starting out in a new project, you can consider cloning this repo:
git clone https://github.com/PreferredAI/csvpl.git
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>