koala library

Classes

Column<E>
DataFrame
DataFrame for all sorts of data accumulation, analysis & manipulation and collection tasks.

Extensions

MaskExtensions on Mask
Operators for the conjunction of masks.

Typedefs

DataMatrix = List<RecordRow>
Mask = List<bool>
Record = Object?
RecordCol = Records
RecordRow = Records
RecordRowMap = Map<String, Record?>
Records = List<Record?>