Skip to content

CaptMD-11/VCSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VCSV

VCSV is a Java library that helps analyze data in CSV files along with the VStats statistics library.


Download VCSV JAR

Importing into Projects

Instructions on how to install & import VCSV into Java projects are available here.

How to use VCSV?

As mentioned above, this library is meant to be used with VStats. With VCSV, users can easily convert data into arrays, which can then be inputted into VStats functions.

There are 2 editions of VCSV: VCSVLocal and VCSVWeb. VCSVLocal is meant for analyzing CSV files where the user has a local copy of them on their machine. VCSVWeb is meant for analyzing CSV files that are located on the web.

All the methods in both VCSV libraries are static, so they can be called without creating VCSV objects. This works similar to the Java Math library.

Documentation

Java documentation for VCSV is available here.

Version History

v1.1

  • created 2 editions of VCSV: VCSVLocal and VCSVWeb
  • added getColumnOfStrings methods to both classes

v1.0

  • RELEASE

License

The VCSV library is protected by the GNU GPL license.