Package tech.tablesaw.table


package tech.tablesaw.table
  • Classes
    Class
    Description
    A tabular data structure like a table in a relational database, but not formally implementing the relational algebra
    Does a calculation on a rolling basis (e.g. mean for last 20 days)
    Deprecated.
    Functionality provided by this class is methods in the Table class hierarchy, and/or by methods in Row
    A group of tables formed by performing splitting operations on an original table
    A group of tables formed by performing splitting operations on an original table
    A TableSlice is a facade around a Relation that acts as a filter.
    A group of virtual tables (table slices) formed by performing splitting operations on an original table See: TableSlice