Skip to content

0.1.0 - to/fromCSV - fromFWF - toHTML

Compare
Choose a tag to compare
@hwperkins hwperkins released this 12 Oct 05:22
· 118 commits to master since this release

Supports CSV, FWF, and HTML operations.

Basic relational assignment, co-assignment, function application.

Fully docblocked, and tested with 100% coverage.

Using Composer:

composer require archon/dataframe
{
    "require": {
        "archon/dataframe": "0.1.0"
    }
}