Note: this module is work in progress, no release version has been published yet.
Interoperability between Tablesaw and Matrix as well as various extension to Tablesaw such as BigDecimalColumn, GTable (which makes Tablesaw Groovier) and complementary operations to deal with Tablesaw data, e.g. the ability to create frequency tables, Normalize tablesaw columns etc.
See test.alipsa.groovy.datautil.TableUtilTest for usage examples!
The following table illustrates the version compatibility of matrix-tablesaw and matrix core
Matrix tablesaw | Matrix core |
---|---|
- moved from data-utils 1.0.5-SNAPSHOT
- add putAt method in GTable allowing the shorthand syntax
table[0,1] = 12
andtable[0, 'columnName'] = 'foo'
to change data. - add possibility to cast a GTable to a Grid