Skip to content

Commit

Permalink
Dev (#26)
Browse files Browse the repository at this point in the history
* Whitespace

* Whitespace

* Whitespace

* Documentation

* applyIndexMap tested and implemented

* Documentation and array style

* Testing filter function

* Renaming filter to array_filter

* Testing and implementing appending arrays to a DataFrame using $df[] = [1, 2, 3];

* Coverage added for append

* Coverage added for append

* Coverage added for preg_replace

* Coverage for numeric and integer types

* Coverage for datetime types

* Coverage for datetime types

* Coverage for currency type

* Coverage for accounting type

* Renamed groupBy to unique and added coverage

* Adding coverage for rename

* Adding various coverage cases, implement offset/limit pagination for html output

* Updating
  • Loading branch information
Howard Gehring committed May 1, 2018
1 parent 24f4da9 commit 9ea14c3
Show file tree
Hide file tree
Showing 9 changed files with 502 additions and 107 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,13 +18,13 @@ composer require archon/dataframe
```json
{
"require": {
"archon/dataframe": "1.0.0"
"archon/dataframe": "1.1.0"
}
}
```

### Requirements
- PHP 5.5 or higher
- PHP 7.1 or higher
- php_pdo_sqlite extension
- php_mbstring extension

Expand Down

0 comments on commit 9ea14c3

Please sign in to comment.