- abbreviate(int) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
Abbreviates a String using ellipses.
- abs() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
Returns a doubleColumn with the absolute value of each value in this column
- AbstractColumn - Class in tech.tablesaw.columns
-
Partial implementation of the
Column
interface
- AbstractColumn(ColumnType, String) - Constructor for class tech.tablesaw.columns.AbstractColumn
-
- add(double, double) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
- add(int...) - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
- add(int...) - Method in interface tech.tablesaw.selection.Selection
-
Adds the given integers to the Selection if it is not already present, and does nothing otherwise
- add(Number) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
- add(NumberColumn) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
- addAll(List<String>) - Method in class tech.tablesaw.api.StringColumn
-
Add all the strings in the list to this column
- AddCellToColumnException - Exception in tech.tablesaw.io.csv
-
This Exception wraps another Exception thrown while adding a cell to a column.
- AddCellToColumnException(Exception, int, long, String[], String[]) - Constructor for exception tech.tablesaw.io.csv.AddCellToColumnException
-
Creates a new instance of this Exception
- addColumns(Column...) - Method in class tech.tablesaw.api.Table
-
Adds the given column to this table
- addColumns(Column...) - Method in class tech.tablesaw.table.Projection
-
- addColumns(Column...) - Method in class tech.tablesaw.table.Relation
-
- addColumns(Column...) - Method in class tech.tablesaw.table.TableSlice
-
- addComparator(IntComparator) - Method in class tech.tablesaw.sorting.comparators.IntComparatorChain
-
- addRange(int, int) - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
Adds to the current bitmap all integers in [rangeStart,rangeEnd)
- addRange(int, int) - Method in interface tech.tablesaw.selection.Selection
-
Adds to the current bitmap all integers in [rangeStart,rangeEnd)
- addRow(int, Table) - Method in class tech.tablesaw.api.Table
-
Adds a single row to this table from sourceTable, copying every column in sourceTable
- addRow(Row) - Method in class tech.tablesaw.api.Table
-
- aggregate(ListMultimap<String, AggregateFunction>) - Method in class tech.tablesaw.table.TableSliceGroup
-
Applies the given aggregations to the given columns.
- aggregate(String, AggregateFunction...) - Method in class tech.tablesaw.table.TableSliceGroup
-
Applies the given aggregation to the given column.
- aggregateColumnName(String, String) - Static method in class tech.tablesaw.table.TableSliceGroup
-
Returns a column name for aggregated data based on the given source column name and function
- AggregateFunction - Class in tech.tablesaw.aggregate
-
A partial implementation of aggregate functions to summarize over a numeric column
- AggregateFunction(String) - Constructor for class tech.tablesaw.aggregate.AggregateFunction
-
- AggregateFunctions - Class in tech.tablesaw.aggregate
-
- AggregateFunctions() - Constructor for class tech.tablesaw.aggregate.AggregateFunctions
-
- all() - Method in class tech.tablesaw.api.BooleanColumn
-
Returns true if the column contains only true values, and false otherwise.
- allOf(Collection<Filter>) - Static method in class tech.tablesaw.filtering.composite.AllOf
-
- allOf(Filter...) - Static method in class tech.tablesaw.api.QueryHelper
-
- allOf(Filter...) - Static method in class tech.tablesaw.filtering.composite.AllOf
-
- AllOf - Class in tech.tablesaw.filtering.composite
-
A composite filtering that only returns true
if all component filters return true
- AM() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
Returns true if the time is in the AM or "before noon".
- AM(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
Returns true if the time is in the AM or "before noon".
- AM(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
Returns true if the time is in the AM or "before noon".
- and(BooleanColumn...) - Method in interface tech.tablesaw.columns.booleans.BooleanMapUtils
-
- and(Filter...) - Static method in class tech.tablesaw.api.QueryHelper
-
- and(Filter...) - Method in class tech.tablesaw.api.Table
-
- and(Selection) - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
Intersects the receiver and otherSelection
, updating the receiver
- and(Selection) - Method in interface tech.tablesaw.selection.Selection
-
Returns the intersection of the receiver and otherSelection
, after updating the receiver
- andNot(BooleanColumn...) - Method in interface tech.tablesaw.columns.booleans.BooleanMapUtils
-
Returns a column made by combining the receiver and each of the arguments using the operation: A andNot V.
- andNot(Selection) - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
- andNot(Selection) - Method in interface tech.tablesaw.selection.Selection
-
Implements the set difference operation between the receiver and otherSelection
, after updating the receiver
- any() - Method in class tech.tablesaw.api.BooleanColumn
-
Returns true if the column contains any true values, and false otherwise
- anyOf(Collection<Filter>) - Static method in class tech.tablesaw.filtering.composite.AnyOf
-
- anyOf(Filter...) - Static method in class tech.tablesaw.api.QueryHelper
-
- anyOf(Filter...) - Static method in class tech.tablesaw.filtering.composite.AnyOf
-
- AnyOf - Class in tech.tablesaw.filtering.composite
-
A composite filtering that only returns true
if all component filters return true
- append(boolean) - Method in class tech.tablesaw.api.BooleanColumn
-
- append(byte) - Method in class tech.tablesaw.api.BooleanColumn
-
- append(double) - Method in class tech.tablesaw.api.DoubleColumn
-
Adds the given double to this column
- append(double) - Method in interface tech.tablesaw.api.NumberColumn
-
- append(float) - Method in class tech.tablesaw.api.DoubleColumn
-
Adds the given float to this column
- append(float) - Method in interface tech.tablesaw.api.NumberColumn
-
- append(Boolean) - Method in class tech.tablesaw.api.BooleanColumn
-
- append(String) - Method in class tech.tablesaw.api.StringColumn
-
Added for naming consistency with all other columns
- append(LocalDate) - Method in class tech.tablesaw.api.DateColumn
-
- append(LocalDateTime) - Method in class tech.tablesaw.api.DateTimeColumn
-
- append(LocalTime) - Method in class tech.tablesaw.api.TimeColumn
-
- append(Table) - Method in class tech.tablesaw.api.Table
-
- append(Column) - Method in class tech.tablesaw.api.BooleanColumn
-
- append(Column) - Method in class tech.tablesaw.api.DateColumn
-
- append(Column) - Method in class tech.tablesaw.api.DateTimeColumn
-
- append(Column) - Method in class tech.tablesaw.api.DoubleColumn
-
- append(Column) - Method in interface tech.tablesaw.api.NumberColumn
-
- append(Column) - Method in class tech.tablesaw.api.StringColumn
-
- append(Column) - Method in class tech.tablesaw.api.TimeColumn
-
- append(Column) - Method in interface tech.tablesaw.columns.Column
-
- appendAll() - Method in interface tech.tablesaw.columns.strings.StringReduceUtils
-
Returns a single string made by appending all the strings in this column, separated by a single space character
- appendAll(String) - Method in interface tech.tablesaw.columns.strings.StringReduceUtils
-
Returns a single string made by appending all the strings in this column, separated by the given delimiter
- appendCell(String) - Method in class tech.tablesaw.api.BooleanColumn
-
- appendCell(String) - Method in class tech.tablesaw.api.DateColumn
-
- appendCell(String) - Method in class tech.tablesaw.api.DateTimeColumn
-
- appendCell(String) - Method in class tech.tablesaw.api.DoubleColumn
-
- appendCell(String) - Method in interface tech.tablesaw.api.NumberColumn
-
- appendCell(String) - Method in class tech.tablesaw.api.StringColumn
-
- appendCell(String) - Method in class tech.tablesaw.api.TimeColumn
-
- appendCell(String) - Method in class tech.tablesaw.columns.AbstractColumn
-
- appendCell(String) - Method in interface tech.tablesaw.columns.Column
-
- appendInternal(int) - Method in class tech.tablesaw.api.DateColumn
-
- appendInternal(int) - Method in class tech.tablesaw.api.TimeColumn
-
- appendInternal(long) - Method in class tech.tablesaw.api.DateTimeColumn
-
- appendMissing() - Method in class tech.tablesaw.api.BooleanColumn
-
- appendMissing() - Method in class tech.tablesaw.api.DateColumn
-
- appendMissing() - Method in class tech.tablesaw.api.DateTimeColumn
-
- appendMissing() - Method in class tech.tablesaw.api.DoubleColumn
-
- appendMissing() - Method in class tech.tablesaw.api.StringColumn
-
- appendMissing() - Method in class tech.tablesaw.api.TimeColumn
-
- appendMissing() - Method in interface tech.tablesaw.columns.Column
-
Appends a missing value appropriate to the column
- appendRowToTable(int, Table, Table) - Static method in class tech.tablesaw.table.Rows
-
- apply() - Method in class tech.tablesaw.aggregate.Summarizer
-
Returns the result of applying to the functions to all the values in the appropriate column
- apply(Table) - Method in class tech.tablesaw.columns.booleans.filters.IsFalse
-
- apply(Table) - Method in class tech.tablesaw.columns.booleans.filters.IsTrue
-
- apply(Table) - Method in class tech.tablesaw.columns.dates.filters.BetweenExclusive
-
- apply(Table) - Method in class tech.tablesaw.columns.dates.filters.BetweenInclusive
-
- apply(Table) - Method in class tech.tablesaw.columns.dates.filters.EqualTo
-
- apply(Table) - Method in class tech.tablesaw.columns.dates.filters.IsAfter
-
- apply(Table) - Method in class tech.tablesaw.columns.dates.filters.IsBefore
-
- apply(Table) - Method in class tech.tablesaw.columns.dates.filters.IsOnOrAfter
-
- apply(Table) - Method in class tech.tablesaw.columns.dates.filters.IsOnOrBefore
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.EqualTo
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsAfter
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsBefore
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsFirstDayOfTheMonth
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsFriday
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsInApril
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsInAugust
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsInDecember
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsInFebruary
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsInJanuary
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsInJuly
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsInJune
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsInMarch
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsInMay
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsInNovember
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsInOctober
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsInQ1
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsInQ2
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsInQ3
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsInQ4
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsInSeptember
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsInYear
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsLastDayOfTheMonth
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsMonday
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsOnOrAfter
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsOnOrBefore
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsSaturday
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsSunday
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsThursday
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsTuesday
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.IsWednesday
-
- apply(Table) - Method in class tech.tablesaw.columns.datetimes.filters.NotEqualTo
-
- apply(Table) - Method in class tech.tablesaw.columns.numbers.filters.BetweenExclusive
-
- apply(Table) - Method in class tech.tablesaw.columns.numbers.filters.BetweenInclusive
-
- apply(Table) - Method in class tech.tablesaw.columns.numbers.filters.EqualTo
-
- apply(Table) - Method in class tech.tablesaw.columns.numbers.filters.GreaterThan
-
- apply(Table) - Method in class tech.tablesaw.columns.numbers.filters.GreaterThanOrEqualTo
-
- apply(Table) - Method in class tech.tablesaw.columns.numbers.filters.IsCloseTo
-
- apply(Table) - Method in class tech.tablesaw.columns.numbers.filters.IsIn
-
- apply(Table) - Method in class tech.tablesaw.columns.numbers.filters.IsNegative
-
- apply(Table) - Method in class tech.tablesaw.columns.numbers.filters.IsNonNegative
-
- apply(Table) - Method in class tech.tablesaw.columns.numbers.filters.IsNotIn
-
- apply(Table) - Method in class tech.tablesaw.columns.numbers.filters.IsPositive
-
- apply(Table) - Method in class tech.tablesaw.columns.numbers.filters.IsZero
-
- apply(Table) - Method in class tech.tablesaw.columns.numbers.filters.LessThan
-
- apply(Table) - Method in class tech.tablesaw.columns.numbers.filters.LessThanOrEqualTo
-
- apply(Table) - Method in class tech.tablesaw.columns.numbers.filters.NotEqualTo
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.ContainsString
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.EndsWith
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.EqualTo
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.EqualToIgnoringCase
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.HasLengthEqualTo
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.IsAlpha
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.IsAlphaNumeric
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.IsEmptyString
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.IsIn
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.IsLongerThan
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.IsLowerCase
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.IsNotIn
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.IsNumeric
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.IsShorterThan
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.IsUpperCase
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.MatchesRegex
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.NotEqualTo
-
- apply(Table) - Method in class tech.tablesaw.columns.strings.filters.StartsWith
-
- apply(Table) - Method in class tech.tablesaw.columns.times.filters.EqualTo
-
- apply(Table) - Method in class tech.tablesaw.columns.times.filters.IsAfter
-
- apply(Table) - Method in class tech.tablesaw.columns.times.filters.IsAfterNoon
-
- apply(Table) - Method in class tech.tablesaw.columns.times.filters.IsBefore
-
- apply(Table) - Method in class tech.tablesaw.columns.times.filters.IsBeforeNoon
-
- apply(Table) - Method in class tech.tablesaw.columns.times.filters.IsMidnight
-
- apply(Table) - Method in class tech.tablesaw.columns.times.filters.IsNoon
-
- apply(Table) - Method in class tech.tablesaw.columns.times.filters.IsOnOrAfter
-
- apply(Table) - Method in class tech.tablesaw.columns.times.filters.IsOnOrBefore
-
- apply(Table) - Method in class tech.tablesaw.columns.times.filters.NotEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.composite.AllOf
-
- apply(Table) - Method in class tech.tablesaw.filtering.composite.AnyOf
-
- apply(Table) - Method in class tech.tablesaw.filtering.composite.IsFalse
-
Returns true if the element in the given row in my column
is true
- apply(Table) - Method in class tech.tablesaw.filtering.composite.IsTrue
-
Returns true if the element in the given row in my column
is true
- apply(Table) - Method in interface tech.tablesaw.filtering.Filter
-
- apply(Table) - Method in class tech.tablesaw.filtering.IsMissing
-
- apply(Table) - Method in class tech.tablesaw.filtering.IsNotMissing
-
- apply(Table) - Method in class tech.tablesaw.filtering.TwoColumnFilter
-
- apply(Table) - Method in interface tech.tablesaw.selection.Selection
-
- apply(Column) - Method in class tech.tablesaw.columns.booleans.filters.IsFalse
-
- apply(Column) - Method in class tech.tablesaw.columns.booleans.filters.IsTrue
-
- apply(Column) - Method in class tech.tablesaw.columns.dates.filters.BetweenExclusive
-
- apply(Column) - Method in class tech.tablesaw.columns.dates.filters.BetweenInclusive
-
- apply(Column) - Method in class tech.tablesaw.columns.dates.filters.ColumnEqualTo
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.dates.filters.ColumnIsAfter
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.dates.filters.ColumnIsBefore
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.dates.filters.ColumnNotEqualTo
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.dates.filters.EqualTo
-
- apply(Column) - Method in class tech.tablesaw.columns.dates.filters.IsAfter
-
- apply(Column) - Method in class tech.tablesaw.columns.dates.filters.IsBefore
-
- apply(Column) - Method in class tech.tablesaw.columns.dates.filters.IsOnOrAfter
-
- apply(Column) - Method in class tech.tablesaw.columns.dates.filters.IsOnOrBefore
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.ColumnEqualTo
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.ColumnIsAfter
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.ColumnIsBefore
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.ColumnNotEqualTo
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.EqualTo
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsAfter
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsBefore
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsFirstDayOfTheMonth
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsFriday
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsInApril
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsInAugust
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsInDecember
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsInFebruary
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsInJanuary
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsInJuly
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsInJune
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsInMarch
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsInMay
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsInNovember
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsInOctober
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsInQ1
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsInQ2
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsInQ3
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsInQ4
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsInSeptember
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsInYear
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsLastDayOfTheMonth
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsMonday
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsOnOrAfter
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsOnOrBefore
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsSaturday
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsSunday
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsThursday
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsTuesday
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.IsWednesday
-
- apply(Column) - Method in class tech.tablesaw.columns.datetimes.filters.NotEqualTo
-
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.BetweenExclusive
-
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.BetweenInclusive
-
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.ColumnEqualTo
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.ColumnGreaterThan
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.ColumnLessThan
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.EqualTo
-
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.GreaterThan
-
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.GreaterThanOrEqualTo
-
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.IsCloseTo
-
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.IsIn
-
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.IsNegative
-
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.IsNonNegative
-
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.IsNotIn
-
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.IsPositive
-
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.IsZero
-
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.LessThan
-
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.LessThanOrEqualTo
-
- apply(Column) - Method in class tech.tablesaw.columns.numbers.filters.NotEqualTo
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.ColumnContainsString
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.ColumnEndsWith
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.ColumnEqualTo
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.ColumnEqualToIgnoringCase
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.ColumnNotEqualTo
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.ColumnStartsWith
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.ContainsString
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.EndsWith
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.EqualTo
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.EqualToIgnoringCase
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.HasLengthEqualTo
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.IsAlpha
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.IsAlphaNumeric
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.IsEmptyString
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.IsIn
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.IsLongerThan
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.IsLowerCase
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.IsNotIn
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.IsNumeric
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.IsShorterThan
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.IsUpperCase
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.MatchesRegex
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.NotEqualTo
-
- apply(Column) - Method in class tech.tablesaw.columns.strings.filters.StartsWith
-
- apply(Column) - Method in class tech.tablesaw.columns.times.filters.ColumnEqualTo
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.times.filters.ColumnIsAfter
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.times.filters.ColumnIsBefore
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.times.filters.ColumnNotEqualTo
-
Returns a selection formed by applying a predicate for case-neutral equality between
each value in the given column and the corresponding value of the column passed into the constructor.
- apply(Column) - Method in class tech.tablesaw.columns.times.filters.EqualTo
-
- apply(Column) - Method in class tech.tablesaw.columns.times.filters.IsAfter
-
- apply(Column) - Method in class tech.tablesaw.columns.times.filters.IsAfterNoon
-
- apply(Column) - Method in class tech.tablesaw.columns.times.filters.IsBefore
-
- apply(Column) - Method in class tech.tablesaw.columns.times.filters.IsBeforeNoon
-
- apply(Column) - Method in class tech.tablesaw.columns.times.filters.IsMidnight
-
- apply(Column) - Method in class tech.tablesaw.columns.times.filters.IsNoon
-
- apply(Column) - Method in class tech.tablesaw.columns.times.filters.IsOnOrAfter
-
- apply(Column) - Method in class tech.tablesaw.columns.times.filters.IsOnOrBefore
-
- apply(Column) - Method in class tech.tablesaw.columns.times.filters.NotEqualTo
-
- apply(Column) - Method in class tech.tablesaw.filtering.composite.AllOf
-
- apply(Column) - Method in class tech.tablesaw.filtering.composite.AnyOf
-
- apply(Column) - Method in class tech.tablesaw.filtering.composite.IsFalse
-
- apply(Column) - Method in class tech.tablesaw.filtering.composite.IsTrue
-
- apply(Column) - Method in interface tech.tablesaw.filtering.Filter
-
Returns a selection created by applying this filter (and any optional params added in extending classes) to the
given column
- apply(Column) - Method in class tech.tablesaw.filtering.IsMissing
-
- apply(Column) - Method in class tech.tablesaw.filtering.IsNotMissing
-
- apply(Column) - Method in interface tech.tablesaw.selection.Selection
-
- asBytes(int) - Method in class tech.tablesaw.api.BooleanColumn
-
- asBytes(int) - Method in class tech.tablesaw.api.DateColumn
-
Returns the contents of the cell at rowNumber as a byte[]
- asBytes(int) - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns the contents of the cell at rowNumber as a byte[]
- asBytes(int) - Method in class tech.tablesaw.api.DoubleColumn
-
Returns the contents of the cell at rowNumber as a byte[]
- asBytes(int) - Method in interface tech.tablesaw.api.NumberColumn
-
- asBytes(int) - Method in class tech.tablesaw.api.StringColumn
-
Returns the contents of the cell at rowNumber as a byte[]
- asBytes(int) - Method in class tech.tablesaw.api.TimeColumn
-
Returns the contents of the cell at rowNumber as a byte[]
- asBytes(int) - Method in interface tech.tablesaw.columns.Column
-
Returns the contents of the cell at rowNumber as a byte[].
- ASCEND - tech.tablesaw.sorting.Sort.Order
-
- asDateTimes(ZoneOffset) - Method in class tech.tablesaw.api.DoubleColumn
-
- asDateTimes(ZoneOffset) - Method in interface tech.tablesaw.api.NumberColumn
-
Returns a DateTimeColumn where each value is the LocalDateTime represented by the values in this column
The values in this column must be longs that represent the time in milliseconds from the epoch as in standard
Java date/time calculations
- asDoubleArray() - Method in class tech.tablesaw.api.BooleanColumn
-
- asDoubleArray() - Method in class tech.tablesaw.api.DateColumn
-
- asDoubleArray() - Method in class tech.tablesaw.api.DateTimeColumn
-
- asDoubleArray() - Method in class tech.tablesaw.api.DoubleColumn
-
- asDoubleArray() - Method in interface tech.tablesaw.api.NumberColumn
-
- asDoubleArray() - Method in class tech.tablesaw.api.StringColumn
-
- asDoubleArray() - Method in class tech.tablesaw.api.TimeColumn
-
- asDoubleArray() - Method in interface tech.tablesaw.columns.Column
-
- asEpochMillisArray() - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns an array where each entry is the difference, measured in milliseconds,
between the LocalDateTime and midnight, January 1, 1970 UTC.
- asEpochMillisArray(ZoneOffset) - Method in class tech.tablesaw.api.DateTimeColumn
-
- asEpochSecondArray() - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns an array where each entry is the difference, measured in seconds,
between the LocalDateTime and midnight, January 1, 1970 UTC.
- asEpochSecondArray(ZoneOffset) - Method in class tech.tablesaw.api.DateTimeColumn
-
- asIntArray() - Method in class tech.tablesaw.api.BooleanColumn
-
- asIntArray() - Method in class tech.tablesaw.api.DoubleColumn
-
- asIntArray() - Method in interface tech.tablesaw.api.IntConvertibleColumn
-
- asIntArray() - Method in interface tech.tablesaw.api.NumberColumn
-
- asIntegerSet() - Method in class tech.tablesaw.api.DoubleColumn
-
- asIntegerSet() - Method in interface tech.tablesaw.api.IntConvertibleColumn
-
- asIntegerSet() - Method in interface tech.tablesaw.api.NumberColumn
-
- asList() - Method in class tech.tablesaw.api.DateColumn
-
- asList() - Method in class tech.tablesaw.api.StringColumn
-
Returns a List<String> representation of all the values in this column
- asList() - Method in class tech.tablesaw.api.TimeColumn
-
Returns the entire contents of this column as a list
- asLocalDate() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- asLocalDate(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- asLocalDateTime() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- asLocalDateTime(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- asLocalTime() - Method in class tech.tablesaw.columns.times.PackedTime
-
- asLocalTime(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- asMatrix() - Method in class tech.tablesaw.table.Relation
-
- asNumberColumn() - Method in class tech.tablesaw.api.BooleanColumn
-
- asNumberColumn() - Method in class tech.tablesaw.api.StringColumn
-
- asPercent() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
Return the elements of this column as the percentages of their value relative to the sum of all
elements
- asRatio() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
Return the elements of this column as the ratios of their value and the sum of all
elements
- asSelection() - Method in class tech.tablesaw.api.BooleanColumn
-
- asSelection() - Method in interface tech.tablesaw.columns.booleans.BooleanMapUtils
-
- asSet() - Method in class tech.tablesaw.api.BooleanColumn
-
- asSet() - Method in class tech.tablesaw.api.DateColumn
-
- asSet() - Method in class tech.tablesaw.api.DateTimeColumn
-
- asSet() - Method in class tech.tablesaw.api.DoubleColumn
-
- asSet() - Method in interface tech.tablesaw.api.NumberColumn
-
- asSet() - Method in class tech.tablesaw.api.StringColumn
-
- asTable() - Method in class tech.tablesaw.columns.numbers.Stats
-
- asTable() - Method in class tech.tablesaw.table.TableSlice
-
- asTableComplete() - Method in class tech.tablesaw.columns.numbers.Stats
-
- asTableList() - Method in class tech.tablesaw.table.TableSliceGroup
-
Returns a list of Tables created by reifying my list of slices (views) over the original table
- at(int) - Method in class tech.tablesaw.api.Row
-
- atLeast(double) - Method in class tech.tablesaw.index.DoubleIndex
-
- atLeast(int) - Method in class tech.tablesaw.index.IntIndex
-
- atLeast(long) - Method in class tech.tablesaw.index.LongIndex
-
- atLeast(LocalDate) - Method in class tech.tablesaw.index.IntIndex
-
- atLeast(LocalDateTime) - Method in class tech.tablesaw.index.LongIndex
-
- atLeast(LocalTime) - Method in class tech.tablesaw.index.IntIndex
-
- atMost(double) - Method in class tech.tablesaw.index.DoubleIndex
-
- atMost(int) - Method in class tech.tablesaw.index.IntIndex
-
- atMost(long) - Method in class tech.tablesaw.index.LongIndex
-
- atMost(LocalDate) - Method in class tech.tablesaw.index.IntIndex
-
- atMost(LocalDateTime) - Method in class tech.tablesaw.index.LongIndex
-
- atMost(LocalTime) - Method in class tech.tablesaw.index.IntIndex
-
- atStartOfDay() - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
- atTime(LocalTime) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
Returns a DateTime column where each value consists of the dates from this column combined with the corresponding
times from the other column
- atTime(TimeColumn) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
Returns a DateTime column where each value consists of the dates from this column combined with the corresponding
times from the other column
- available() - Method in class tech.tablesaw.io.UnicodeBOMInputStream
-
- calc(AggregateFunction) - Method in class tech.tablesaw.table.RollingColumn
-
- categoricalColumn(int) - Method in class tech.tablesaw.table.Relation
-
- categoricalColumn(String) - Method in class tech.tablesaw.table.Relation
-
- CategoricalColumn - Interface in tech.tablesaw.api
-
A column type that can be summarized, or serve as a grouping variable in cross tabs or other aggregation operations.
- categoricalColumns(String...) - Method in class tech.tablesaw.api.Table
-
Returns only the columns whose names are given in the input array
- CategoryIndex - Class in tech.tablesaw.index
-
An index for four-byte integer and Date columns
- CategoryIndex(StringColumn) - Constructor for class tech.tablesaw.index.CategoryIndex
-
- clear() - Method in class tech.tablesaw.api.BooleanColumn
-
- clear() - Method in class tech.tablesaw.api.DateColumn
-
- clear() - Method in class tech.tablesaw.api.DateTimeColumn
-
- clear() - Method in class tech.tablesaw.api.DoubleColumn
-
- clear() - Method in interface tech.tablesaw.api.NumberColumn
-
- clear() - Method in class tech.tablesaw.api.StringColumn
-
- clear() - Method in class tech.tablesaw.api.Table
-
Clears all the data from this table
- clear() - Method in class tech.tablesaw.api.TimeColumn
-
- clear() - Method in interface tech.tablesaw.columns.Column
-
- clear() - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
- clear() - Method in interface tech.tablesaw.selection.Selection
-
- clear() - Method in class tech.tablesaw.table.Projection
-
- clear() - Method in class tech.tablesaw.table.Relation
-
Clears all the dat in the relation, leaving the structure intact
- clear() - Method in class tech.tablesaw.table.TableSlice
-
Clears all rows from this View, leaving the structure in place
- close() - Method in class tech.tablesaw.io.UnicodeBOMInputStream
-
- column - Variable in class tech.tablesaw.api.StringColumn
-
- column(int) - Method in class tech.tablesaw.api.Table
-
Returns the column at the given index in the column list
- column(int) - Method in class tech.tablesaw.table.Projection
-
- column(int) - Method in class tech.tablesaw.table.Relation
-
Returns the column at columnIndex (0-based)
- column(int) - Method in class tech.tablesaw.table.TableSlice
-
- column(String) - Method in class tech.tablesaw.table.Relation
-
Returns the column with the given columnName, ignoring case
- Column - Interface in tech.tablesaw.columns
-
The general interface for columns.
- columnArray() - Method in class tech.tablesaw.api.Table
-
- ColumnContainsString - Class in tech.tablesaw.columns.strings.filters
-
A filtering that selects cells whose contents startWith the given text ignoring case
- ColumnContainsString(StringColumn) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnContainsString
-
- ColumnContainsString(StringColumnReference, StringColumn) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnContainsString
-
- ColumnContainsString(StringColumnReference, StringColumnReference) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnContainsString
-
- columnCount() - Method in class tech.tablesaw.api.Table
-
Returns the number of columns in the table
- columnCount() - Method in class tech.tablesaw.table.Projection
-
- columnCount() - Method in class tech.tablesaw.table.Relation
-
Returns the number of columns in the relation
- columnCount() - Method in class tech.tablesaw.table.TableSlice
-
- ColumnEndsWith - Class in tech.tablesaw.columns.strings.filters
-
A filtering that selects cells whose contents startWith the given text ignoring case
- ColumnEndsWith(StringColumn) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnEndsWith
-
- ColumnEndsWith(StringColumnReference, StringColumn) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnEndsWith
-
- ColumnEndsWith(StringColumnReference, StringColumnReference) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnEndsWith
-
- ColumnEqualTo - Class in tech.tablesaw.columns.dates.filters
-
A filtering that selects cells whose contents equal the given text ignoring case
- ColumnEqualTo - Class in tech.tablesaw.columns.datetimes.filters
-
A filtering that selects cells whose contents equal the given text ignoring case
- ColumnEqualTo - Class in tech.tablesaw.columns.numbers.filters
-
A filtering that selects cells whose contents equal the given text ignoring case
- ColumnEqualTo - Class in tech.tablesaw.columns.strings.filters
-
A filtering that selects cells whose contents equal the given text ignoring case
- ColumnEqualTo - Class in tech.tablesaw.columns.times.filters
-
A filtering that selects cells whose contents equal the given text ignoring case
- ColumnEqualTo(DateColumn) - Constructor for class tech.tablesaw.columns.dates.filters.ColumnEqualTo
-
- ColumnEqualTo(DateTimeColumn) - Constructor for class tech.tablesaw.columns.datetimes.filters.ColumnEqualTo
-
- ColumnEqualTo(StringColumn) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnEqualTo
-
- ColumnEqualTo(TimeColumn) - Constructor for class tech.tablesaw.columns.times.filters.ColumnEqualTo
-
- ColumnEqualTo(Column) - Constructor for class tech.tablesaw.columns.numbers.filters.ColumnEqualTo
-
- ColumnEqualTo(ColumnReference, Column) - Constructor for class tech.tablesaw.columns.dates.filters.ColumnEqualTo
-
- ColumnEqualTo(ColumnReference, Column) - Constructor for class tech.tablesaw.columns.datetimes.filters.ColumnEqualTo
-
- ColumnEqualTo(ColumnReference, Column) - Constructor for class tech.tablesaw.columns.numbers.filters.ColumnEqualTo
-
- ColumnEqualTo(ColumnReference, Column) - Constructor for class tech.tablesaw.columns.times.filters.ColumnEqualTo
-
- ColumnEqualTo(ColumnReference, ColumnReference) - Constructor for class tech.tablesaw.columns.dates.filters.ColumnEqualTo
-
- ColumnEqualTo(ColumnReference, ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.ColumnEqualTo
-
- ColumnEqualTo(ColumnReference, ColumnReference) - Constructor for class tech.tablesaw.columns.numbers.filters.ColumnEqualTo
-
- ColumnEqualTo(ColumnReference, ColumnReference) - Constructor for class tech.tablesaw.columns.times.filters.ColumnEqualTo
-
- ColumnEqualTo(StringColumnReference, StringColumn) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnEqualTo
-
- ColumnEqualTo(StringColumnReference, StringColumnReference) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnEqualTo
-
- ColumnEqualToIgnoringCase - Class in tech.tablesaw.columns.strings.filters
-
A filtering that selects cells whose contents equal the given text ignoring case
- ColumnEqualToIgnoringCase(StringColumn) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnEqualToIgnoringCase
-
- ColumnEqualToIgnoringCase(StringColumnReference, StringColumn) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnEqualToIgnoringCase
-
- ColumnEqualToIgnoringCase(StringColumnReference, StringColumnReference) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnEqualToIgnoringCase
-
- ColumnFilter - Class in tech.tablesaw.filtering
-
A column filter applies to a single column
- ColumnFilter(ColumnReference) - Constructor for class tech.tablesaw.filtering.ColumnFilter
-
- ColumnGreaterThan - Class in tech.tablesaw.columns.numbers.filters
-
A filtering that selects cells whose contents equal the given text ignoring case
- ColumnGreaterThan(Column) - Constructor for class tech.tablesaw.columns.numbers.filters.ColumnGreaterThan
-
- ColumnGreaterThan(ColumnReference, Column) - Constructor for class tech.tablesaw.columns.numbers.filters.ColumnGreaterThan
-
- ColumnGreaterThan(ColumnReference, ColumnReference) - Constructor for class tech.tablesaw.columns.numbers.filters.ColumnGreaterThan
-
- columnIndex(String) - Method in class tech.tablesaw.api.Table
-
Returns the index of the column with the given name
- columnIndex(String) - Method in class tech.tablesaw.table.Relation
-
Returns the index of the column with the given columnName
- columnIndex(Column) - Method in class tech.tablesaw.api.Table
-
Returns the index of the given column (its position in the list of columns)
- columnIndex(Column) - Method in class tech.tablesaw.table.Projection
-
- columnIndex(Column) - Method in class tech.tablesaw.table.Relation
-
Returns the index of the given column
- columnIndex(Column) - Method in class tech.tablesaw.table.TableSlice
-
- ColumnIsAfter - Class in tech.tablesaw.columns.dates.filters
-
- ColumnIsAfter - Class in tech.tablesaw.columns.datetimes.filters
-
- ColumnIsAfter - Class in tech.tablesaw.columns.times.filters
-
- ColumnIsAfter(DateColumn) - Constructor for class tech.tablesaw.columns.dates.filters.ColumnIsAfter
-
- ColumnIsAfter(DateTimeColumn) - Constructor for class tech.tablesaw.columns.datetimes.filters.ColumnIsAfter
-
- ColumnIsAfter(TimeColumn) - Constructor for class tech.tablesaw.columns.times.filters.ColumnIsAfter
-
- ColumnIsAfter(ColumnReference, Column) - Constructor for class tech.tablesaw.columns.dates.filters.ColumnIsAfter
-
- ColumnIsAfter(ColumnReference, Column) - Constructor for class tech.tablesaw.columns.datetimes.filters.ColumnIsAfter
-
- ColumnIsAfter(ColumnReference, Column) - Constructor for class tech.tablesaw.columns.times.filters.ColumnIsAfter
-
- ColumnIsAfter(ColumnReference, ColumnReference) - Constructor for class tech.tablesaw.columns.dates.filters.ColumnIsAfter
-
- ColumnIsAfter(ColumnReference, ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.ColumnIsAfter
-
- ColumnIsAfter(ColumnReference, ColumnReference) - Constructor for class tech.tablesaw.columns.times.filters.ColumnIsAfter
-
- ColumnIsBefore - Class in tech.tablesaw.columns.dates.filters
-
- ColumnIsBefore - Class in tech.tablesaw.columns.datetimes.filters
-
- ColumnIsBefore - Class in tech.tablesaw.columns.times.filters
-
- ColumnIsBefore(DateColumn) - Constructor for class tech.tablesaw.columns.dates.filters.ColumnIsBefore
-
- ColumnIsBefore(DateTimeColumn) - Constructor for class tech.tablesaw.columns.datetimes.filters.ColumnIsBefore
-
- ColumnIsBefore(TimeColumn) - Constructor for class tech.tablesaw.columns.times.filters.ColumnIsBefore
-
- ColumnIsBefore(ColumnReference, Column) - Constructor for class tech.tablesaw.columns.dates.filters.ColumnIsBefore
-
- ColumnIsBefore(ColumnReference, Column) - Constructor for class tech.tablesaw.columns.datetimes.filters.ColumnIsBefore
-
- ColumnIsBefore(ColumnReference, Column) - Constructor for class tech.tablesaw.columns.times.filters.ColumnIsBefore
-
- ColumnIsBefore(ColumnReference, ColumnReference) - Constructor for class tech.tablesaw.columns.dates.filters.ColumnIsBefore
-
- ColumnIsBefore(ColumnReference, ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.ColumnIsBefore
-
- ColumnIsBefore(ColumnReference, ColumnReference) - Constructor for class tech.tablesaw.columns.times.filters.ColumnIsBefore
-
- ColumnLessThan - Class in tech.tablesaw.columns.numbers.filters
-
A filtering that selects cells whose contents equal the given text ignoring case
- ColumnLessThan(Column) - Constructor for class tech.tablesaw.columns.numbers.filters.ColumnLessThan
-
- ColumnLessThan(ColumnReference, Column) - Constructor for class tech.tablesaw.columns.numbers.filters.ColumnLessThan
-
- ColumnLessThan(ColumnReference, ColumnReference) - Constructor for class tech.tablesaw.columns.numbers.filters.ColumnLessThan
-
- columnNames() - Method in class tech.tablesaw.api.Table
-
Returns a List of the names of all the columns in this table
- columnNames() - Method in class tech.tablesaw.table.Projection
-
- columnNames() - Method in class tech.tablesaw.table.Relation
-
- columnNames() - Method in class tech.tablesaw.table.TableSlice
-
- ColumnNotEqualTo - Class in tech.tablesaw.columns.dates.filters
-
A filtering that selects cells whose contents equal the given text ignoring case
- ColumnNotEqualTo - Class in tech.tablesaw.columns.datetimes.filters
-
A filtering that selects cells whose contents equal the given text ignoring case
- ColumnNotEqualTo - Class in tech.tablesaw.columns.strings.filters
-
A filtering that selects cells whose contents equal the given text ignoring case
- ColumnNotEqualTo - Class in tech.tablesaw.columns.times.filters
-
A filtering that selects cells whose contents equal the given text ignoring case
- ColumnNotEqualTo(DateColumn) - Constructor for class tech.tablesaw.columns.dates.filters.ColumnNotEqualTo
-
- ColumnNotEqualTo(DateTimeColumn) - Constructor for class tech.tablesaw.columns.datetimes.filters.ColumnNotEqualTo
-
- ColumnNotEqualTo(StringColumn) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnNotEqualTo
-
- ColumnNotEqualTo(TimeColumn) - Constructor for class tech.tablesaw.columns.times.filters.ColumnNotEqualTo
-
- ColumnNotEqualTo(ColumnReference, Column) - Constructor for class tech.tablesaw.columns.dates.filters.ColumnNotEqualTo
-
- ColumnNotEqualTo(ColumnReference, Column) - Constructor for class tech.tablesaw.columns.datetimes.filters.ColumnNotEqualTo
-
- ColumnNotEqualTo(ColumnReference, Column) - Constructor for class tech.tablesaw.columns.times.filters.ColumnNotEqualTo
-
- ColumnNotEqualTo(ColumnReference, ColumnReference) - Constructor for class tech.tablesaw.columns.dates.filters.ColumnNotEqualTo
-
- ColumnNotEqualTo(ColumnReference, ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.ColumnNotEqualTo
-
- ColumnNotEqualTo(ColumnReference, ColumnReference) - Constructor for class tech.tablesaw.columns.times.filters.ColumnNotEqualTo
-
- ColumnNotEqualTo(StringColumnReference, StringColumn) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnNotEqualTo
-
- ColumnNotEqualTo(StringColumnReference, StringColumnReference) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnNotEqualTo
-
- columnPercents(Table, String, String) - Static method in class tech.tablesaw.aggregate.CrossTab
-
Returns a table containing the column percents made from a source table, after first calculating the counts
cross-tabulated from the given columns
- columnPercents(Table, CategoricalColumn, CategoricalColumn) - Static method in class tech.tablesaw.aggregate.CrossTab
-
Returns a table containing the column percents made from a source table, after first calculating the counts
cross-tabulated from the given columns
- columnReference() - Method in class tech.tablesaw.filtering.ColumnFilter
-
- columnReference() - Method in class tech.tablesaw.filtering.TwoColumnFilter
-
- ColumnReference - Class in tech.tablesaw.columns
-
A reference to a column that can be used in evaluating query predicates.
- ColumnReference(String) - Constructor for class tech.tablesaw.columns.ColumnReference
-
- columns() - Method in class tech.tablesaw.api.Table
-
Returns the list of columns
- columns() - Method in class tech.tablesaw.table.Projection
-
- columns() - Method in class tech.tablesaw.table.Relation
-
Returns a list of all the columns in the relation
- columns() - Method in class tech.tablesaw.table.TableSlice
-
- columns(String...) - Method in class tech.tablesaw.api.Table
-
Returns only the columns whose names are given in the input array
- columnsOfType(ColumnType) - Method in class tech.tablesaw.table.Relation
-
- ColumnStartsWith - Class in tech.tablesaw.columns.strings.filters
-
A filtering that selects cells whose contents startWith the given text ignoring case
- ColumnStartsWith(StringColumn) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnStartsWith
-
- ColumnStartsWith(StringColumnReference, StringColumn) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnStartsWith
-
- ColumnStartsWith(StringColumnReference, StringColumnReference) - Constructor for class tech.tablesaw.columns.strings.filters.ColumnStartsWith
-
- ColumnType - Enum in tech.tablesaw.api
-
Defines the type of data held by a
Column
- columnTypes() - Method in class tech.tablesaw.io.csv.CsvReadOptions
-
- columnTypes() - Method in class tech.tablesaw.table.Relation
-
Returns an array of the column types of all columns in the relation, including duplicates as appropriate,
and maintaining order
- columnTypes(ColumnType[]) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
-
- columnWidth() - Method in class tech.tablesaw.columns.AbstractColumn
-
Returns the width of the column in characters, for printing
- columnWidth() - Method in interface tech.tablesaw.columns.Column
-
Returns the width of the column in characters, for printing
- colWidths() - Method in class tech.tablesaw.table.Relation
-
Returns an array of column widths for printing tables
- commonPrefix(Column) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
- commonSuffix(Column) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
- compare(int, int) - Method in class tech.tablesaw.sorting.comparators.IntComparatorChain
-
- compare(int, int) - Method in class tech.tablesaw.sorting.comparators.ReversingIntComparator
-
- compareRows(int, Table, Table) - Static method in class tech.tablesaw.table.Rows
-
- concat(Table) - Method in class tech.tablesaw.api.Table
-
Add all the columns of tableToConcatenate to this table
Note: The columns in the result must have unique names, when compared case insensitive
Note: Both tables must have the same number of rows
- concatenate(String) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
Return a copy of this column with the given string appended to each element
- contains(boolean) - Method in class tech.tablesaw.api.BooleanColumn
-
- contains(double) - Method in class tech.tablesaw.api.DoubleColumn
-
- contains(double) - Method in interface tech.tablesaw.api.NumberColumn
-
- contains(int) - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
- contains(int) - Method in interface tech.tablesaw.selection.Selection
-
- contains(String) - Method in class tech.tablesaw.api.StringColumn
-
Returns true if this column contains a cell with the given string, and false otherwise
- contains(LocalDate) - Method in class tech.tablesaw.api.DateColumn
-
- contains(LocalDateTime) - Method in class tech.tablesaw.api.DateTimeColumn
-
- contains(LocalTime) - Method in class tech.tablesaw.api.TimeColumn
-
- containsColumn(Column) - Method in class tech.tablesaw.table.Relation
-
- containsString(String) - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- containsString(String) - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- containsString(StringColumn) - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- ContainsString - Class in tech.tablesaw.columns.strings.filters
-
A filtering that selects cells which contain the given text
- ContainsString(StringColumnReference, String) - Constructor for class tech.tablesaw.columns.strings.filters.ContainsString
-
- convert(String) - Static method in class tech.tablesaw.api.BooleanColumn
-
- convert(String) - Method in class tech.tablesaw.api.DateColumn
-
Returns a PackedDate as converted from the given string
- convert(String) - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns a PackedDateTime as converted from the given string
- convert(String) - Static method in class tech.tablesaw.api.DoubleColumn
-
Returns a double that is parsed from the given String
- convert(String) - Static method in class tech.tablesaw.api.StringColumn
-
- convert(String) - Method in class tech.tablesaw.api.TimeColumn
-
Returns a PackedTime as converted from the given string
- copy() - Method in class tech.tablesaw.api.BooleanColumn
-
- copy() - Method in class tech.tablesaw.api.DateColumn
-
- copy() - Method in class tech.tablesaw.api.DateTimeColumn
-
- copy() - Method in class tech.tablesaw.api.DoubleColumn
-
- copy() - Method in interface tech.tablesaw.api.NumberColumn
-
- copy() - Method in class tech.tablesaw.api.StringColumn
-
- copy() - Method in class tech.tablesaw.api.Table
-
Returns a table with the same columns as this table
- copy() - Method in class tech.tablesaw.api.TimeColumn
-
- copy() - Method in interface tech.tablesaw.columns.Column
-
Returns a deep copy of the receiver
- copyRowsToTable(IntArrayList, Table, Table) - Static method in class tech.tablesaw.table.Rows
-
- copyRowsToTable(Selection, Table, Table) - Static method in class tech.tablesaw.table.Rows
-
- count - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
A function that calculates the count of values in the column excluding missing values.
- countBy(CategoricalColumn) - Method in class tech.tablesaw.api.Table
-
Returns a table containing two columns, the grouping column, and a column named "Count" that contains
the counts for each grouping column value
- countByCategory() - Method in interface tech.tablesaw.api.CategoricalColumn
-
- countByCategory() - Method in class tech.tablesaw.api.StringColumn
-
- countFalse - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
- countFalse() - Method in class tech.tablesaw.api.BooleanColumn
-
- countMissing - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
A function that calculates the count of values in the column excluding missing values
- countMissing() - Method in class tech.tablesaw.api.BooleanColumn
-
Returns the count of missing values in this column
- countMissing() - Method in class tech.tablesaw.api.DateColumn
-
Returns the count of missing values in this column
- countMissing() - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns the count of missing values in this column
- countMissing() - Method in interface tech.tablesaw.api.NumberColumn
-
Returns the count of missing values in this column
- countMissing() - Method in class tech.tablesaw.api.StringColumn
-
Returns the count of missing values in this column
- countMissing() - Method in class tech.tablesaw.api.TimeColumn
-
Returns the count of missing values in this column
- countMissing() - Method in interface tech.tablesaw.columns.Column
-
Returns the count of missing values in this column.
- countNonMissing - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
A function that calculates the count of values in the column excluding missing values
- countOccurrences(String) - Method in class tech.tablesaw.api.StringColumn
-
- counts(Table, String) - Static method in class tech.tablesaw.aggregate.CrossTab
-
- counts(Table, CategoricalColumn, CategoricalColumn) - Static method in class tech.tablesaw.aggregate.CrossTab
-
Returns a table containing two-dimensional cross-tabulated counts for each combination of values in
column1
and column2
- countTokens(String) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
- countTrue - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
- countTrue() - Method in class tech.tablesaw.api.BooleanColumn
-
- countUnique - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
A function that returns the number of non-missing unique values in the column param
- countUnique() - Method in class tech.tablesaw.api.BooleanColumn
-
- countUnique() - Method in class tech.tablesaw.api.DateColumn
-
- countUnique() - Method in class tech.tablesaw.api.DateTimeColumn
-
- countUnique() - Method in interface tech.tablesaw.api.NumberColumn
-
Returns the number of unique values in this column, excluding missing values
- countUnique() - Method in class tech.tablesaw.api.StringColumn
-
- countUnique() - Method in class tech.tablesaw.api.TimeColumn
-
- countUnique() - Method in interface tech.tablesaw.columns.Column
-
Returns the count of unique values in this column.
- countWithMissing - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
- create(int, int) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- create(String) - Static method in class tech.tablesaw.api.BooleanColumn
-
- create(String) - Method in enum tech.tablesaw.api.ColumnType
-
- create(String) - Static method in class tech.tablesaw.api.DateColumn
-
- create(String) - Static method in class tech.tablesaw.api.DateTimeColumn
-
- create(String) - Static method in class tech.tablesaw.api.DoubleColumn
-
- create(String) - Static method in class tech.tablesaw.api.StringColumn
-
- create(String) - Static method in class tech.tablesaw.api.Table
-
Returns a new, empty table (without rows or columns) with the given name
- create(String) - Static method in class tech.tablesaw.api.TimeColumn
-
- create(String, boolean[]) - Static method in class tech.tablesaw.api.BooleanColumn
-
- create(String, double[]) - Static method in class tech.tablesaw.api.DoubleColumn
-
- create(String, float[]) - Static method in class tech.tablesaw.api.DoubleColumn
-
- create(String, int) - Static method in class tech.tablesaw.api.BooleanColumn
-
- create(String, int) - Static method in class tech.tablesaw.api.DateColumn
-
- create(String, int) - Static method in class tech.tablesaw.api.DateTimeColumn
-
- create(String, int) - Static method in class tech.tablesaw.api.DoubleColumn
-
- create(String, int) - Static method in class tech.tablesaw.api.StringColumn
-
- create(String, int) - Static method in class tech.tablesaw.api.TimeColumn
-
- create(String, int[]) - Static method in class tech.tablesaw.api.DoubleColumn
-
- create(String, int, Locale) - Static method in class tech.tablesaw.api.DateColumn
-
- create(String, int, Locale) - Static method in class tech.tablesaw.api.DateTimeColumn
-
- create(String, int, Locale) - Static method in class tech.tablesaw.api.TimeColumn
-
- create(String, long[]) - Static method in class tech.tablesaw.api.DoubleColumn
-
- create(String, Boolean[]) - Static method in class tech.tablesaw.api.BooleanColumn
-
- create(String, Number[]) - Static method in class tech.tablesaw.api.DoubleColumn
-
- create(String, String[]) - Static method in class tech.tablesaw.api.StringColumn
-
- create(String, LocalDate[]) - Static method in class tech.tablesaw.api.DateColumn
-
- create(String, LocalDateTime[]) - Static method in class tech.tablesaw.api.DateTimeColumn
-
- create(String, LocalTime[]) - Static method in class tech.tablesaw.api.TimeColumn
-
- create(String, List<Boolean>) - Static method in class tech.tablesaw.api.BooleanColumn
-
- create(String, List<Number>) - Static method in class tech.tablesaw.api.DoubleColumn
-
- create(String, List<String>) - Static method in class tech.tablesaw.api.StringColumn
-
- create(String, List<LocalDate>) - Static method in class tech.tablesaw.api.DateColumn
-
- create(String, List<LocalDateTime>) - Static method in class tech.tablesaw.api.DateTimeColumn
-
- create(String, List<LocalTime>) - Static method in class tech.tablesaw.api.TimeColumn
-
- create(String, Locale) - Static method in class tech.tablesaw.api.DateColumn
-
- create(String, ColumnType) - Static method in interface tech.tablesaw.columns.Column
-
- create(String, Column...) - Static method in class tech.tablesaw.api.Table
-
Returns a new table with the given columns and given name
- create(String, Selection, int) - Static method in class tech.tablesaw.api.BooleanColumn
-
- create(NumberColumn) - Static method in class tech.tablesaw.columns.numbers.Stats
-
- create(Table, String...) - Static method in class tech.tablesaw.table.StandardTableSliceGroup
-
Returns a viewGroup splitting the original table on the given columns.
- create(Table, String, int) - Static method in class tech.tablesaw.table.SelectionTableSliceGroup
-
- create(Table, CategoricalColumn...) - Static method in class tech.tablesaw.table.StandardTableSliceGroup
-
Returns a viewGroup splitting the original table on the given columns.
- CrossTab - Class in tech.tablesaw.aggregate
-
Utilities for creating frequency and proportion cross tabs
- CrossTab() - Constructor for class tech.tablesaw.aggregate.CrossTab
-
- csv(File) - Method in class tech.tablesaw.io.DataFrameReader
-
- csv(File) - Method in class tech.tablesaw.io.DataFrameWriter
-
- csv(InputStream, String) - Method in class tech.tablesaw.io.DataFrameReader
-
- csv(OutputStream) - Method in class tech.tablesaw.io.DataFrameWriter
-
- csv(Reader, String) - Method in class tech.tablesaw.io.DataFrameReader
-
- csv(Writer) - Method in class tech.tablesaw.io.DataFrameWriter
-
- csv(String) - Method in class tech.tablesaw.io.DataFrameReader
-
- csv(String) - Method in class tech.tablesaw.io.DataFrameWriter
-
- csv(String, String) - Method in class tech.tablesaw.io.DataFrameReader
-
- csv(CsvReadOptions) - Method in class tech.tablesaw.io.DataFrameReader
-
- csv(CsvReadOptions.Builder) - Method in class tech.tablesaw.io.DataFrameReader
-
- csv(CsvWriteOptions) - Method in class tech.tablesaw.io.DataFrameWriter
-
- CsvReader - Class in tech.tablesaw.io.csv
-
- CsvReadOptions - Class in tech.tablesaw.io.csv
-
- CsvReadOptions.Builder - Class in tech.tablesaw.io.csv
-
- CsvWriteOptions - Class in tech.tablesaw.io.csv
-
- CsvWriteOptions.Builder - Class in tech.tablesaw.io.csv
-
- CsvWriter - Class in tech.tablesaw.io.csv
-
Static utility class that writes tables and individual columns to CSV files
- cube() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
- cubeRoot() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
- cumProd() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
Returns a new column with a cumulative product calculated
- cumSum() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
Returns a new column with a cumulative sum calculated
- currency(String, String) - Static method in class tech.tablesaw.columns.numbers.NumberColumnFormatter
-
- data() - Method in class tech.tablesaw.api.BooleanColumn
-
Returns a ByteArrayList containing 0 (false), 1 (true) or Byte.MIN_VALUE (missing)
- data() - Method in class tech.tablesaw.api.DateColumn
-
- data() - Method in class tech.tablesaw.api.DateTimeColumn
-
- data() - Method in class tech.tablesaw.api.StringColumn
-
Returns the integers that back this column.
- data() - Method in class tech.tablesaw.api.TimeColumn
-
- data() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- data() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- data() - Method in interface tech.tablesaw.columns.times.TimeFilters
-
- DataFrameJoiner - Class in tech.tablesaw.joining
-
- DataFrameJoiner(Table, String) - Constructor for class tech.tablesaw.joining.DataFrameJoiner
-
- DataFramePrinter - Class in tech.tablesaw.io.string
-
A class that can pretty print a DataFrame to text for visualization in a console
- DataFramePrinter(int, OutputStream) - Constructor for class tech.tablesaw.io.string.DataFramePrinter
-
Constructor
- DataFrameReader - Class in tech.tablesaw.io
-
- DataFrameReader() - Constructor for class tech.tablesaw.io.DataFrameReader
-
- DataFrameWriter - Class in tech.tablesaw.io
-
- DataFrameWriter(Table) - Constructor for class tech.tablesaw.io.DataFrameWriter
-
- dataInternal() - Method in class tech.tablesaw.api.DoubleColumn
-
- dataInternal() - Method in interface tech.tablesaw.api.NumberColumn
-
- dataInternal() - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
Returns a clone of the internal data structure
- date() - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
Returns a DateColumn containing the date portion of each dateTime in this DateTimeColumn
- date() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- date(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- DATE_FORMATTER - Static variable in class tech.tablesaw.io.TypeUtils
-
- DATE_TIME_FORMATTER - Static variable in class tech.tablesaw.io.TypeUtils
-
- DateAggregateFunction - Class in tech.tablesaw.aggregate
-
A partial implementation of aggregate functions to summarize over a date column
- DateAggregateFunction(String) - Constructor for class tech.tablesaw.aggregate.DateAggregateFunction
-
- DateAndTimePredicates - Class in tech.tablesaw.columns
-
Predicates for test DateColumn values and/or TimeColumn values
NOTE: These are not for testing DateTimeColumnValues, which are in the class DateTimePredicates
- DateAndTimePredicates() - Constructor for class tech.tablesaw.columns.DateAndTimePredicates
-
- dateColumn(int) - Method in class tech.tablesaw.table.Relation
-
- dateColumn(String) - Static method in class tech.tablesaw.api.QueryHelper
-
- dateColumn(String) - Method in class tech.tablesaw.table.Relation
-
- DateColumn - Class in tech.tablesaw.api
-
A column in a base table that contains float values
- DateColumnFormatter - Class in tech.tablesaw.columns.dates
-
- DateColumnFormatter() - Constructor for class tech.tablesaw.columns.dates.DateColumnFormatter
-
- DateColumnFormatter(DateTimeFormatter) - Constructor for class tech.tablesaw.columns.dates.DateColumnFormatter
-
- DateColumnFormatter(DateTimeFormatter, String) - Constructor for class tech.tablesaw.columns.dates.DateColumnFormatter
-
- dateColumnName(Column, int, TemporalUnit) - Static method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
- DateColumnReference - Class in tech.tablesaw.columns.dates
-
A reference to a column that can be used in evaluating query predicates.
- DateColumnReference(String) - Constructor for class tech.tablesaw.columns.dates.DateColumnReference
-
- dateColumns() - Method in class tech.tablesaw.table.Relation
-
- DateFillers<T> - Interface in tech.tablesaw.columns.dates
-
- DateFilters - Interface in tech.tablesaw.columns.dates
-
- dateFormat(String) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
-
- dateFormatter() - Method in class tech.tablesaw.io.csv.CsvReadOptions
-
- DateMapFunctions - Interface in tech.tablesaw.columns.dates
-
An interface for mapping operations unique to Date columns
- DateTimeAggregateFunction - Class in tech.tablesaw.aggregate
-
A partial implementation of aggregate functions to summarize over a dateTime column
- DateTimeAggregateFunction(String) - Constructor for class tech.tablesaw.aggregate.DateTimeAggregateFunction
-
- dateTimeColumn(int) - Method in class tech.tablesaw.table.Relation
-
- dateTimeColumn(String) - Static method in class tech.tablesaw.api.QueryHelper
-
- dateTimeColumn(String) - Method in class tech.tablesaw.table.Relation
-
- DateTimeColumn - Class in tech.tablesaw.api
-
A column in a table that contains long-integer encoded (packed) local date-time values
- DateTimeColumnFormatter - Class in tech.tablesaw.columns.datetimes
-
- DateTimeColumnFormatter() - Constructor for class tech.tablesaw.columns.datetimes.DateTimeColumnFormatter
-
- DateTimeColumnFormatter(DateTimeFormatter) - Constructor for class tech.tablesaw.columns.datetimes.DateTimeColumnFormatter
-
- DateTimeColumnFormatter(DateTimeFormatter, String) - Constructor for class tech.tablesaw.columns.datetimes.DateTimeColumnFormatter
-
- DateTimeColumnReference - Class in tech.tablesaw.columns.datetimes
-
A reference to a column that can be used in evaluating query predicates.
- DateTimeColumnReference(String) - Constructor for class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- dateTimeColumns() - Method in class tech.tablesaw.table.Relation
-
- DateTimeFillers<T> - Interface in tech.tablesaw.columns.datetimes
-
- DateTimeFilters - Interface in tech.tablesaw.columns.datetimes
-
- dateTimeFormat(String) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
-
- dateTimeFormatter() - Method in class tech.tablesaw.io.csv.CsvReadOptions
-
- DateTimeMapFunctions - Interface in tech.tablesaw.columns.datetimes
-
- DateTimePredicates - Class in tech.tablesaw.columns.datetimes
-
- DateTimePredicates() - Constructor for class tech.tablesaw.columns.datetimes.DateTimePredicates
-
- dayOfMonth() - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
- dayOfMonth() - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
- dayOfWeek() - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
- dayOfWeek() - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
- dayOfWeekValue() - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
- dayOfWeekValue() - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
- dayOfYear() - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
- dayOfYear() - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
- daysUntil(int, int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- daysUntil(long) - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- daysUntil(long, long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- daysUntil(LocalDateTime) - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- daysUntil(DateColumn) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
- db(ResultSet, String) - Method in class tech.tablesaw.io.DataFrameReader
-
- DEFAULT_ARRAY_SIZE - Static variable in class tech.tablesaw.columns.AbstractColumn
-
- DESCEND - tech.tablesaw.sorting.Sort.Order
-
- DescendingIntComparator - Class in tech.tablesaw.sorting.comparators
-
A Comparator for sorting int primitives in descending order
- DescendingIntComparator() - Constructor for class tech.tablesaw.sorting.comparators.DescendingIntComparator
-
- DescendingLongComparator - Class in tech.tablesaw.sorting.comparators
-
A comparator for long primitives for sorting in descending order
- DescendingLongComparator() - Constructor for class tech.tablesaw.sorting.comparators.DescendingLongComparator
-
- detect(Predicate<Row>) - Method in class tech.tablesaw.api.Table
-
Applies the predicate to each row, and return true if any row returns true
- detectColumnTypes(InputStream, CsvReadOptions) - Static method in class tech.tablesaw.io.csv.CsvReader
-
Estimates and returns the type for each column in the delimited text file file
- difference() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
- difference(int, int, ChronoUnit) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
-
- difference(long, long, ChronoUnit) - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
- difference(DateTimeColumn, ChronoUnit) - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
- difference(TimeColumn, ChronoUnit) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
-
- differenceInDays(DateTimeColumn) - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
- differenceInHours(DateTimeColumn) - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
- differenceInHours(TimeColumn) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
-
- differenceInMilliseconds(DateTimeColumn) - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
- differenceInMilliseconds(TimeColumn) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
-
- differenceInMinutes(DateTimeColumn) - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
- differenceInMinutes(TimeColumn) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
-
- differenceInSeconds(DateTimeColumn) - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
- differenceInSeconds(TimeColumn) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
-
- differenceInYears(DateTimeColumn) - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
- distance(Column) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
Returns a column containing the levenshtein distance between the two given string columns
- divide(double, double) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
- divide(Number) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
- divide(NumberColumn) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
- DoubleArrays - Class in tech.tablesaw.util
-
Utility functions for creating 2D double arrays from columns and other arrays
- DoubleArrays() - Constructor for class tech.tablesaw.util.DoubleArrays
-
- DoubleBiPredicate - Interface in tech.tablesaw.filtering.predicates
-
- DoubleColumn - Class in tech.tablesaw.api
-
A column in a base table that contains double precision floating point values
- DoubleIndex - Class in tech.tablesaw.index
-
An index for double-precision 64-bit IEEE 754 floating point columns.
- DoubleIndex(NumberColumn) - Constructor for class tech.tablesaw.index.DoubleIndex
-
- DoubleRangeIterable - Class in tech.tablesaw.columns.numbers.fillers
-
- DoubleRangePredicate - Interface in tech.tablesaw.filtering.predicates
-
- doWithRowPairs(Consumer<Table.RowPair>) - Method in class tech.tablesaw.api.Table
-
Applies the function in pairs
to each consecutive pairs of rows in the table
- doWithRows(Consumer<Row>) - Method in class tech.tablesaw.api.Table
-
Applies the operation in doable
to every row in the table
- doWithRows(Table.Pairs) - Method in class tech.tablesaw.api.Table
-
Applies the function in pairs
to each consecutive pairs of rows in the table
- dropDuplicateRows() - Method in class tech.tablesaw.api.Table
-
Returns the unique records in this table
Note: Uses a lot of memory for a sort
- dropRange(int, int) - Method in class tech.tablesaw.api.Table
-
- dropRows(int...) - Method in class tech.tablesaw.api.Table
-
- dropRowsWithMissingValues() - Method in class tech.tablesaw.api.Table
-
Returns only those records in this table that have no columns with missing values
- dropWhere(Filter) - Method in class tech.tablesaw.api.Table
-
- dropWhere(Selection) - Method in class tech.tablesaw.api.Table
-
- dumpRow(PrintStream) - Method in exception tech.tablesaw.io.csv.AddCellToColumnException
-
Dumps to a PrintStream the information relative to the row that caused the problem
- generateUniformBitmap(int, int) - Static method in interface tech.tablesaw.selection.Selection
-
Returns an randomly generated array of ints of size N where Max is the largest possible value
- geometricMean - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
- geometricMean() - Method in interface tech.tablesaw.api.NumberColumn
-
- geometricMean() - Method in class tech.tablesaw.columns.numbers.Stats
-
- get(double) - Method in class tech.tablesaw.index.DoubleIndex
-
Returns a bitmap containing row numbers of all cells matching the given int
- get(int) - Method in class tech.tablesaw.api.BooleanColumn
-
Returns the value in row i as a Boolean
- get(int) - Method in class tech.tablesaw.api.DateColumn
-
- get(int) - Method in class tech.tablesaw.api.DateTimeColumn
-
- get(int) - Method in class tech.tablesaw.api.DoubleColumn
-
- get(int) - Method in interface tech.tablesaw.api.NumberColumn
-
- get(int) - Method in class tech.tablesaw.api.StringColumn
-
Returns the value at rowIndex in this column.
- get(int) - Method in class tech.tablesaw.api.TimeColumn
-
- get(int) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
- get(int) - Method in class tech.tablesaw.columns.dates.PackedDate
-
- get(int) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- get(int) - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
- get(int) - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- get(int) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
- get(int) - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- get(int) - Method in class tech.tablesaw.columns.times.PackedTime
-
- get(int) - Method in interface tech.tablesaw.columns.times.TimeFilters
-
- get(int) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
-
- get(int) - Method in class tech.tablesaw.index.IntIndex
-
Returns a bitmap containing row numbers of all cells matching the given int
- get(int) - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
- get(int) - Method in interface tech.tablesaw.selection.Selection
-
Returns the value of the ith element.
- get(int) - Method in class tech.tablesaw.table.TableSliceGroup
-
- get(int, int) - Method in class tech.tablesaw.api.Table
-
Returns a string representation of the value at the given row and column indexes
- get(int, int) - Method in class tech.tablesaw.table.Projection
-
- get(int, int) - Method in class tech.tablesaw.table.Relation
-
Returns a String representing the value found at column index c and row index r
- get(int, int) - Method in class tech.tablesaw.table.TableSlice
-
- get(int, String) - Method in class tech.tablesaw.api.Table
-
Returns a string representation of the value at the given row and column indexes
- get(long) - Method in class tech.tablesaw.index.LongIndex
-
Returns a bitmap containing row numbers of all cells matching the given long
- get(String) - Method in class tech.tablesaw.index.CategoryIndex
-
Returns a bitmap containing row numbers of all cells matching the given int
- get(LocalDate) - Method in class tech.tablesaw.index.IntIndex
-
- get(LocalDateTime) - Method in class tech.tablesaw.index.LongIndex
-
- get(LocalTime) - Method in class tech.tablesaw.index.IntIndex
-
- getBOM() - Method in class tech.tablesaw.io.UnicodeBOMInputStream
-
Returns the BOM
that was detected in the wrapped
InputStream
object.
- getBoolean(String) - Method in class tech.tablesaw.api.Row
-
- getByte(int) - Method in class tech.tablesaw.api.BooleanColumn
-
Returns the value in row i as a byte (0, 1, or Byte.MIN_VALUE representing missing data)
- getBytes() - Method in class tech.tablesaw.io.UnicodeBOMInputStream.BOM
-
Returns the bytes corresponding to this BOM
value.
- getChain(Table, Sort) - Static method in class tech.tablesaw.sorting.SortUtils
-
Returns a comparator chain for sorting according to the given key
- getColumnIndex() - Method in exception tech.tablesaw.io.csv.AddCellToColumnException
-
Returns the index of the column that threw the Exception
- getColumnName() - Method in class tech.tablesaw.columns.ColumnReference
-
- getColumnName() - Method in exception tech.tablesaw.io.csv.AddCellToColumnException
-
Returns the name of the column that caused the Exception
- getColumnNames() - Method in exception tech.tablesaw.io.csv.AddCellToColumnException
-
Returns the column names array
- getComparator(Table, Sort) - Static method in class tech.tablesaw.sorting.SortUtils
-
Returns a comparator that can be used to sort the records in this table according to the given sort key
- getDate(String) - Method in class tech.tablesaw.api.Row
-
- getDateFormatter(String) - Static method in class tech.tablesaw.io.TypeUtils
-
Returns the first DateTimeFormatter to parse the string, which represents a DATE
- getDateTime(String) - Method in class tech.tablesaw.api.Row
-
- getDateTimeFormatter(String) - Static method in class tech.tablesaw.io.TypeUtils
-
Returns the first DateTimeFormatter to parse the string, which represents a DATE_TIME
- getDayOfMonth() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- getDayOfMonth(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- getDayOfMonth(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- getDayOfWeek() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- getDayOfWeek() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- getDayOfWeek(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- getDayOfWeek(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- getDayOfYear() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- getDayOfYear() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- getDayOfYear(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- getDayOfYear(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- getDouble(int) - Method in class tech.tablesaw.api.BooleanColumn
-
- getDouble(int) - Method in class tech.tablesaw.api.DateColumn
-
- getDouble(int) - Method in class tech.tablesaw.api.DateTimeColumn
-
- getDouble(int) - Method in class tech.tablesaw.api.DoubleColumn
-
- getDouble(int) - Method in interface tech.tablesaw.api.NumberColumn
-
- getDouble(int) - Method in class tech.tablesaw.api.StringColumn
-
- getDouble(int) - Method in class tech.tablesaw.api.TimeColumn
-
- getDouble(int) - Method in interface tech.tablesaw.columns.Column
-
Returns a double representation of the value at the given row.
- getDouble(String) - Method in class tech.tablesaw.api.Row
-
- getDummies() - Method in class tech.tablesaw.api.StringColumn
-
Returns a list of boolean columns suitable for use as dummy variables in, for example, regression analysis,
select a column of categorical data must be encoded as a list of columns, such that each column represents
a single category and indicates whether it is present (1) or not present (0)
- getFirst() - Method in class tech.tablesaw.api.Table.RowPair
-
- getHour() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- getHour(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- getHour(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- getInt(String) - Method in class tech.tablesaw.api.Row
-
- getIntInternal(int) - Method in class tech.tablesaw.api.DateColumn
-
- getIntInternal(int) - Method in class tech.tablesaw.api.TimeColumn
-
- getIntInternal(int) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
- getIntInternal(int) - Method in interface tech.tablesaw.columns.times.TimeFilters
-
Returns the packed time representation of the value at index
- getIntInternal(int) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
-
- getLong(int) - Method in class tech.tablesaw.api.DoubleColumn
-
Returns the value of the ith element rounded to the nearest long
- getLong(int) - Method in interface tech.tablesaw.api.NumberColumn
-
- getLongInternal(int) - Method in class tech.tablesaw.api.DateTimeColumn
-
- getLongInternal(int) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- getLongInternal(int) - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
- getMillisecondOfDay() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- getMillisecondOfDay(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- getMillisecondOfDay(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- getMillisecondOfMinute() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- getMillisecondOfMinute(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- getMillisecondOfMinute(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- getMilliseconds(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- getMinute() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- getMinute(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- getMinute(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- getMinuteOfDay() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- getMinuteOfDay(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- getMinuteOfDay(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- getMissingValue() - Method in enum tech.tablesaw.api.ColumnType
-
- getMonth() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- getMonth() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- getMonth(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- getMonth(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- getMonthValue() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- getMonthValue() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- getMonthValue(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- getMonthValue(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- getNano(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- getPackedDate(String) - Method in class tech.tablesaw.api.Row
-
- getPackedDateTime(String) - Method in class tech.tablesaw.api.Row
-
- getPackedTime(String) - Method in class tech.tablesaw.api.Row
-
- getPackedValue() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- getPackedValue() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- getPackedValue() - Method in class tech.tablesaw.columns.times.PackedTime
-
- getPrinterFriendlyName() - Method in enum tech.tablesaw.api.ColumnType
-
- getPrintFormatter() - Method in class tech.tablesaw.api.BooleanColumn
-
- getPrintFormatter() - Method in class tech.tablesaw.api.StringColumn
-
- getQuarter() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- getQuarter() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
Returns the quarter of the year of the given date as an int from 1 to 4, or -1, if the argument is the
MISSING_VALUE for DateTimeColumn
- getQuarter(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
Returns the quarter of the year of the given date as an int from 1 to 4, or -1, if the argument is the
MISSING_VALUE for DateColumn
- getQuarter(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
Returns the quarter of the year of the given date as an int from 1 to 4, or -1, if the argument is the
MISSING_VALUE for DateTimeColumn
- getRowNumber() - Method in class tech.tablesaw.api.Row
-
- getRowNumber() - Method in exception tech.tablesaw.io.csv.AddCellToColumnException
-
Returns the number of the row that caused the Exception to be thrown
- getSecond() - Method in class tech.tablesaw.api.Table.RowPair
-
- getSecond() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- getSecond(int) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- getSecond(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- getSecond(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- getSecondOfDay() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- getSecondOfDay(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- getSecondOfDay(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- getSlices() - Method in class tech.tablesaw.table.TableSliceGroup
-
- getSourceTable() - Method in class tech.tablesaw.table.TableSliceGroup
-
- getString(int) - Method in class tech.tablesaw.api.BooleanColumn
-
- getString(int) - Method in class tech.tablesaw.api.DateColumn
-
- getString(int) - Method in class tech.tablesaw.api.DateTimeColumn
-
- getString(int) - Method in class tech.tablesaw.api.DoubleColumn
-
- getString(int) - Method in interface tech.tablesaw.api.NumberColumn
-
- getString(int) - Method in class tech.tablesaw.api.StringColumn
-
- getString(int) - Method in class tech.tablesaw.api.TimeColumn
-
- getString(int) - Method in interface tech.tablesaw.columns.Column
-
Returns a string representation of the value at the given row.
- getString(String) - Method in class tech.tablesaw.api.Row
-
- getTime(String) - Method in class tech.tablesaw.api.Row
-
- getTimeFormatter(String) - Static method in class tech.tablesaw.io.TypeUtils
-
Returns the first DateTimeFormatter to parse the string, which represents a TIME
- getUnformatted(int, int) - Method in class tech.tablesaw.api.Table
-
Returns a string representation of the value at the given row and column indexes
- getUnformatted(int, int) - Method in class tech.tablesaw.table.Relation
-
- getUnformattedString(int) - Method in class tech.tablesaw.api.BooleanColumn
-
- getUnformattedString(int) - Method in class tech.tablesaw.api.DateColumn
-
- getUnformattedString(int) - Method in class tech.tablesaw.api.DateTimeColumn
-
- getUnformattedString(int) - Method in class tech.tablesaw.api.DoubleColumn
-
- getUnformattedString(int) - Method in interface tech.tablesaw.api.NumberColumn
-
- getUnformattedString(int) - Method in class tech.tablesaw.api.StringColumn
-
- getUnformattedString(int) - Method in class tech.tablesaw.api.TimeColumn
-
- getUnformattedString(int) - Method in interface tech.tablesaw.columns.Column
-
- getValues(IntArrayList) - Method in class tech.tablesaw.api.StringColumn
-
Returns all the values associated with the given indexes.
- getWeekOfYear() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- getWeekOfYear(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- getWeekOfYear(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- getYear() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- getYear() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- getYear(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- getYear(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- greaterThan(double) - Method in class tech.tablesaw.index.DoubleIndex
-
- greaterThan(int) - Method in class tech.tablesaw.index.IntIndex
-
- greaterThan(long) - Method in class tech.tablesaw.index.LongIndex
-
- greaterThan(LocalDate) - Method in class tech.tablesaw.index.IntIndex
-
- greaterThan(LocalDateTime) - Method in class tech.tablesaw.index.LongIndex
-
- greaterThan(LocalTime) - Method in class tech.tablesaw.index.IntIndex
-
- GreaterThan - Class in tech.tablesaw.columns.numbers.filters
-
- GreaterThan(ColumnReference, Number) - Constructor for class tech.tablesaw.columns.numbers.filters.GreaterThan
-
- GreaterThanOrEqualTo - Class in tech.tablesaw.columns.numbers.filters
-
- GreaterThanOrEqualTo(ColumnReference, Number) - Constructor for class tech.tablesaw.columns.numbers.filters.GreaterThanOrEqualTo
-
- indexColumn(String, int, int) - Static method in class tech.tablesaw.api.DoubleColumn
-
Returns a new numeric column initialized with the given name and size.
- initializeWith(IntArrayList, StringColumn) - Method in class tech.tablesaw.api.StringColumn
-
Initializes this Column with the given values for performance
- inner(Table, String) - Method in class tech.tablesaw.joining.DataFrameJoiner
-
Joins the joiner to the table2, using the given column for the second table and returns the resulting table
- inRange(int, int) - Method in class tech.tablesaw.api.Table
-
- inRange(int, int) - Method in interface tech.tablesaw.columns.Column
-
Returns a column containing the rows in this column beginning with start inclusive, and ending with end exclusive
- insertColumn(int, Column) - Method in class tech.tablesaw.api.Table
-
Adds the given column to this table at the given position in the column list
- instance() - Static method in class tech.tablesaw.sorting.comparators.DescendingIntComparator
-
- instance() - Static method in class tech.tablesaw.sorting.comparators.DescendingLongComparator
-
- IntBiPredicate - Interface in tech.tablesaw.filtering.predicates
-
- IntComparatorChain - Class in tech.tablesaw.sorting.comparators
-
- IntComparatorChain(IntComparator) - Constructor for class tech.tablesaw.sorting.comparators.IntComparatorChain
-
- IntConvertibleColumn - Interface in tech.tablesaw.api
-
- IntIndex - Class in tech.tablesaw.index
-
An index for four-byte integer and integer backed columns (date, category, time)
- IntIndex(DateColumn) - Constructor for class tech.tablesaw.index.IntIndex
-
- IntIndex(TimeColumn) - Constructor for class tech.tablesaw.index.IntIndex
-
- intIterator() - Method in class tech.tablesaw.api.DateColumn
-
- intIterator() - Method in class tech.tablesaw.api.TimeColumn
-
- ints() - Static method in class tech.tablesaw.columns.numbers.NumberColumnFormatter
-
- intsWithGrouping() - Static method in class tech.tablesaw.columns.numbers.NumberColumnFormatter
-
- isAfter(int) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isAfter(int) - Method in interface tech.tablesaw.columns.times.TimeFilters
-
- isAfter(int, int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isAfter(int, int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- isAfter(long) - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isAfter(long, long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- isAfter(LocalDate) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isAfter(LocalDate) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isAfter(LocalDate) - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isAfter(LocalDate) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isAfter(LocalDate) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isAfter(LocalDateTime) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isAfter(LocalDateTime) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isAfter(LocalDateTime) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isAfter(LocalDateTime) - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isAfter(LocalTime) - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- isAfter(LocalTime) - Method in interface tech.tablesaw.columns.times.TimeFilters
-
- isAfter(DateColumn) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isAfter(DateColumn) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isAfter(DateTimeColumn) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isAfter(DateTimeColumn) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isAfter(TimeColumn) - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- isAfter(TimeColumn) - Method in interface tech.tablesaw.columns.times.TimeFilters
-
Returns a bitmap flagging the records for which the value in this column is after the value in the given
column
Columnwise isEqualTo.
- isAfter(DateColumnReference) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isAfter(DateTimeColumnReference) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isAfter(TimeColumnReference) - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- IsAfter - Class in tech.tablesaw.columns.dates.filters
-
- IsAfter - Class in tech.tablesaw.columns.datetimes.filters
-
- IsAfter - Class in tech.tablesaw.columns.times.filters
-
- IsAfter(ColumnReference, int) - Constructor for class tech.tablesaw.columns.dates.filters.IsAfter
-
- IsAfter(ColumnReference, LocalDate) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsAfter
-
- IsAfter(ColumnReference, LocalDateTime) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsAfter
-
- IsAfter(ColumnReference, LocalTime) - Constructor for class tech.tablesaw.columns.times.filters.IsAfter
-
- isAfterNoon() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isAfterNoon() - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- isAfterNoon() - Method in interface tech.tablesaw.columns.times.TimeFilters
-
Applies a function to every value in this column that returns true if the time is in the PM or "after noon".
- IsAfterNoon - Class in tech.tablesaw.columns.times.filters
-
- IsAfterNoon(ColumnReference) - Constructor for class tech.tablesaw.columns.times.filters.IsAfterNoon
-
- isAlpha - Static variable in class tech.tablesaw.columns.strings.StringPredicates
-
- isAlpha() - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- isAlpha() - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- IsAlpha - Class in tech.tablesaw.columns.strings.filters
-
A filtering that selects cells in which all text are letters
- IsAlpha(StringColumnReference) - Constructor for class tech.tablesaw.columns.strings.filters.IsAlpha
-
- isAlphaNumeric - Static variable in class tech.tablesaw.columns.strings.StringPredicates
-
- isAlphaNumeric() - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- isAlphaNumeric() - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- IsAlphaNumeric - Class in tech.tablesaw.columns.strings.filters
-
A filtering that selects cells in which all text is alphanumeric
- IsAlphaNumeric(StringColumnReference) - Constructor for class tech.tablesaw.columns.strings.filters.IsAlphaNumeric
-
- isBefore(int) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isBefore(int) - Method in interface tech.tablesaw.columns.times.TimeFilters
-
- isBefore(int, int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isBefore(int, int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- isBefore(long) - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isBefore(long, long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- isBefore(LocalDate) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isBefore(LocalDate) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isBefore(LocalDate) - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isBefore(LocalDate) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isBefore(LocalDate) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isBefore(LocalDateTime) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isBefore(LocalDateTime) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isBefore(LocalDateTime) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isBefore(LocalDateTime) - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isBefore(LocalTime) - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- isBefore(LocalTime) - Method in interface tech.tablesaw.columns.times.TimeFilters
-
- isBefore(DateColumn) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isBefore(DateColumn) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isBefore(DateTimeColumn) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isBefore(DateTimeColumn) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isBefore(TimeColumn) - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- isBefore(TimeColumn) - Method in interface tech.tablesaw.columns.times.TimeFilters
-
Returns a bitmap flagging the records for which the value in this column is before the value in the given
column
Columnwise isEqualTo.
- isBefore(DateColumnReference) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isBefore(DateTimeColumnReference) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isBefore(TimeColumnReference) - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- IsBefore - Class in tech.tablesaw.columns.dates.filters
-
- IsBefore - Class in tech.tablesaw.columns.datetimes.filters
-
- IsBefore - Class in tech.tablesaw.columns.times.filters
-
- IsBefore(ColumnReference, int) - Constructor for class tech.tablesaw.columns.dates.filters.IsBefore
-
- IsBefore(ColumnReference, LocalDate) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsBefore
-
- IsBefore(ColumnReference, LocalDateTime) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsBefore
-
- IsBefore(ColumnReference, LocalTime) - Constructor for class tech.tablesaw.columns.times.filters.IsBefore
-
- isBeforeNoon() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isBeforeNoon() - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- isBeforeNoon() - Method in interface tech.tablesaw.columns.times.TimeFilters
-
Applies a function to every value in this column that returns true if the time is in the AM or "before noon".
- IsBeforeNoon - Class in tech.tablesaw.columns.times.filters
-
- IsBeforeNoon(ColumnReference) - Constructor for class tech.tablesaw.columns.times.filters.IsBeforeNoon
-
- isBetweenExcluding(int, int) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isBetweenExcluding(long, long) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isBetweenExcluding(LocalDate, LocalDate) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isBetweenExcluding(LocalDate, LocalDate) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isBetweenExcluding(LocalDateTime, LocalDateTime) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isBetweenExcluding(LocalDateTime, LocalDateTime) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isBetweenExclusive - Static variable in interface tech.tablesaw.columns.numbers.NumberPredicates
-
- isBetweenExclusive(double, Number) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isBetweenExclusive(Number, Number) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isBetweenIncluding(int, int) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isBetweenIncluding(long, long) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isBetweenIncluding(LocalDate, LocalDate) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isBetweenIncluding(LocalDate, LocalDate) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isBetweenIncluding(LocalDateTime, LocalDateTime) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isBetweenIncluding(LocalDateTime, LocalDateTime) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isBetweenInclusive - Static variable in interface tech.tablesaw.columns.numbers.NumberPredicates
-
- isBetweenInclusive(double, Number) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isBetweenInclusive(Number, Number) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isCloseTo(double, double) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isCloseTo(Number, Number) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- IsCloseTo - Class in tech.tablesaw.columns.numbers.filters
-
- IsCloseTo(ColumnReference, double, double) - Constructor for class tech.tablesaw.columns.numbers.filters.IsCloseTo
-
- isCompatibleWith(ColumnType) - Method in class tech.tablesaw.aggregate.AggregateFunction
-
- isCompatibleWith(ColumnType) - Method in class tech.tablesaw.aggregate.BooleanAggregateFunction
-
- isCompatibleWith(ColumnType) - Method in class tech.tablesaw.aggregate.DateAggregateFunction
-
- isCompatibleWith(ColumnType) - Method in class tech.tablesaw.aggregate.DateTimeAggregateFunction
-
- isCompatibleWith(ColumnType) - Method in class tech.tablesaw.aggregate.NumericAggregateFunction
-
- isCompatibleWith(ColumnType) - Method in class tech.tablesaw.aggregate.StringAggregateFunction
-
- isCompatibleWith(ColumnType) - Method in class tech.tablesaw.aggregate.TimeAggregateFunction
-
- isDayOfWeek(int, DayOfWeek) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isEmpty - Static variable in class tech.tablesaw.columns.strings.StringPredicates
-
- isEmpty() - Method in class tech.tablesaw.api.BooleanColumn
-
- isEmpty() - Method in class tech.tablesaw.api.DateColumn
-
- isEmpty() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isEmpty() - Method in class tech.tablesaw.api.DoubleColumn
-
- isEmpty() - Method in interface tech.tablesaw.api.NumberColumn
-
- isEmpty() - Method in class tech.tablesaw.api.StringColumn
-
- isEmpty() - Method in class tech.tablesaw.api.TimeColumn
-
- isEmpty() - Method in interface tech.tablesaw.columns.Column
-
Returns true if the column has no data
- isEmpty() - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
- isEmpty() - Method in interface tech.tablesaw.selection.Selection
-
- isEmpty() - Method in class tech.tablesaw.sorting.Sort
-
- isEmpty() - Method in class tech.tablesaw.table.Relation
-
- isEmptyString() - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- isEmptyString() - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- IsEmptyString - Class in tech.tablesaw.columns.strings.filters
-
A filtering that selects cells in which the text is empty
- IsEmptyString(StringColumnReference) - Constructor for class tech.tablesaw.columns.strings.filters.IsEmptyString
-
- isEqualTo - Static variable in class tech.tablesaw.columns.DateAndTimePredicates
-
- isEqualTo - Static variable in class tech.tablesaw.columns.datetimes.DateTimePredicates
-
- isEqualTo - Static variable in interface tech.tablesaw.columns.numbers.NumberPredicates
-
- isEqualTo - Static variable in class tech.tablesaw.columns.strings.StringPredicates
-
- isEqualTo(double) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isEqualTo(int) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isEqualTo(int, int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isEqualTo(int, int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- isEqualTo(long) - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isEqualTo(long, long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- isEqualTo(Number) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isEqualTo(String) - Method in class tech.tablesaw.api.StringColumn
-
- isEqualTo(String) - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- isEqualTo(String) - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- isEqualTo(LocalDate) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isEqualTo(LocalDate) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isEqualTo(LocalDateTime) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isEqualTo(LocalDateTime) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isEqualTo(LocalDateTime) - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isEqualTo(LocalTime) - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- isEqualTo(LocalTime) - Method in interface tech.tablesaw.columns.times.TimeFilters
-
- isEqualTo(BooleanColumn) - Method in class tech.tablesaw.api.BooleanColumn
-
- isEqualTo(DateColumn) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isEqualTo(DateColumn) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
Returns a bitmap flagging the records for which the value in this column is equal to the value in the given
column
Columnwise isEqualTo.
- isEqualTo(DateTimeColumn) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isEqualTo(DateTimeColumn) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isEqualTo(NumberColumn) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isEqualTo(NumberColumn) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isEqualTo(StringColumn) - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- isEqualTo(StringColumn) - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- isEqualTo(TimeColumn) - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- isEqualTo(TimeColumn) - Method in interface tech.tablesaw.columns.times.TimeFilters
-
Returns a bitmap flagging the records for which the value in this column is equal to the value in the given
column
Columnwise isEqualTo.
- isEqualTo(DateColumnReference) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isEqualTo(DateTimeColumnReference) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isEqualTo(NumberColumnReference) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isEqualTo(StringColumnReference) - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- isEqualTo(TimeColumnReference) - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- isEqualToIgnoringCase - Static variable in class tech.tablesaw.columns.strings.StringPredicates
-
- isFalse() - Method in class tech.tablesaw.api.BooleanColumn
-
- isFalse() - Method in class tech.tablesaw.columns.booleans.BooleanColumnReference
-
- isFalse(Filter) - Static method in class tech.tablesaw.filtering.composite.IsFalse
-
- IsFalse - Class in tech.tablesaw.columns.booleans.filters
-
- IsFalse - Class in tech.tablesaw.filtering.composite
-
A boolean filtering, returns true if the filtering it wraps returns false, and vice-versa.
- IsFalse(ColumnReference) - Constructor for class tech.tablesaw.columns.booleans.filters.IsFalse
-
- isFirstDayOfMonth() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isFirstDayOfMonth() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isFirstDayOfMonth() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isFirstDayOfMonth() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isFirstDayOfMonth() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isFirstDayOfMonth() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isFirstDayOfMonth(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isFirstDayOfMonth(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsFirstDayOfTheMonth - Class in tech.tablesaw.columns.datetimes.filters
-
- IsFirstDayOfTheMonth(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsFirstDayOfTheMonth
-
- isFriday() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isFriday() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isFriday() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isFriday() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isFriday() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isFriday() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isFriday(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isFriday(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsFriday - Class in tech.tablesaw.columns.datetimes.filters
-
- IsFriday(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsFriday
-
- isGreaterThan - Static variable in class tech.tablesaw.columns.DateAndTimePredicates
-
- isGreaterThan - Static variable in class tech.tablesaw.columns.datetimes.DateTimePredicates
-
- isGreaterThan - Static variable in interface tech.tablesaw.columns.numbers.NumberPredicates
-
- isGreaterThan(double) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isGreaterThan(Number) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isGreaterThan(NumberColumn) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isGreaterThan(NumberColumn) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isGreaterThan(NumberColumnReference) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isGreaterThanOrEqualTo - Static variable in class tech.tablesaw.columns.DateAndTimePredicates
-
- isGreaterThanOrEqualTo - Static variable in class tech.tablesaw.columns.datetimes.DateTimePredicates
-
- isGreaterThanOrEqualTo - Static variable in interface tech.tablesaw.columns.numbers.NumberPredicates
-
- isGreaterThanOrEqualTo(double) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isGreaterThanOrEqualTo(Number) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isGreaterThanOrEqualTo(NumberColumn) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isGreaterThanOrEqualTo(NumberColumn) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isGreaterThanOrEqualTo(NumberColumnReference) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isIn(double...) - Method in class tech.tablesaw.api.DoubleColumn
-
- isIn(double...) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isIn(double...) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isIn(Number...) - Method in class tech.tablesaw.api.DoubleColumn
-
- isIn(Number...) - Method in interface tech.tablesaw.api.NumberColumn
-
- isIn(Number...) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isIn(String...) - Method in class tech.tablesaw.api.StringColumn
-
- isIn(String...) - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- isIn(String...) - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- isIn(Collection<String>) - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- isIn(List<String>) - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- IsIn - Class in tech.tablesaw.columns.numbers.filters
-
Implements EqualTo testing for Number Columns
- IsIn - Class in tech.tablesaw.columns.strings.filters
-
Implements EqualTo testing for Category and Text Columns
- IsIn(ColumnReference, double...) - Constructor for class tech.tablesaw.columns.numbers.filters.IsIn
-
- IsIn(ColumnReference, List<Number>) - Constructor for class tech.tablesaw.columns.numbers.filters.IsIn
-
- IsIn(StringColumnReference, String...) - Constructor for class tech.tablesaw.columns.strings.filters.IsIn
-
- IsIn(StringColumnReference, Collection<String>) - Constructor for class tech.tablesaw.columns.strings.filters.IsIn
-
- isInApril() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isInApril() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isInApril() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isInApril() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isInApril() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isInApril() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isInApril(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isInApril(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsInApril - Class in tech.tablesaw.columns.datetimes.filters
-
- IsInApril(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsInApril
-
- isInAugust() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isInAugust() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isInAugust() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isInAugust() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isInAugust() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isInAugust() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isInAugust(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isInAugust(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsInAugust - Class in tech.tablesaw.columns.datetimes.filters
-
- IsInAugust(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsInAugust
-
- isInDecember() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isInDecember() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isInDecember() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isInDecember() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isInDecember() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isInDecember() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isInDecember(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isInDecember(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsInDecember - Class in tech.tablesaw.columns.datetimes.filters
-
- IsInDecember(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsInDecember
-
- isInFebruary() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isInFebruary() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isInFebruary() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isInFebruary() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isInFebruary() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isInFebruary() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isInFebruary(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isInFebruary(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsInFebruary - Class in tech.tablesaw.columns.datetimes.filters
-
- IsInFebruary(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsInFebruary
-
- isInJanuary() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isInJanuary() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isInJanuary() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isInJanuary() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isInJanuary() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isInJanuary() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isInJanuary(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isInJanuary(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsInJanuary - Class in tech.tablesaw.columns.datetimes.filters
-
- IsInJanuary(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsInJanuary
-
- isInJuly() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isInJuly() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isInJuly() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isInJuly() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isInJuly() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isInJuly() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isInJuly(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isInJuly(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsInJuly - Class in tech.tablesaw.columns.datetimes.filters
-
- IsInJuly(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsInJuly
-
- isInJune() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isInJune() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isInJune() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isInJune() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isInJune() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isInJune() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isInJune(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isInJune(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsInJune - Class in tech.tablesaw.columns.datetimes.filters
-
- IsInJune(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsInJune
-
- isInMarch() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isInMarch() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isInMarch() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isInMarch() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isInMarch() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isInMarch() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isInMarch(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isInMarch(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsInMarch - Class in tech.tablesaw.columns.datetimes.filters
-
- IsInMarch(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsInMarch
-
- isInMay() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isInMay() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isInMay() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isInMay() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isInMay() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isInMay() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isInMay(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isInMay(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsInMay - Class in tech.tablesaw.columns.datetimes.filters
-
- IsInMay(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsInMay
-
- isInNovember() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isInNovember() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isInNovember() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isInNovember() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isInNovember() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isInNovember() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isInNovember(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isInNovember(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsInNovember - Class in tech.tablesaw.columns.datetimes.filters
-
- IsInNovember(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsInNovember
-
- isInOctober() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isInOctober() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isInOctober() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isInOctober() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isInOctober() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isInOctober() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isInOctober(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isInOctober(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsInOctober - Class in tech.tablesaw.columns.datetimes.filters
-
- IsInOctober(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsInOctober
-
- isinQ1() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isInQ1() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isInQ1() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isInQ1() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isInQ1() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isInQ1() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isInQ1(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isInQ1(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsInQ1 - Class in tech.tablesaw.columns.datetimes.filters
-
- IsInQ1(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsInQ1
-
- isinQ2() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isInQ2() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isInQ2() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isInQ2() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isInQ2() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isInQ2() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isInQ2(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isInQ2(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsInQ2 - Class in tech.tablesaw.columns.datetimes.filters
-
- IsInQ2(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsInQ2
-
- isInQ3() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isInQ3() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isInQ3() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isInQ3() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isInQ3() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isInQ3() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isInQ3(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isInQ3(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsInQ3 - Class in tech.tablesaw.columns.datetimes.filters
-
- IsInQ3(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsInQ3
-
- isInQ4() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isInQ4() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isInQ4() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isInQ4() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isInQ4() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isInQ4() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isInQ4(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isInQ4(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsInQ4 - Class in tech.tablesaw.columns.datetimes.filters
-
- IsInQ4(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsInQ4
-
- isInSeptember() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isInSeptember() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isInSeptember() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isInSeptember() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isInSeptember() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isInSeptember() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isInSeptember(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isInSeptember(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsInSeptember - Class in tech.tablesaw.columns.datetimes.filters
-
- IsInSeptember(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsInSeptember
-
- isInYear - Static variable in class tech.tablesaw.columns.datetimes.DateTimePredicates
-
- isInYear(int) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isInYear(int) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isInYear(int) - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isInYear(int) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isInYear(int) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isInYear(int) - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isInYear(int, int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isInYear(long, int) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsInYear - Class in tech.tablesaw.columns.datetimes.filters
-
- IsInYear(ColumnReference, int) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsInYear
-
- isLastDayOfMonth() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isLastDayOfMonth() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isLastDayOfMonth() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isLastDayOfMonth() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isLastDayOfMonth() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isLastDayOfMonth() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isLastDayOfMonth(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isLastDayOfMonth(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsLastDayOfTheMonth - Class in tech.tablesaw.columns.datetimes.filters
-
- IsLastDayOfTheMonth(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsLastDayOfTheMonth
-
- isLeapYear() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isLeapYear() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isLeapYear(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isLeapYear(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- isLessThan - Static variable in class tech.tablesaw.columns.DateAndTimePredicates
-
- isLessThan - Static variable in class tech.tablesaw.columns.datetimes.DateTimePredicates
-
- isLessThan - Static variable in interface tech.tablesaw.columns.numbers.NumberPredicates
-
- isLessThan(double) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isLessThan(Number) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isLessThan(NumberColumn) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isLessThan(NumberColumn) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isLessThan(NumberColumnReference) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isLessThanOrEqualTo - Static variable in class tech.tablesaw.columns.DateAndTimePredicates
-
- isLessThanOrEqualTo - Static variable in class tech.tablesaw.columns.datetimes.DateTimePredicates
-
- isLessThanOrEqualTo - Static variable in interface tech.tablesaw.columns.numbers.NumberPredicates
-
- isLessThanOrEqualTo(double) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isLessThanOrEqualTo(Number) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isLessThanOrEqualTo(NumberColumn) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isLessThanOrEqualTo(NumberColumn) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isLessThanOrEqualTo(NumberColumnReference) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isLongerThan - Static variable in class tech.tablesaw.columns.strings.StringPredicates
-
- isLongerThan(int) - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- isLongerThan(int) - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- IsLongerThan - Class in tech.tablesaw.columns.strings.filters
-
A filtering that selects cells in which all text is longer than the given length
- IsLongerThan(StringColumnReference, int) - Constructor for class tech.tablesaw.columns.strings.filters.IsLongerThan
-
- isLowerCase - Static variable in class tech.tablesaw.columns.strings.StringPredicates
-
- isLowerCase() - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- isLowerCase() - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- IsLowerCase - Class in tech.tablesaw.columns.strings.filters
-
A filtering that selects cells in which all text is lowercase
- IsLowerCase(StringColumnReference) - Constructor for class tech.tablesaw.columns.strings.filters.IsLowerCase
-
- isMidnight() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isMidnight() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isMidnight() - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- isMidnight() - Method in interface tech.tablesaw.columns.times.TimeFilters
-
- isMidnight(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- isMidnight(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsMidnight - Class in tech.tablesaw.columns.times.filters
-
- IsMidnight(ColumnReference) - Constructor for class tech.tablesaw.columns.times.filters.IsMidnight
-
- isMissing - Static variable in interface tech.tablesaw.columns.booleans.BooleanColumnUtils
-
- isMissing - Static variable in class tech.tablesaw.columns.DateAndTimePredicates
-
- isMissing - Static variable in class tech.tablesaw.columns.datetimes.DateTimePredicates
-
- isMissing - Static variable in interface tech.tablesaw.columns.numbers.NumberPredicates
-
- isMissing - Static variable in class tech.tablesaw.columns.strings.StringPredicates
-
- isMissing() - Method in class tech.tablesaw.api.BooleanColumn
-
- isMissing() - Method in class tech.tablesaw.api.TimeColumn
-
- isMissing() - Method in interface tech.tablesaw.columns.Column
-
- isMissing() - Method in class tech.tablesaw.columns.ColumnReference
-
- isMissing() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isMissing() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isMissing() - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isMissing() - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isMissing() - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- isMissing(int) - Method in class tech.tablesaw.api.BooleanColumn
-
- isMissing(int) - Method in class tech.tablesaw.api.DateColumn
-
- isMissing(int) - Method in class tech.tablesaw.api.DateTimeColumn
-
- isMissing(int) - Method in class tech.tablesaw.api.DoubleColumn
-
- isMissing(int) - Method in interface tech.tablesaw.api.NumberColumn
-
- isMissing(int) - Method in class tech.tablesaw.api.StringColumn
-
- isMissing(int) - Method in class tech.tablesaw.api.TimeColumn
-
- isMissing(int) - Method in interface tech.tablesaw.columns.Column
-
- IsMissing - Class in tech.tablesaw.filtering
-
A filtering that matches all missing values in a column
- IsMissing(ColumnReference) - Constructor for class tech.tablesaw.filtering.IsMissing
-
- isMonday() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isMonday() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isMonday() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isMonday() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isMonday() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isMonday() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isMonday(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isMonday(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsMonday - Class in tech.tablesaw.columns.datetimes.filters
-
- IsMonday(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsMonday
-
- isNegative - Static variable in interface tech.tablesaw.columns.numbers.NumberPredicates
-
- isNegative() - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isNegative() - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- IsNegative - Class in tech.tablesaw.columns.numbers.filters
-
- IsNegative(ColumnReference) - Constructor for class tech.tablesaw.columns.numbers.filters.IsNegative
-
- isNonNegative - Static variable in interface tech.tablesaw.columns.numbers.NumberPredicates
-
- isNonNegative() - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isNonNegative() - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- IsNonNegative - Class in tech.tablesaw.columns.numbers.filters
-
- IsNonNegative(ColumnReference) - Constructor for class tech.tablesaw.columns.numbers.filters.IsNonNegative
-
- isNoon() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isNoon() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isNoon() - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- isNoon() - Method in interface tech.tablesaw.columns.times.TimeFilters
-
- isNoon(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- isNoon(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsNoon - Class in tech.tablesaw.columns.times.filters
-
- IsNoon(ColumnReference) - Constructor for class tech.tablesaw.columns.times.filters.IsNoon
-
- isNotEqualTo - Static variable in class tech.tablesaw.columns.DateAndTimePredicates
-
- isNotEqualTo - Static variable in class tech.tablesaw.columns.datetimes.DateTimePredicates
-
- isNotEqualTo - Static variable in interface tech.tablesaw.columns.numbers.NumberPredicates
-
- isNotEqualTo - Static variable in class tech.tablesaw.columns.strings.StringPredicates
-
- isNotEqualTo(double) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isNotEqualTo(Number) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isNotEqualTo(String) - Method in class tech.tablesaw.api.StringColumn
-
- isNotEqualTo(String) - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- isNotEqualTo(LocalDateTime) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isNotEqualTo(LocalDateTime) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isNotEqualTo(LocalTime) - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- isNotEqualTo(LocalTime) - Method in interface tech.tablesaw.columns.times.TimeFilters
-
- isNotEqualTo(DateColumn) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isNotEqualTo(DateColumn) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isNotEqualTo(DateTimeColumn) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isNotEqualTo(DateTimeColumn) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isNotEqualTo(NumberColumn) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isNotEqualTo(NumberColumn) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isNotEqualTo(StringColumn) - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- isNotEqualTo(StringColumn) - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- isNotEqualTo(TimeColumn) - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- isNotEqualTo(TimeColumn) - Method in interface tech.tablesaw.columns.times.TimeFilters
-
Returns a bitmap flagging the records for which the value in this column is NOT equal to the value in the given
column
Columnwise isEqualTo.
- isNotEqualTo(DateColumnReference) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isNotEqualTo(DateTimeColumnReference) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isNotEqualTo(NumberColumnReference) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isNotEqualTo(StringColumnReference) - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- isNotEqualTo(TimeColumnReference) - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- isNotIn(double...) - Method in class tech.tablesaw.api.DoubleColumn
-
- isNotIn(double...) - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isNotIn(double...) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isNotIn(Number...) - Method in class tech.tablesaw.api.DoubleColumn
-
- isNotIn(Number...) - Method in interface tech.tablesaw.api.NumberColumn
-
- isNotIn(Number...) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isNotIn(String...) - Method in class tech.tablesaw.api.StringColumn
-
- isNotIn(String...) - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- isNotIn(String...) - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- isNotIn(Collection<String>) - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- isNotIn(List<String>) - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- IsNotIn - Class in tech.tablesaw.columns.numbers.filters
-
Implements EqualTo testing for Number Columns
- IsNotIn - Class in tech.tablesaw.columns.strings.filters
-
Implements NotEqualTo testing for Category and Text Columns
- IsNotIn(ColumnReference, double...) - Constructor for class tech.tablesaw.columns.numbers.filters.IsNotIn
-
- IsNotIn(ColumnReference, List<Number>) - Constructor for class tech.tablesaw.columns.numbers.filters.IsNotIn
-
- IsNotIn(StringColumnReference, String...) - Constructor for class tech.tablesaw.columns.strings.filters.IsNotIn
-
- IsNotIn(StringColumnReference, Collection<String>) - Constructor for class tech.tablesaw.columns.strings.filters.IsNotIn
-
- isNotMissing - Static variable in interface tech.tablesaw.columns.booleans.BooleanColumnUtils
-
- isNotMissing - Static variable in class tech.tablesaw.columns.DateAndTimePredicates
-
- isNotMissing - Static variable in class tech.tablesaw.columns.datetimes.DateTimePredicates
-
- isNotMissing - Static variable in interface tech.tablesaw.columns.numbers.NumberPredicates
-
- isNotMissing - Static variable in class tech.tablesaw.columns.strings.StringPredicates
-
- isNotMissing() - Method in class tech.tablesaw.api.BooleanColumn
-
- isNotMissing() - Method in class tech.tablesaw.api.TimeColumn
-
- isNotMissing() - Method in interface tech.tablesaw.columns.Column
-
- isNotMissing() - Method in class tech.tablesaw.columns.ColumnReference
-
- isNotMissing() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isNotMissing() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isNotMissing() - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isNotMissing() - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- isNotMissing() - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- IsNotMissing - Class in tech.tablesaw.filtering
-
A filtering that matches all non-missing values in a column
- IsNotMissing(ColumnReference) - Constructor for class tech.tablesaw.filtering.IsNotMissing
-
- isNumeric - Static variable in class tech.tablesaw.columns.strings.StringPredicates
-
- isNumeric() - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- isNumeric() - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- IsNumeric - Class in tech.tablesaw.columns.strings.filters
-
A filtering that selects cells in which all text is numeric
- IsNumeric(StringColumnReference) - Constructor for class tech.tablesaw.columns.strings.filters.IsNumeric
-
- isOnOrAfter(int) - Method in interface tech.tablesaw.columns.times.TimeFilters
-
- isOnOrAfter(int, int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isOnOrAfter(int, int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- isOnOrAfter(long) - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isOnOrAfter(long, long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- isOnOrAfter(LocalDate) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isOnOrAfter(LocalDate) - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isOnOrAfter(LocalDate) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isOnOrAfter(LocalDateTime) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isOnOrAfter(LocalDateTime) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isOnOrAfter(LocalDateTime) - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isOnOrAfter(LocalTime) - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- isOnOrAfter(LocalTime) - Method in interface tech.tablesaw.columns.times.TimeFilters
-
- isOnOrAfter(DateColumn) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isOnOrAfter(DateColumn) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isOnOrAfter(DateTimeColumn) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isOnOrAfter(DateTimeColumn) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isOnOrAfter(DateColumnReference) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isOnOrAfter(DateTimeColumnReference) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- IsOnOrAfter - Class in tech.tablesaw.columns.dates.filters
-
- IsOnOrAfter - Class in tech.tablesaw.columns.datetimes.filters
-
- IsOnOrAfter - Class in tech.tablesaw.columns.times.filters
-
- IsOnOrAfter(ColumnReference, int) - Constructor for class tech.tablesaw.columns.dates.filters.IsOnOrAfter
-
- IsOnOrAfter(ColumnReference, int) - Constructor for class tech.tablesaw.columns.times.filters.IsOnOrAfter
-
- IsOnOrAfter(ColumnReference, long) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsOnOrAfter
-
- IsOnOrAfter(ColumnReference, LocalDateTime) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsOnOrAfter
-
- IsOnOrAfter(ColumnReference, LocalTime) - Constructor for class tech.tablesaw.columns.times.filters.IsOnOrAfter
-
- isOnOrBefore(int) - Method in interface tech.tablesaw.columns.times.TimeFilters
-
- isOnOrBefore(int, int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isOnOrBefore(int, int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- isOnOrBefore(long) - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isOnOrBefore(long, long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- isOnOrBefore(LocalDate) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isOnOrBefore(LocalDate) - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isOnOrBefore(LocalDate) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isOnOrBefore(LocalDateTime) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isOnOrBefore(LocalDateTime) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isOnOrBefore(LocalDateTime) - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isOnOrBefore(LocalTime) - Method in class tech.tablesaw.columns.times.TimeColumnReference
-
- isOnOrBefore(LocalTime) - Method in interface tech.tablesaw.columns.times.TimeFilters
-
- isOnOrBefore(DateColumn) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isOnOrBefore(DateColumn) - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isOnOrBefore(DateTimeColumn) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isOnOrBefore(DateTimeColumn) - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isOnOrBefore(DateColumnReference) - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isOnOrBefore(DateTimeColumnReference) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- IsOnOrBefore - Class in tech.tablesaw.columns.dates.filters
-
- IsOnOrBefore - Class in tech.tablesaw.columns.datetimes.filters
-
- IsOnOrBefore - Class in tech.tablesaw.columns.times.filters
-
- IsOnOrBefore(ColumnReference, int) - Constructor for class tech.tablesaw.columns.dates.filters.IsOnOrBefore
-
- IsOnOrBefore(ColumnReference, int) - Constructor for class tech.tablesaw.columns.times.filters.IsOnOrBefore
-
- IsOnOrBefore(ColumnReference, long) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsOnOrBefore
-
- IsOnOrBefore(ColumnReference, LocalDateTime) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsOnOrBefore
-
- IsOnOrBefore(ColumnReference, LocalTime) - Constructor for class tech.tablesaw.columns.times.filters.IsOnOrBefore
-
- isPositive - Static variable in interface tech.tablesaw.columns.numbers.NumberPredicates
-
- isPositive() - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isPositive() - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- IsPositive - Class in tech.tablesaw.columns.numbers.filters
-
- IsPositive(ColumnReference) - Constructor for class tech.tablesaw.columns.numbers.filters.IsPositive
-
- isSaturday() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isSaturday() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isSaturday() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isSaturday() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isSaturday() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isSaturday() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isSaturday(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isSaturday(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsSaturday - Class in tech.tablesaw.columns.datetimes.filters
-
- IsSaturday(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsSaturday
-
- isShorterThan - Static variable in class tech.tablesaw.columns.strings.StringPredicates
-
- isShorterThan(int) - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- isShorterThan(int) - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- IsShorterThan - Class in tech.tablesaw.columns.strings.filters
-
A filtering that selects cells in which all text is shorter than the given length
- IsShorterThan(StringColumnReference, int) - Constructor for class tech.tablesaw.columns.strings.filters.IsShorterThan
-
- isSunday() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isSunday() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isSunday() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isSunday() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isSunday() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isSunday() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isSunday(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isSunday(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsSunday - Class in tech.tablesaw.columns.datetimes.filters
-
- IsSunday(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsSunday
-
- isThursday() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isThursday() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isThursday() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isThursday() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isThursday() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isThursday() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isThursday(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isThursday(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsThursday - Class in tech.tablesaw.columns.datetimes.filters
-
- IsThursday(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsThursday
-
- isTrue() - Method in class tech.tablesaw.api.BooleanColumn
-
- isTrue() - Method in class tech.tablesaw.columns.booleans.BooleanColumnReference
-
- isTrue(Filter) - Static method in class tech.tablesaw.filtering.composite.IsTrue
-
- IsTrue - Class in tech.tablesaw.columns.booleans.filters
-
- IsTrue - Class in tech.tablesaw.filtering.composite
-
A boolean filtering.
- IsTrue(ColumnReference) - Constructor for class tech.tablesaw.columns.booleans.filters.IsTrue
-
- isTuesday() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isTuesday() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isTuesday() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isTuesday() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isTuesday() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isTuesday() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isTuesday(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isTuesday(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsTuesday - Class in tech.tablesaw.columns.datetimes.filters
-
- IsTuesday(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsTuesday
-
- isUpperCase - Static variable in class tech.tablesaw.columns.strings.StringPredicates
-
- isUpperCase() - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- isUpperCase() - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- IsUpperCase - Class in tech.tablesaw.columns.strings.filters
-
A filtering that selects cells in which all text is uppercase
- IsUpperCase(StringColumnReference) - Constructor for class tech.tablesaw.columns.strings.filters.IsUpperCase
-
- isWednesday() - Method in class tech.tablesaw.columns.dates.DateColumnReference
-
- isWednesday() - Method in interface tech.tablesaw.columns.dates.DateFilters
-
- isWednesday() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- isWednesday() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnReference
-
- isWednesday() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- isWednesday() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- isWednesday(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- isWednesday(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- IsWednesday - Class in tech.tablesaw.columns.datetimes.filters
-
- IsWednesday(ColumnReference) - Constructor for class tech.tablesaw.columns.datetimes.filters.IsWednesday
-
- isZero - Static variable in interface tech.tablesaw.columns.numbers.NumberPredicates
-
- isZero() - Method in class tech.tablesaw.columns.numbers.NumberColumnReference
-
- isZero() - Method in interface tech.tablesaw.columns.numbers.NumberFilters
-
- IsZero - Class in tech.tablesaw.columns.numbers.filters
-
- IsZero(ColumnReference) - Constructor for class tech.tablesaw.columns.numbers.filters.IsZero
-
- iterator() - Method in class tech.tablesaw.api.BooleanColumn
-
- iterator() - Method in class tech.tablesaw.api.DateColumn
-
Returns an iterator over elements of type T
.
- iterator() - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns an iterator over elements of type T
.
- iterator() - Method in class tech.tablesaw.api.DoubleColumn
-
- iterator() - Method in interface tech.tablesaw.api.NumberColumn
-
- iterator() - Method in class tech.tablesaw.api.StringColumn
-
- iterator() - Method in class tech.tablesaw.api.Table
-
- iterator() - Method in class tech.tablesaw.api.TimeColumn
-
Returns an iterator over elements of type T
.
- iterator() - Method in class tech.tablesaw.columns.booleans.fillers.BooleanIterable
-
- iterator() - Method in class tech.tablesaw.columns.datetimes.fillers.TemporalRangeIterable
-
- iterator() - Method in class tech.tablesaw.columns.numbers.fillers.DoubleRangeIterable
-
- iterator() - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
Returns a fastUtil intIterator that wraps a bitmap intIterator
- iterator() - Method in class tech.tablesaw.sorting.Sort
-
Returns an iterator over elements of type T
.
- iterator() - Method in class tech.tablesaw.table.TableSlice
-
Returns a 0 based int iterator for use with, for example, get().
- iterator() - Method in class tech.tablesaw.table.TableSliceGroup
-
Returns an iterator over elements of type T
.
- range - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
- range() - Method in interface tech.tablesaw.api.NumberColumn
-
- range() - Method in class tech.tablesaw.columns.numbers.Stats
-
- range(double, double) - Static method in class tech.tablesaw.columns.numbers.fillers.DoubleRangeIterable
-
- range(double, double, double) - Static method in class tech.tablesaw.columns.numbers.fillers.DoubleRangeIterable
-
- range(double, double, int) - Static method in class tech.tablesaw.columns.numbers.fillers.DoubleRangeIterable
-
- range(double, int) - Static method in class tech.tablesaw.columns.numbers.fillers.DoubleRangeIterable
-
- range(T, long, TemporalUnit, int) - Static method in class tech.tablesaw.columns.datetimes.fillers.TemporalRangeIterable
-
- range(T, T, long, TemporalUnit) - Static method in class tech.tablesaw.columns.datetimes.fillers.TemporalRangeIterable
-
- read() - Static method in class tech.tablesaw.api.Table
-
- read() - Method in class tech.tablesaw.io.UnicodeBOMInputStream
-
- read(byte[]) - Method in class tech.tablesaw.io.UnicodeBOMInputStream
-
- read(byte[], int, int) - Method in class tech.tablesaw.io.UnicodeBOMInputStream
-
- read(ResultSet, String) - Static method in class tech.tablesaw.io.jdbc.SqlResultSetReader
-
Returns a new table with the given tableName, constructed from the given result set
- read(CsvReadOptions) - Static method in class tech.tablesaw.io.csv.CsvReader
-
- reader() - Method in class tech.tablesaw.io.csv.CsvReadOptions
-
- reader(Reader) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
-
- reduce(String, AggregateFunction) - Method in class tech.tablesaw.table.TableSlice
-
Returns the result of applying the given function to the specified column
- Relation - Class in tech.tablesaw.table
-
A tabular data structure like a table in a relational database, but not formally implementing the relational algebra
- Relation() - Constructor for class tech.tablesaw.table.Relation
-
- remainder(NumberColumn) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
- removeColumns(int...) - Method in class tech.tablesaw.table.Relation
-
- removeColumns(String...) - Method in class tech.tablesaw.table.Relation
-
- removeColumns(Column...) - Method in class tech.tablesaw.api.Table
-
Removes the given columns
- removeColumns(Column...) - Method in class tech.tablesaw.table.Projection
-
- removeColumns(Column...) - Method in class tech.tablesaw.table.Relation
-
Removes the given columns from the receiver
- removeColumns(Column...) - Method in class tech.tablesaw.table.TableSlice
-
- removeColumnsWithMissingValues() - Method in class tech.tablesaw.api.Table
-
Removes the given columns with missing values
- removeMissing() - Method in class tech.tablesaw.api.BooleanColumn
-
- removeMissing() - Method in class tech.tablesaw.api.DateColumn
-
- removeMissing() - Method in class tech.tablesaw.api.DateTimeColumn
-
- removeMissing() - Method in class tech.tablesaw.api.DoubleColumn
-
- removeMissing() - Method in class tech.tablesaw.api.StringColumn
-
- removeMissing() - Method in class tech.tablesaw.api.TimeColumn
-
- removeMissing() - Method in interface tech.tablesaw.columns.Column
-
- removeRange(long, long) - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
- removeRange(long, long) - Method in interface tech.tablesaw.selection.Selection
-
- replaceAll(String[], String) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
Creates a new column, replacing each string in this column with a new string formed by
replacing any substring that matches the regex
- replaceAll(String, String) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
- replaceColumn(int, Column) - Method in class tech.tablesaw.api.Table
-
Replaces an existing column (by index) in this table with the given new column
- replaceColumn(String, Column) - Method in class tech.tablesaw.api.Table
-
Replaces an existing column (by name) in this table with the given new column
- replaceFirst(String, String) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
- reset() - Method in class tech.tablesaw.io.UnicodeBOMInputStream
-
- retainColumns(String...) - Method in class tech.tablesaw.api.Table
-
Removes all columns except for those given in the argument from this table
- retainColumns(Column...) - Method in class tech.tablesaw.api.Table
-
Removes all columns except for those given in the argument from this table
- reverse(IntComparator) - Static method in class tech.tablesaw.sorting.comparators.ReversingIntComparator
-
- ReversingIntComparator - Class in tech.tablesaw.sorting.comparators
-
A Comparator for int primitives that takes an input comparator and creates its opposite
- rightOuter(Table, String) - Method in class tech.tablesaw.joining.DataFrameJoiner
-
Joins the joiner to the table2, using the given column for the second table and returns the resulting table
- rolling(int) - Method in interface tech.tablesaw.columns.Column
-
- RollingColumn - Class in tech.tablesaw.table
-
Does a calculation on a rolling basis (e.g.
- RollingColumn(Column, int) - Constructor for class tech.tablesaw.table.RollingColumn
-
- rollWithRows(Consumer<Row[]>, int) - Method in class tech.tablesaw.api.Table
-
Applies the function in pairs
to each group of contiguous rows of size n in the table
- round() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
- roundInt() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
Returns the rounded values as a NumberColumn.
- roundInt(int) - Method in class tech.tablesaw.api.DoubleColumn
-
Returns the rounded value as an int
- roundInt(int) - Method in interface tech.tablesaw.api.NumberColumn
-
- Row - Class in tech.tablesaw.api
-
- rowComparator() - Method in class tech.tablesaw.api.BooleanColumn
-
- rowComparator() - Method in class tech.tablesaw.api.DateColumn
-
- rowComparator() - Method in class tech.tablesaw.api.DateTimeColumn
-
- rowComparator() - Method in class tech.tablesaw.api.DoubleColumn
-
Compares the given ints, which refer to the indexes of the doubles in this column, according to the values of the
doubles themselves
- rowComparator() - Method in interface tech.tablesaw.api.NumberColumn
-
- rowComparator() - Method in class tech.tablesaw.api.StringColumn
-
- rowComparator() - Method in class tech.tablesaw.api.TimeColumn
-
- rowComparator() - Method in interface tech.tablesaw.columns.Column
-
- rowComparator(Column, Sort.Order) - Static method in class tech.tablesaw.sorting.SortUtils
-
Returns a comparator for the column matching the specified name
- rowCount() - Method in class tech.tablesaw.api.Table
-
Returns the number of rows in the table
- rowCount() - Method in class tech.tablesaw.table.Projection
-
- rowCount() - Method in class tech.tablesaw.table.Relation
-
Returns the number of rows in the relation
- rowCount() - Method in class tech.tablesaw.table.TableSlice
-
- RowPair(Row, Row) - Constructor for class tech.tablesaw.api.Table.RowPair
-
- rowPercents(Table, String, String) - Static method in class tech.tablesaw.aggregate.CrossTab
-
Returns a table containing the row percents made from a source table, after first calculating the counts
cross-tabulated from the given columns
- rowPercents(Table, CategoricalColumn, CategoricalColumn) - Static method in class tech.tablesaw.aggregate.CrossTab
-
Returns a table containing the row percents made from a source table, after first calculating the counts
cross-tabulated from the given columns
- rows(int...) - Method in class tech.tablesaw.api.Table
-
- rows(int...) - Method in interface tech.tablesaw.columns.Column
-
Returns a column containing the values in this column with the given indices
- Rows - Class in tech.tablesaw.table
-
A static utility class for row operations
- sample() - Method in class tech.tablesaw.io.csv.CsvReadOptions
-
- sample(boolean) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
-
- sampleN(int) - Method in class tech.tablesaw.api.Table
-
Returns a table consisting of randomly selected records from this table
- sampleN(int) - Method in interface tech.tablesaw.columns.Column
-
Returns a column containing a random sample of the values in this column
- sampleSplit(double) - Method in class tech.tablesaw.api.Table
-
Splits the table into two, randomly assigning records to each according to the proportion given in
trainingProportion
- sampleX(double) - Method in class tech.tablesaw.api.Table
-
Returns a table consisting of randomly selected records from this table.
- sampleX(double) - Method in interface tech.tablesaw.columns.Column
-
Returns a table consisting of randomly selected values from this column.
- second() - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
-
- secondMoment() - Method in class tech.tablesaw.columns.numbers.Stats
-
- secondOfDay() - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
- secondOfDay() - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
-
- secondsUntil(int, int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- select(String...) - Method in class tech.tablesaw.api.Table
-
- select(Column...) - Method in class tech.tablesaw.api.Table
-
- Selection - Interface in tech.tablesaw.selection
-
A selection maintains an ordered set of ints that can be used to eval rows from a table or column
- SelectionTableSliceGroup - Class in tech.tablesaw.table
-
A group of tables formed by performing splitting operations on an original table
- selectNRowsAtRandom(int, int) - Static method in interface tech.tablesaw.selection.Selection
-
- separator() - Method in class tech.tablesaw.io.csv.CsvReadOptions
-
- separator(char) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
-
- separator(char) - Method in class tech.tablesaw.io.csv.CsvWriteOptions.Builder
-
- set(boolean, Selection) - Method in class tech.tablesaw.api.BooleanColumn
-
Conditionally update this column, replacing current values with newValue for all rows where the current value
matches the selection criteria
- set(int, boolean) - Method in class tech.tablesaw.api.BooleanColumn
-
- set(int, double) - Method in class tech.tablesaw.api.DoubleColumn
-
- set(int, double) - Method in interface tech.tablesaw.api.NumberColumn
-
- set(int, int) - Method in class tech.tablesaw.api.DateColumn
-
- set(int, int) - Method in class tech.tablesaw.api.TimeColumn
-
- set(int, long) - Method in class tech.tablesaw.api.DateTimeColumn
-
- set(int, String) - Method in class tech.tablesaw.api.StringColumn
-
- set(int, LocalDate) - Method in class tech.tablesaw.api.DateColumn
-
- set(int, LocalDateTime) - Method in class tech.tablesaw.api.DateTimeColumn
-
- set(int, LocalTime) - Method in class tech.tablesaw.api.TimeColumn
-
- set(String, Selection) - Method in class tech.tablesaw.api.StringColumn
-
Conditionally update this column, replacing current values with newValue for all rows where the current value
matches the selection criteria
- set(LocalDate, Selection) - Method in class tech.tablesaw.api.DateColumn
-
Conditionally update this column, replacing current values with newValue for all rows where the current value
matches the selection criteria
- set(LocalDateTime, Selection) - Method in class tech.tablesaw.api.DateTimeColumn
-
Conditionally update this column, replacing current values with newValue for all rows where the current value
matches the selection criteria
- set(LocalTime, Selection) - Method in class tech.tablesaw.api.TimeColumn
-
Conditionally update this column, replacing current values with newValue for all rows where the current value
matches the selection criteria
- set(Selection, double) - Method in class tech.tablesaw.api.DoubleColumn
-
Conditionally update this column, replacing current values with newValue for all rows where the current value
matches the selection criteria
- set(Selection, double) - Method in interface tech.tablesaw.api.NumberColumn
-
- setFormatter(DateTimeFormatter) - Method in class tech.tablesaw.api.DateColumn
-
- setFormatter(DateTimeFormatter) - Method in class tech.tablesaw.api.DateTimeColumn
-
- setFormatter(DateTimeFormatter) - Method in class tech.tablesaw.api.TimeColumn
-
- setName(String) - Method in class tech.tablesaw.api.Table
-
Sets the name of the table
- setName(String) - Method in class tech.tablesaw.columns.AbstractColumn
-
- setName(String) - Method in interface tech.tablesaw.columns.Column
-
Sets the columns name to the given string
- setName(String) - Method in class tech.tablesaw.table.Projection
-
- setName(String) - Method in class tech.tablesaw.table.Relation
-
- setName(String) - Method in class tech.tablesaw.table.TableSlice
-
- setPrintFormatter(NumberFormat, String) - Method in class tech.tablesaw.api.DoubleColumn
-
- setPrintFormatter(NumberFormat, String) - Method in interface tech.tablesaw.api.NumberColumn
-
- setPrintFormatter(DateTimeFormatter) - Method in class tech.tablesaw.api.DateColumn
-
- setPrintFormatter(DateTimeFormatter) - Method in class tech.tablesaw.api.DateTimeColumn
-
- setPrintFormatter(DateTimeFormatter) - Method in class tech.tablesaw.api.TimeColumn
-
- setPrintFormatter(DateTimeFormatter, String) - Method in class tech.tablesaw.api.DateColumn
-
- setPrintFormatter(DateTimeFormatter, String) - Method in class tech.tablesaw.api.DateTimeColumn
-
- setPrintFormatter(DateTimeFormatter, String) - Method in class tech.tablesaw.api.TimeColumn
-
- setPrintFormatter(BooleanFormatter) - Method in class tech.tablesaw.api.BooleanColumn
-
- setPrintFormatter(DateTimeColumnFormatter) - Method in class tech.tablesaw.api.DateTimeColumn
-
- setPrintFormatter(NumberColumnFormatter) - Method in class tech.tablesaw.api.DoubleColumn
-
- setPrintFormatter(NumberColumnFormatter) - Method in interface tech.tablesaw.api.NumberColumn
-
- setPrintFormatter(StringColumnFormatter) - Method in class tech.tablesaw.api.StringColumn
-
- shape() - Method in class tech.tablesaw.table.Relation
-
- size() - Method in class tech.tablesaw.api.BooleanColumn
-
- size() - Method in class tech.tablesaw.api.DateColumn
-
- size() - Method in class tech.tablesaw.api.DateTimeColumn
-
- size() - Method in class tech.tablesaw.api.DoubleColumn
-
- size() - Method in interface tech.tablesaw.api.NumberColumn
-
- size() - Method in class tech.tablesaw.api.StringColumn
-
Returns the number of elements (a.k.a.
- size() - Method in class tech.tablesaw.api.TimeColumn
-
- size() - Method in interface tech.tablesaw.columns.Column
-
- size() - Method in interface tech.tablesaw.columns.datetimes.DateTimeFilters
-
- size() - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
- size() - Method in interface tech.tablesaw.selection.Selection
-
- size() - Method in class tech.tablesaw.sorting.comparators.IntComparatorChain
-
- size() - Method in class tech.tablesaw.sorting.Sort
-
- size() - Method in class tech.tablesaw.table.TableSliceGroup
-
Returns the number of slices
- skewness - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
- skewness() - Method in interface tech.tablesaw.api.NumberColumn
-
- skip(long) - Method in class tech.tablesaw.io.UnicodeBOMInputStream
-
- SKIP - tech.tablesaw.api.ColumnType
-
- skipBOM() - Method in class tech.tablesaw.io.UnicodeBOMInputStream
-
Skips the BOM
that was found in the wrapped
InputStream
object.
- Sort - Class in tech.tablesaw.sorting
-
Provides fine-grained control over sorting.
- Sort(String, Sort.Order) - Constructor for class tech.tablesaw.sorting.Sort
-
- Sort.Order - Enum in tech.tablesaw.sorting
-
- sortAscending() - Method in class tech.tablesaw.api.BooleanColumn
-
- sortAscending() - Method in class tech.tablesaw.api.DateColumn
-
- sortAscending() - Method in class tech.tablesaw.api.DateTimeColumn
-
- sortAscending() - Method in class tech.tablesaw.api.DoubleColumn
-
- sortAscending() - Method in interface tech.tablesaw.api.NumberColumn
-
- sortAscending() - Method in class tech.tablesaw.api.StringColumn
-
- sortAscending() - Method in class tech.tablesaw.api.TimeColumn
-
- sortAscending() - Method in interface tech.tablesaw.columns.Column
-
- sortAscendingOn(String...) - Method in class tech.tablesaw.api.Table
-
Returns a copy of this table sorted in the order of the given column names, in ascending order
- sortDescending() - Method in class tech.tablesaw.api.BooleanColumn
-
- sortDescending() - Method in class tech.tablesaw.api.DateColumn
-
- sortDescending() - Method in class tech.tablesaw.api.DateTimeColumn
-
- sortDescending() - Method in class tech.tablesaw.api.DoubleColumn
-
- sortDescending() - Method in interface tech.tablesaw.api.NumberColumn
-
- sortDescending() - Method in class tech.tablesaw.api.StringColumn
-
- sortDescending() - Method in class tech.tablesaw.api.TimeColumn
-
- sortDescending() - Method in interface tech.tablesaw.columns.Column
-
- sortDescendingOn(String...) - Method in class tech.tablesaw.api.Table
-
Returns a copy of this table sorted on the given column names, applied in order, descending
TODO: Provide equivalent methods naming columns by index
- sortOn(int...) - Method in class tech.tablesaw.api.Table
-
Sorts this table into a new table on the columns indexed in ascending order
- sortOn(String...) - Method in class tech.tablesaw.api.Table
-
Returns a copy of this table sorted on the given column names, applied in order,
- sortOn(Comparator<Row>) - Method in class tech.tablesaw.api.Table
-
Returns a copy of this table sorted using the given comparator
- sortOn(Sort) - Method in class tech.tablesaw.api.Table
-
- SortUtils - Class in tech.tablesaw.sorting
-
- SortUtils() - Constructor for class tech.tablesaw.sorting.SortUtils
-
- spearmans(NumberColumn) - Method in interface tech.tablesaw.api.NumberColumn
-
Returns the Spearman's Rank correlation between the receiver and the otherColumn
- splitCamelCase(String) - Static method in class tech.tablesaw.io.ParsingUtils
-
- splitOn(String...) - Method in class tech.tablesaw.api.Table
-
Returns a non-overlapping and exhaustive collection of "slices" over this table.
- splitOn(CategoricalColumn...) - Method in class tech.tablesaw.api.Table
-
Returns a non-overlapping and exhaustive collection of "slices" over this table.
- splitOnUnderscore(String) - Static method in class tech.tablesaw.io.ParsingUtils
-
- SqlResultSetReader - Class in tech.tablesaw.io.jdbc
-
Creates a Relation from the result of a SQL query, by passing the jdbc resultset to the constructor
- SqlResultSetReader() - Constructor for class tech.tablesaw.io.jdbc.SqlResultSetReader
-
- sqrt() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
- square() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
Returns a doubleColumn with the square of each value in this column
- standardDeviation - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
- standardDeviation() - Method in interface tech.tablesaw.api.NumberColumn
-
- standardDeviation() - Method in class tech.tablesaw.columns.numbers.Stats
-
- StandardTableSliceGroup - Class in tech.tablesaw.table
-
A group of tables formed by performing splitting operations on an original table
- startsWith - Static variable in class tech.tablesaw.columns.strings.StringPredicates
-
- startsWith(String) - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- startsWith(String) - Method in interface tech.tablesaw.columns.strings.StringFilters
-
- startsWith(StringColumn) - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- startsWith(StringColumnReference) - Method in class tech.tablesaw.columns.strings.StringColumnReference
-
- StartsWith - Class in tech.tablesaw.columns.strings.filters
-
A filtering that selects cells which start with the given string
- StartsWith(StringColumnReference, String) - Constructor for class tech.tablesaw.columns.strings.filters.StartsWith
-
- stats() - Method in class tech.tablesaw.api.DoubleColumn
-
- stats() - Method in interface tech.tablesaw.api.NumberColumn
-
- Stats - Class in tech.tablesaw.columns.numbers
-
- stdDev - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
- stepWithRows(Consumer<Row[]>, int) - Method in class tech.tablesaw.api.Table
-
Applies the operation in doable
to every row in the table
- STRING - tech.tablesaw.api.ColumnType
-
- StringAggregateFunction - Class in tech.tablesaw.aggregate
-
A partial implementation of aggregate functions to summarize over a string column
- StringAggregateFunction(String) - Constructor for class tech.tablesaw.aggregate.StringAggregateFunction
-
- stringColumn(int) - Method in class tech.tablesaw.table.Relation
-
- stringColumn(String) - Static method in class tech.tablesaw.api.QueryHelper
-
Returns a column reference for a String column with the given name.
- stringColumn(String) - Method in class tech.tablesaw.table.Relation
-
- StringColumn - Class in tech.tablesaw.api
-
A column that contains String values.
- StringColumnFormatter - Class in tech.tablesaw.columns.strings
-
- StringColumnFormatter() - Constructor for class tech.tablesaw.columns.strings.StringColumnFormatter
-
- StringColumnFormatter(Function<String, String>) - Constructor for class tech.tablesaw.columns.strings.StringColumnFormatter
-
- StringColumnFormatter(Function<String, String>, String) - Constructor for class tech.tablesaw.columns.strings.StringColumnFormatter
-
- StringColumnReference - Class in tech.tablesaw.columns.strings
-
A reference to a column that can be used in evaluating query predicates.
- StringColumnReference(String) - Constructor for class tech.tablesaw.columns.strings.StringColumnReference
-
- stringColumns() - Method in class tech.tablesaw.table.Relation
-
- stringContains - Static variable in class tech.tablesaw.columns.strings.StringPredicates
-
- StringFilters - Interface in tech.tablesaw.columns.strings
-
- StringMapFunctions - Interface in tech.tablesaw.columns.strings
-
String utility functions.
- StringPredicates - Class in tech.tablesaw.columns.strings
-
- StringPredicates() - Constructor for class tech.tablesaw.columns.strings.StringPredicates
-
- StringReduceUtils - Interface in tech.tablesaw.columns.strings
-
- structure() - Method in class tech.tablesaw.api.Table
-
- structure() - Method in class tech.tablesaw.table.Relation
-
- subset(Selection) - Method in interface tech.tablesaw.columns.Column
-
- substring(int) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
Returns a column containing the substrings from start to the end of the input
- substring(int, int) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
- subtract(double, double) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
Returns the result of subtracting val2 from val1, after handling missing values
- subtract(Number) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
- subtract(NumberColumn) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
- sum - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
A function that calculates the sum of the values in the column param
- sum() - Method in interface tech.tablesaw.api.NumberColumn
-
- sum() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
- sum() - Method in class tech.tablesaw.columns.numbers.Stats
-
- sum(String) - Method in class tech.tablesaw.table.RollingColumn
-
- sumDifference(NumberColumn, NumberColumn) - Static method in class tech.tablesaw.aggregate.AggregateFunctions
-
- summarize(String, String, String, String, AggregateFunction...) - Method in class tech.tablesaw.api.Table
-
- summarize(String, String, String, AggregateFunction...) - Method in class tech.tablesaw.api.Table
-
- summarize(String, String, AggregateFunction...) - Method in class tech.tablesaw.api.Table
-
- summarize(String, AggregateFunction...) - Method in class tech.tablesaw.api.Table
-
- summarize(List<String>, AggregateFunction...) - Method in class tech.tablesaw.api.Table
-
- summarize(Column) - Method in class tech.tablesaw.aggregate.AggregateFunction
-
- summarize(Column) - Method in class tech.tablesaw.aggregate.BooleanAggregateFunction
-
- summarize(Column) - Method in class tech.tablesaw.aggregate.DateAggregateFunction
-
- summarize(Column) - Method in class tech.tablesaw.aggregate.DateTimeAggregateFunction
-
- summarize(Column) - Method in class tech.tablesaw.aggregate.NumericAggregateFunction
-
- summarize(Column) - Method in class tech.tablesaw.aggregate.StringAggregateFunction
-
- summarize(Column) - Method in class tech.tablesaw.aggregate.TimeAggregateFunction
-
- summarize(Column, AggregateFunction...) - Method in class tech.tablesaw.api.Table
-
- summarize(Column, Column, AggregateFunction...) - Method in class tech.tablesaw.api.Table
-
- summarize(Column, Column, Column, AggregateFunction...) - Method in class tech.tablesaw.api.Table
-
- summarize(Column, Column, Column, Column, AggregateFunction...) - Method in class tech.tablesaw.api.Table
-
- summarizeIf(Selection, AggregateFunction) - Method in interface tech.tablesaw.columns.Column
-
- Summarizer - Class in tech.tablesaw.aggregate
-
Summarizes the data in a table, by applying functions to a subset of its columns.
- Summarizer(Table, List<String>, AggregateFunction...) - Constructor for class tech.tablesaw.aggregate.Summarizer
-
Returns an object capable of summarizing the given column in the given sourceTable,
by applying the given functions
- Summarizer(Table, Column, AggregateFunction...) - Constructor for class tech.tablesaw.aggregate.Summarizer
-
Returns an object capable of summarizing the given column in the given sourceTable,
by applying the given functions
- Summarizer(Table, Column, Column, AggregateFunction...) - Constructor for class tech.tablesaw.aggregate.Summarizer
-
Returns an object capable of summarizing the given columns in the given sourceTable,
by applying the given functions
- Summarizer(Table, Column, Column, Column, AggregateFunction...) - Constructor for class tech.tablesaw.aggregate.Summarizer
-
Returns an object capable of summarizing the given column2 in the given sourceTable,
by applying the given functions
- Summarizer(Table, Column, Column, Column, Column, AggregateFunction...) - Constructor for class tech.tablesaw.aggregate.Summarizer
-
Returns an object capable of summarizing the given columns in the given sourceTable,
by applying the given functions
- summary() - Method in class tech.tablesaw.api.BooleanColumn
-
- summary() - Method in class tech.tablesaw.api.DateColumn
-
Returns a table of dates and the number of observations of those dates
- summary() - Method in class tech.tablesaw.api.DateTimeColumn
-
- summary() - Method in class tech.tablesaw.api.DoubleColumn
-
- summary() - Method in interface tech.tablesaw.api.NumberColumn
-
- summary() - Method in class tech.tablesaw.api.StringColumn
-
- summary() - Method in class tech.tablesaw.api.TimeColumn
-
- summary() - Method in interface tech.tablesaw.columns.Column
-
- summary() - Method in class tech.tablesaw.table.Relation
-
- summaryTableName(Table) - Static method in class tech.tablesaw.table.TableSliceGroup
-
- sumOfLogs - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
- sumOfLogs() - Method in interface tech.tablesaw.api.NumberColumn
-
- sumOfLogs() - Method in class tech.tablesaw.columns.numbers.Stats
-
- sumOfSquares - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
- sumOfSquares() - Method in interface tech.tablesaw.api.NumberColumn
-
- sumOfSquares() - Method in class tech.tablesaw.columns.numbers.Stats
-
- Table - Class in tech.tablesaw.api
-
A table of data, consisting of some number of columns, each of which has the same number of rows.
- Table(String, Column...) - Constructor for class tech.tablesaw.api.Table
-
Returns a new Table initialized with the given names and columns
- Table.RowPair - Class in tech.tablesaw.api
-
- tableName() - Method in class tech.tablesaw.io.csv.CsvReadOptions
-
- tableName(String) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
-
- tablePercents(Table, String, String) - Static method in class tech.tablesaw.aggregate.CrossTab
-
Returns a table containing the table percents made from a source table, after first calculating the counts
cross-tabulated from the given columns
- tablePercents(Table, CategoricalColumn, CategoricalColumn) - Static method in class tech.tablesaw.aggregate.CrossTab
-
Returns a table containing the table percents made from a source table, after first calculating the counts
cross-tabulated from the given columns
- TableSlice - Class in tech.tablesaw.table
-
A TableSlice is a facade around a Relation that acts as a filter.
- TableSlice(Table, Selection) - Constructor for class tech.tablesaw.table.TableSlice
-
Returns a new View constructed from the given table, containing only the rows represented by the bitmap
- TableSliceGroup - Class in tech.tablesaw.table
-
A group of tables formed by performing splitting operations on an original table
- TableSliceGroup(Table) - Constructor for class tech.tablesaw.table.TableSliceGroup
-
Returns an instance for calculating a single summary for the given table, with no sub-groupings
- TableSliceGroup(Table, String[]) - Constructor for class tech.tablesaw.table.TableSliceGroup
-
Returns an instance for calculating subgroups,
one for each combination of the given groupColumnNames that appear in the source table
- tableToCsv(String) - Method in class tech.tablesaw.io.html.HtmlTableReader
-
- tail(int, Table, Table) - Static method in class tech.tablesaw.table.Rows
-
- tech.tablesaw.aggregate - package tech.tablesaw.aggregate
-
- tech.tablesaw.api - package tech.tablesaw.api
-
- tech.tablesaw.columns - package tech.tablesaw.columns
-
- tech.tablesaw.columns.booleans - package tech.tablesaw.columns.booleans
-
- tech.tablesaw.columns.booleans.fillers - package tech.tablesaw.columns.booleans.fillers
-
- tech.tablesaw.columns.booleans.filters - package tech.tablesaw.columns.booleans.filters
-
- tech.tablesaw.columns.dates - package tech.tablesaw.columns.dates
-
- tech.tablesaw.columns.dates.filters - package tech.tablesaw.columns.dates.filters
-
- tech.tablesaw.columns.datetimes - package tech.tablesaw.columns.datetimes
-
- tech.tablesaw.columns.datetimes.fillers - package tech.tablesaw.columns.datetimes.fillers
-
- tech.tablesaw.columns.datetimes.filters - package tech.tablesaw.columns.datetimes.filters
-
- tech.tablesaw.columns.numbers - package tech.tablesaw.columns.numbers
-
- tech.tablesaw.columns.numbers.fillers - package tech.tablesaw.columns.numbers.fillers
-
- tech.tablesaw.columns.numbers.filters - package tech.tablesaw.columns.numbers.filters
-
- tech.tablesaw.columns.strings - package tech.tablesaw.columns.strings
-
- tech.tablesaw.columns.strings.filters - package tech.tablesaw.columns.strings.filters
-
- tech.tablesaw.columns.times - package tech.tablesaw.columns.times
-
- tech.tablesaw.columns.times.filters - package tech.tablesaw.columns.times.filters
-
- tech.tablesaw.filtering - package tech.tablesaw.filtering
-
- tech.tablesaw.filtering.composite - package tech.tablesaw.filtering.composite
-
- tech.tablesaw.filtering.predicates - package tech.tablesaw.filtering.predicates
-
- tech.tablesaw.index - package tech.tablesaw.index
-
- tech.tablesaw.io - package tech.tablesaw.io
-
- tech.tablesaw.io.csv - package tech.tablesaw.io.csv
-
- tech.tablesaw.io.html - package tech.tablesaw.io.html
-
- tech.tablesaw.io.jdbc - package tech.tablesaw.io.jdbc
-
- tech.tablesaw.io.string - package tech.tablesaw.io.string
-
- tech.tablesaw.joining - package tech.tablesaw.joining
-
- tech.tablesaw.selection - package tech.tablesaw.selection
-
- tech.tablesaw.sorting - package tech.tablesaw.sorting
-
- tech.tablesaw.sorting.comparators - package tech.tablesaw.sorting.comparators
-
- tech.tablesaw.table - package tech.tablesaw.table
-
- tech.tablesaw.util - package tech.tablesaw.util
-
- TemporalRangeIterable<T extends Temporal> - Class in tech.tablesaw.columns.datetimes.fillers
-
- test(byte) - Method in interface tech.tablesaw.filtering.predicates.BytePredicate
-
- test(double, double) - Method in interface tech.tablesaw.filtering.predicates.DoubleBiPredicate
-
Returns true if valueToTest meets the criteria of this predicate when valueToCompareAgainst is considered
- test(double, double, double) - Method in interface tech.tablesaw.filtering.predicates.DoubleRangePredicate
-
Returns true if valueToTest meets the criteria of this predicate when rangeStart is considered
- test(int, int) - Method in interface tech.tablesaw.filtering.predicates.IntBiPredicate
-
Returns true if valueToTest meets the criteria of this predicate when valueToCompareAgainst is considered
- test(long, long) - Method in interface tech.tablesaw.filtering.predicates.LongBiPredicate
-
Returns true if valueToTest meets the criteria of this predicate when valueToCompareAgainst is considered
- time() - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
Returns a TimeColumn containing the time portion of each dateTime in this DateTimeColumn
- time() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- time(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- TIME_DETECTION_FORMATTER - Static variable in class tech.tablesaw.io.TypeUtils
-
- TIME_FORMATTER - Static variable in class tech.tablesaw.io.TypeUtils
-
- TimeAggregateFunction - Class in tech.tablesaw.aggregate
-
A partial implementation of aggregate functions to summarize over a time column
- TimeAggregateFunction(String) - Constructor for class tech.tablesaw.aggregate.TimeAggregateFunction
-
- timeColumn(int) - Method in class tech.tablesaw.table.Relation
-
- timeColumn(String) - Static method in class tech.tablesaw.api.QueryHelper
-
- timeColumn(String) - Method in class tech.tablesaw.table.Relation
-
- TimeColumn - Class in tech.tablesaw.api
-
A column in a base table that contains float values
- TimeColumnFormatter - Class in tech.tablesaw.columns.times
-
- TimeColumnFormatter() - Constructor for class tech.tablesaw.columns.times.TimeColumnFormatter
-
- TimeColumnFormatter(DateTimeFormatter) - Constructor for class tech.tablesaw.columns.times.TimeColumnFormatter
-
- TimeColumnFormatter(DateTimeFormatter, String) - Constructor for class tech.tablesaw.columns.times.TimeColumnFormatter
-
- TimeColumnReference - Class in tech.tablesaw.columns.times
-
A reference to a column that can be used in evaluating query predicates.
- TimeColumnReference(String) - Constructor for class tech.tablesaw.columns.times.TimeColumnReference
-
- timeColumns() - Method in class tech.tablesaw.table.Relation
-
- TimeFillers<T> - Interface in tech.tablesaw.columns.times
-
- TimeFilters - Interface in tech.tablesaw.columns.times
-
- timeFormat(String) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
-
- timeFormatter() - Method in class tech.tablesaw.io.csv.CsvReadOptions
-
- TimeMapFunctions - Interface in tech.tablesaw.columns.times
-
- timeUntil(DateColumn, ChronoUnit) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
Calculates the temporal difference between each element of the receiver and the respective element of the
argument
- timeWindow(ChronoUnit, int) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
- timeWindow(ChronoUnit, int) - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
- timeWindow(ChronoUnit, int) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
-
- timeWindow(ChronoUnit, int, LocalDate) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
Returns a column containing integers representing the nth group (0-based) that a date falls into.
- timeWindow(ChronoUnit, int, LocalDateTime) - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
Returns a column containing integers representing the nth group (0-based) that a date falls into.
- timeWindow(ChronoUnit, int, LocalTime) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
-
Returns a column containing integers representing the nth group (0-based) that a date falls into.
- title() - Method in interface tech.tablesaw.columns.Column
-
- to2dArray(double[], double[]) - Static method in class tech.tablesaw.util.DoubleArrays
-
- to2dArray(List<Column>) - Static method in class tech.tablesaw.util.DoubleArrays
-
- to2dArray(Column...) - Static method in class tech.tablesaw.util.DoubleArrays
-
- to2dArray(Column, Column) - Static method in class tech.tablesaw.util.DoubleArrays
-
- to2dArray(TableSliceGroup, int) - Static method in class tech.tablesaw.util.DoubleArrays
-
- toArray() - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
- toArray() - Method in interface tech.tablesaw.selection.Selection
-
- toBitmapInternal() - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
- toBitmapInternal() - Method in interface tech.tablesaw.selection.Selection
-
Returns a bitmap that represents the state of this selection
- toDateString() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- toDateString(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
- toEpochDay() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- toEpochDay(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
Returns the epoch day in a form consistent with the java standard
- toEpochMilli(long, ZoneOffset) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- toEpochMilli(ZoneOffset) - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- tokenizeAndRemoveDuplicates(String) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
- tokenizeAndSort() - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
Splits on Whitespace and returns the lexicographically sorted result.
- tokenizeAndSort(String) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
- tokens(String) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
Returns a column of arbitrary size containing each token in this column, where a token is defined using the
given separator.
- toN(int) - Static method in class tech.tablesaw.util.DoubleArrays
-
Returns a double[] initialized with the values from 0 to n-1, inclusive;
- toNanoOfDay(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- top(int) - Method in class tech.tablesaw.api.DateColumn
-
Returns the largest ("top") n values in the column
- top(int) - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns the largest ("top") n values in the column
- top(int) - Method in class tech.tablesaw.api.DoubleColumn
-
Returns the largest ("top") n values in the column
TODO(lwhite): Consider whether this should exclude missing
- top(int) - Method in interface tech.tablesaw.api.NumberColumn
-
- top(int) - Method in class tech.tablesaw.api.StringColumn
-
Returns the largest ("top") n values in the column
- top(int) - Method in class tech.tablesaw.api.TimeColumn
-
Returns the largest ("top") n values in the column.
- toShortTimeString(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- toString() - Method in class tech.tablesaw.aggregate.AggregateFunction
-
- toString() - Method in class tech.tablesaw.api.Row
-
- toString() - Method in class tech.tablesaw.api.TimeColumn
-
- toString() - Method in class tech.tablesaw.columns.AbstractColumn
-
- toString() - Method in class tech.tablesaw.columns.booleans.BooleanFormatter
-
- toString() - Method in class tech.tablesaw.columns.dates.DateColumnFormatter
-
- toString() - Method in class tech.tablesaw.columns.dates.PackedDate
-
- toString() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnFormatter
-
- toString() - Method in class tech.tablesaw.columns.datetimes.PackedDateTime
-
- toString() - Method in class tech.tablesaw.columns.numbers.NumberColumnFormatter
-
- toString() - Method in class tech.tablesaw.columns.strings.StringColumnFormatter
-
- toString() - Method in class tech.tablesaw.columns.times.TimeColumnFormatter
-
- toString() - Method in class tech.tablesaw.io.UnicodeBOMInputStream.BOM
-
Returns a String
representation of this BOM
value.
- toString() - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
- toString() - Method in class tech.tablesaw.sorting.Sort
-
- toString() - Method in class tech.tablesaw.table.Relation
-
- toString(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
- trim() - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
- TRUE_STRINGS - Static variable in class tech.tablesaw.io.TypeUtils
-
- TRUE_STRINGS_FOR_DETECTION - Static variable in class tech.tablesaw.io.TypeUtils
-
- truncatedTo(ChronoUnit) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
-
- truncatedTo(TemporalUnit, int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
- TwoColumnFilter - Class in tech.tablesaw.filtering
-
A two-column filter is based on the relationship between two columns of the same type
- TwoColumnFilter(Column) - Constructor for class tech.tablesaw.filtering.TwoColumnFilter
-
- TwoColumnFilter(ColumnReference, Column) - Constructor for class tech.tablesaw.filtering.TwoColumnFilter
-
- TwoColumnFilter(ColumnReference, ColumnReference) - Constructor for class tech.tablesaw.filtering.TwoColumnFilter
-
Returns a Filter that compares the two columns
- type() - Method in class tech.tablesaw.api.BooleanColumn
-
- type() - Method in class tech.tablesaw.api.DateColumn
-
- type() - Method in class tech.tablesaw.api.DateTimeColumn
-
- type() - Method in class tech.tablesaw.api.StringColumn
-
- type() - Method in class tech.tablesaw.api.TimeColumn
-
- type() - Method in class tech.tablesaw.columns.AbstractColumn
-
- type() - Method in interface tech.tablesaw.columns.Column
-
Returns this column's ColumnType
- TypeUtils - Class in tech.tablesaw.io
-