Package tech.tablesaw.api
package tech.tablesaw.api
-
ClassDescriptionA column that contains boolean valuesA column type that can be summarized, or serve as a grouping variable in cross tabs or other aggregation operations.Specifies the type of data held by a column and a small number of methods specialized for each typeA column that contains int-encoded local date valuesA column that contains long-integer encoded (packed) local date-time valuesA column that contains double valuesA column that contains float valuesA column that contains long-integer encoded (packed) instant values.A column that contains int valuesA column that contains long valuesAn abstract class that provides a partial implementation for columns of numeric dataNumericColumn<T extends Number>A Column of numeric valuesUtility methods to aid in the construction of complex queries on tablesRepresents a row in a Relation (either a Table or TableSlice), allowing iteration over the relation.A column that contains short valuesA column that contains String values.A table of data, consisting of some number of columns, each of which has the same number of rows.A column that contains String values.A column that contains int-encoded local time values