Package tech.tablesaw.api


package tech.tablesaw.api
  • Class
    Description
    A column that contains boolean values
    A 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 type
    A column that contains int-encoded local date values
    A column that contains long-integer encoded (packed) local date-time values
    A column that contains double values
    A column that contains float values
    A column that contains long-integer encoded (packed) instant values.
    A column that contains int values
    A column that contains long values
    NumberColumn<C extends NumberColumn<C,T>,T extends Number>
    An abstract class that provides a partial implementation for columns of numeric data
    A Column of numeric values
    Utility methods to aid in the construction of complex queries on tables
    Represents a row in a Relation (either a Table or TableSlice), allowing iteration over the relation.
    A column that contains short values
    A 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