Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.02 KB

readme.md

File metadata and controls

25 lines (19 loc) · 1.02 KB

Matrix-Tablesaw

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!

Release version compatibility matrix

The following table illustrates the version compatibility of matrix-tablesaw and matrix core

Matrix tablesaw Matrix core

Version history

  • moved from data-utils 1.0.5-SNAPSHOT
  • add putAt method in GTable allowing the shorthand syntax table[0,1] = 12 and table[0, 'columnName'] = 'foo' to change data.
  • add possibility to cast a GTable to a Grid