- abbreviate(int) - Method in interface tech.tablesaw.mapping.StringMapUtils
-
- abs() - Method in class tech.tablesaw.api.DoubleColumn
-
Returns a doubleColumn with the absolute value of each value in this column
- abs() - Method in class tech.tablesaw.api.FloatColumn
-
- AbstractClassifier - Class in tech.tablesaw.api.ml.classification
-
- AbstractClassifier() - Constructor for class tech.tablesaw.api.ml.classification.AbstractClassifier
-
- AbstractColumn<E extends AbstractColumn> - Class in tech.tablesaw.columns
-
Partial implementation of the
Column
interface
- AbstractColumn(String) - Constructor for class tech.tablesaw.columns.AbstractColumn
-
- AbstractColumn(ColumnMetadata) - Constructor for class tech.tablesaw.columns.AbstractColumn
-
- accuracy() - Method in class tech.tablesaw.api.ml.classification.CategoryConfusionMatrix
-
- accuracy() - Method in interface tech.tablesaw.api.ml.classification.ConfusionMatrix
-
- accuracy() - Method in class tech.tablesaw.api.ml.classification.StandardConfusionMatrix
-
- actuals() - Method in class tech.tablesaw.api.ml.regression.LeastSquares
-
- add(String) - Method in class tech.tablesaw.api.CategoryColumn
-
- add(LocalDateTime) - Method in class tech.tablesaw.api.DateTimeColumn
-
- add(float) - Method in class tech.tablesaw.api.DoubleColumn
-
Adds the given float to this column
- add(double) - Method in class tech.tablesaw.api.DoubleColumn
-
Adds the given double to this column
- add(DoubleColumn) - Method in class tech.tablesaw.api.DoubleColumn
-
- add(FloatColumn) - Method in class tech.tablesaw.api.FloatColumn
-
- add(IntColumn) - Method in class tech.tablesaw.api.IntColumn
-
- add(int) - Method in class tech.tablesaw.util.BitmapBackedSelection
-
- add(IntRange) - Method in interface tech.tablesaw.util.collections.IntRangeSet
-
Adds the specified range to this IntRangeSet
(optional operation).
- add(IntRange) - Method in class tech.tablesaw.util.collections.IntTreeRangeSet
-
- add(int) - Method in interface tech.tablesaw.util.Selection
-
Adds the given integer to the Selection if it is not already present, and does nothing otherwise
- addAll(List<String>) - Method in class tech.tablesaw.api.CategoryColumn
-
Add all the strings in the list to this column
- addAll(IntRangeSet) - Method in interface tech.tablesaw.util.collections.IntRangeSet
-
Adds all of the ranges from the specified range set to this range set (optional operation).
- 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
- addColumn(Column...) - Method in class tech.tablesaw.api.Table
-
Adds the given column to this table
- addColumn(int, Column) - Method in class tech.tablesaw.api.Table
-
Adds the given column to this table at the given position in the column list
- addColumn(Column...) - Method in interface tech.tablesaw.table.Relation
-
- addColumn(Column...) - Method in class tech.tablesaw.table.TemporaryView
-
- addComparator(IntComparator) - Method in class tech.tablesaw.util.IntComparatorChain
-
- addComparator(IntComparator, boolean) - Method in class tech.tablesaw.util.IntComparatorChain
-
- addRange(int, int) - Method in class tech.tablesaw.util.BitmapBackedSelection
-
Adds to the current bitmap all integers in [rangeStart,rangeEnd)
- addRange(int, int) - Method in interface tech.tablesaw.util.Selection
-
Adds to the current bitmap all integers in [rangeStart,rangeEnd)
- addToEach(float) - Method in class tech.tablesaw.api.FloatColumn
-
- addToEach(int) - Method in class tech.tablesaw.api.FloatColumn
-
- addToEach(int) - Method in class tech.tablesaw.api.IntColumn
-
- adjustedRSquared() - Method in class tech.tablesaw.api.ml.regression.LeastSquares
-
- all() - Static method in class tech.tablesaw.util.collections.IntRange
-
Returns a range that contains every value of type int
.
- allOf(Filter...) - Static method in class tech.tablesaw.api.QueryHelper
-
- allOf(Collection<Filter>) - Static method in class tech.tablesaw.api.QueryHelper
-
- AllOf - Class in tech.tablesaw.filtering
-
A composite filtering that only returns true
if all component filters return true
- allOf(Filter...) - Static method in class tech.tablesaw.filtering.AllOf
-
- allOf(Collection<Filter>) - Static method in class tech.tablesaw.filtering.AllOf
-
- AM(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
Returns true if the time is in the AM or "before noon".
- AM(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
Returns true if the time is in the AM or "before noon".
- and(Filter...) - Static method in class tech.tablesaw.api.QueryHelper
-
- and(Collection<Filter>) - Static method in class tech.tablesaw.api.QueryHelper
-
- and(BooleanColumn...) - Method in interface tech.tablesaw.mapping.BooleanMapUtils
-
- and(Selection) - Method in class tech.tablesaw.util.BitmapBackedSelection
-
Intersects the receiver and otherSelection
, updating the receiver
- and(Selection) - Method in interface tech.tablesaw.util.Selection
-
Intersects the receiver and otherSelection
, updating the receiver
- andNot(Selection) - Method in class tech.tablesaw.util.BitmapBackedSelection
-
Implements the set difference operation between the receiver and otherSelection
, updating the receiver
- andNot(Selection) - Method in interface tech.tablesaw.util.Selection
-
Implements the set difference operation between the receiver and otherSelection
, updating the receiver
- anyOf(Filter...) - Static method in class tech.tablesaw.api.QueryHelper
-
- anyOf(Collection<Filter>) - Static method in class tech.tablesaw.api.QueryHelper
-
- AnyOf - Class in tech.tablesaw.filtering
-
A composite filtering that only returns true
if all component filters return true
- anyOf(Filter...) - Static method in class tech.tablesaw.filtering.AnyOf
-
- anyOf(Collection<Filter>) - Static method in class tech.tablesaw.filtering.AnyOf
-
- append(boolean) - Method in class tech.tablesaw.api.BooleanColumn
-
- append(byte) - Method in class tech.tablesaw.api.BooleanColumn
-
- append(Column) - Method in class tech.tablesaw.api.BooleanColumn
-
- append(Column) - Method in class tech.tablesaw.api.CategoryColumn
-
- append(int) - Method in class tech.tablesaw.api.DateColumn
-
- append(LocalDate) - Method in class tech.tablesaw.api.DateColumn
-
- append(Column) - Method in class tech.tablesaw.api.DateColumn
-
- append(long) - Method in class tech.tablesaw.api.DateTimeColumn
-
- append(LocalDateTime) - Method in class tech.tablesaw.api.DateTimeColumn
-
- append(Column) - Method in class tech.tablesaw.api.DateTimeColumn
-
- append(Column) - Method in class tech.tablesaw.api.DoubleColumn
-
- append(float) - Method in class tech.tablesaw.api.FloatColumn
-
Adds the given float to this column
- append(double) - Method in class tech.tablesaw.api.FloatColumn
-
Adds the given double to this column, after casting it to a float
- append(FloatColumn) - Method in class tech.tablesaw.api.FloatColumn
-
- append(Column) - Method in class tech.tablesaw.api.FloatColumn
-
- append(int) - Method in class tech.tablesaw.api.IntColumn
-
- append(Column) - Method in class tech.tablesaw.api.IntColumn
-
- append(long) - Method in class tech.tablesaw.api.LongColumn
-
- append(LongColumn) - Method in class tech.tablesaw.api.LongColumn
-
- append(Column) - Method in class tech.tablesaw.api.LongColumn
-
- append(short) - Method in class tech.tablesaw.api.ShortColumn
-
- append(Column) - Method in class tech.tablesaw.api.ShortColumn
-
- append(ShortColumn) - Method in class tech.tablesaw.api.ShortColumn
-
- append(Table) - Method in class tech.tablesaw.api.Table
-
- append(int) - Method in class tech.tablesaw.api.TimeColumn
-
- append(LocalTime) - Method in class tech.tablesaw.api.TimeColumn
-
- append(Column) - Method in class tech.tablesaw.api.TimeColumn
-
- append(Column) - Method in interface tech.tablesaw.columns.Column
-
- append(String, CSVWriter, char, boolean) - Static method in class tech.tablesaw.io.csv.CsvCombiner
-
- appendAll(String) - Method in interface tech.tablesaw.reducing.CategoryReduceUtils
-
- appendAll() - Method in interface tech.tablesaw.reducing.CategoryReduceUtils
-
- appendCell(String) - Method in class tech.tablesaw.api.BooleanColumn
-
- appendCell(String) - Method in class tech.tablesaw.api.CategoryColumn
-
- 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 class tech.tablesaw.api.FloatColumn
-
- appendCell(String) - Method in class tech.tablesaw.api.IntColumn
-
- appendCell(String) - Method in class tech.tablesaw.api.LongColumn
-
- appendCell(String) - Method in class tech.tablesaw.api.ShortColumn
-
- 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
-
- appendRowToTable(int, Table, Table) - Static method in class tech.tablesaw.table.Rows
-
- appendString(CategoryColumn) - Method in class tech.tablesaw.api.CategoryColumn
-
Return a copy of this column with the given string appended
- appendString(String) - Method in class tech.tablesaw.api.CategoryColumn
-
Return a copy of this column with the given string appended
- apply(Table) - Method in class tech.tablesaw.filtering.AllOf
-
- apply(Table) - Method in class tech.tablesaw.filtering.AnyOf
-
- apply(Table) - Method in class tech.tablesaw.filtering.BooleanIsFalse
-
- apply(Table) - Method in class tech.tablesaw.filtering.BooleanIsTrue
-
- apply(Table) - Method in class tech.tablesaw.filtering.columnbased.ColumnEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.DateEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.dates.LocalDateIsAfter
-
- apply(Table) - Method in class tech.tablesaw.filtering.dates.LocalDateIsBefore
-
- apply(Table) - Method in class tech.tablesaw.filtering.dates.LocalDateIsOnOrAfter
-
- apply(Table) - Method in class tech.tablesaw.filtering.dates.LocalDateIsOnOrBefore
-
- apply(Table) - Method in class tech.tablesaw.filtering.DateTimeEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.DateIsOnOrAfter
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.DateIsOnOrBefore
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.DateTimeIsAfter
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.DateTimeIsBefore
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsFirstDayOfTheMonth
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsFriday
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsInApril
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsInAugust
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsInDecember
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsInFebruary
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsInJanuary
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsInJuly
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsInJune
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsInMarch
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsInMay
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsInNovember
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsInOctober
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsInQ1
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsInQ2
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsInQ3
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsInQ4
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsInSeptember
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsInYear
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsLastDayOfTheMonth
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsMonday
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsSaturday
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsSunday
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsThursday
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsTuesday
-
- apply(Table) - Method in class tech.tablesaw.filtering.datetimes.IsWednesday
-
- apply(Table) - Method in class tech.tablesaw.filtering.DoubleEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.DoubleGreaterLessThanOrEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.DoubleGreaterThan
-
- apply(Table) - Method in class tech.tablesaw.filtering.DoubleGreaterThanOrEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.DoubleLessThan
-
- apply(Table) - Method in class tech.tablesaw.filtering.DoubleLessThanOrEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.DoubleNotEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.Filter
-
- apply(Table) - Method in class tech.tablesaw.filtering.FloatEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.FloatGreaterThan
-
- apply(Table) - Method in class tech.tablesaw.filtering.FloatGreaterThanOrEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.FloatLessThan
-
- apply(Table) - Method in class tech.tablesaw.filtering.FloatLessThanOrEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.FloatNotEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.IntBetween
-
- apply(Table) - Method in class tech.tablesaw.filtering.IntEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.IntGreaterThan
-
- apply(Table) - Method in class tech.tablesaw.filtering.IntGreaterThanOrEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.IntIsIn
-
- apply(Table) - Method in class tech.tablesaw.filtering.IntLessThan
-
- apply(Table) - Method in class tech.tablesaw.filtering.IntLessThanOrEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.IntNotEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.IsFalse
-
Returns true if the element in the given row in my column
is true
- 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.IsTrue
-
Returns true if the element in the given row in my column
is true
- apply(Table) - Method in class tech.tablesaw.filtering.LocalDateBetween
-
- apply(Table) - Method in class tech.tablesaw.filtering.LongEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.LongGreaterThan
-
- apply(Table) - Method in class tech.tablesaw.filtering.LongGreaterThanOrEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.LongLessThan
-
- apply(Table) - Method in class tech.tablesaw.filtering.LongLessThanOrEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.LongNotEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.StringEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.StringIsIn
-
- apply(Table) - Method in class tech.tablesaw.filtering.StringIsNotIn
-
- apply(Table) - Method in class tech.tablesaw.filtering.StringNotEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.text.TextContains
-
- apply(Table) - Method in class tech.tablesaw.filtering.text.TextEndsWith
-
- apply(Table) - Method in class tech.tablesaw.filtering.text.TextEqualToIgnoringCase
-
- apply(Table) - Method in class tech.tablesaw.filtering.text.TextHasLengthEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.text.TextIsAlpha
-
- apply(Table) - Method in class tech.tablesaw.filtering.text.TextIsAlphaNumeric
-
- apply(Table) - Method in class tech.tablesaw.filtering.text.TextIsEmpty
-
- apply(Table) - Method in class tech.tablesaw.filtering.text.TextIsIn
-
- apply(Table) - Method in class tech.tablesaw.filtering.text.TextIsLongerThan
-
- apply(Table) - Method in class tech.tablesaw.filtering.text.TextIsLowerCase
-
- apply(Table) - Method in class tech.tablesaw.filtering.text.TextIsNumeric
-
- apply(Table) - Method in class tech.tablesaw.filtering.text.TextIsShorterThan
-
- apply(Table) - Method in class tech.tablesaw.filtering.text.TextIsUpperCase
-
- apply(Table) - Method in class tech.tablesaw.filtering.text.TextMatchesRegex
-
- apply(Table) - Method in class tech.tablesaw.filtering.text.TextStartsWith
-
- apply(Table) - Method in class tech.tablesaw.filtering.TimeEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.TimeNotEqualTo
-
- apply(Table) - Method in class tech.tablesaw.filtering.times.IsAfter
-
- apply(Table) - Method in class tech.tablesaw.filtering.times.IsAfterNoon
-
- apply(Table) - Method in class tech.tablesaw.filtering.times.IsBefore
-
- apply(Table) - Method in class tech.tablesaw.filtering.times.IsBeforeNoon
-
- apply(Table) - Method in class tech.tablesaw.filtering.times.IsMidnight
-
- apply(Table) - Method in class tech.tablesaw.filtering.times.IsNoon
-
- asBytes(int) - Method in class tech.tablesaw.api.BooleanColumn
-
- asBytes(int) - Method in class tech.tablesaw.api.CategoryColumn
-
Returns the contents of the cell at rowNumber as a byte[]
- 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 class tech.tablesaw.api.FloatColumn
-
Returns the contents of the cell at rowNumber as a byte[]
- asBytes(int) - Method in class tech.tablesaw.api.IntColumn
-
Returns the contents of the cell at rowNumber as a byte[]
- asBytes(int) - Method in class tech.tablesaw.api.LongColumn
-
Returns the contents of the cell at rowNumber as a byte[]
- asBytes(int) - Method in class tech.tablesaw.api.ShortColumn
-
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[]
- asLocalDate(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- asLocalDateTime(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- asLocalTime(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- asPercent() - Method in interface tech.tablesaw.mapping.IntMapUtils
-
Return the elements of this column as the percentages of their value relative to the sum of all
elements
- asPercent() - Method in interface tech.tablesaw.mapping.LongMapUtils
-
Return the elements of this column as the percentages of their value relative to the sum of all
elements
- asPercent() - Method in interface tech.tablesaw.mapping.ShortMapUtils
-
Return the elements of this column as the percentages of their value relative to the sum of all
elements
- asRanges() - Method in interface tech.tablesaw.util.collections.IntRangeSet
-
Returns a view of the
disconnected ranges that make up this
range set.
- asRanges() - Method in class tech.tablesaw.util.collections.IntTreeRangeSet
-
- asRatio() - Method in interface tech.tablesaw.mapping.IntMapUtils
-
Return the elements of this column as the ratios of their value and the sum of all
elements
- asRatio() - Method in interface tech.tablesaw.mapping.LongMapUtils
-
Return the elements of this column as the ratios of their value and the sum of all
elements
- asRatio() - Method in interface tech.tablesaw.mapping.ShortMapUtils
-
Return the elements of this column as the ratios of their value and the sum of all
elements
- asSet() - Method in class tech.tablesaw.api.BooleanColumn
-
- asSet() - Method in class tech.tablesaw.api.CategoryColumn
-
- asSet() - Method in class tech.tablesaw.api.DateColumn
-
- asSet() - Method in class tech.tablesaw.api.DateTimeColumn
-
- asSet() - Method in class tech.tablesaw.api.IntColumn
-
- asSet() - Method in class tech.tablesaw.api.LongColumn
-
- asSet() - Method in class tech.tablesaw.api.ShortColumn
-
- AssociationRuleMining - Class in tech.tablesaw.api.ml.association
-
Association Rule Mining is an unsupervised mining technique related to frequent itemsets
- AssociationRuleMining(ShortColumn, ShortColumn, double) - Constructor for class tech.tablesaw.api.ml.association.AssociationRuleMining
-
- AssociationRuleMining(IntColumn, CategoryColumn, double) - Constructor for class tech.tablesaw.api.ml.association.AssociationRuleMining
-
- asTable() - Method in class tech.tablesaw.table.TemporaryView
-
- asTable() - Method in class tech.tablesaw.util.Stats
-
- asTableComplete() - Method in class tech.tablesaw.util.Stats
-
- atLeast(LocalDate) - Method in class tech.tablesaw.index.DateIndex
-
- atLeast(LocalDateTime) - Method in class tech.tablesaw.index.DateTimeIndex
-
- atLeast(float) - Method in class tech.tablesaw.index.FloatIndex
-
- atLeast(int) - Method in class tech.tablesaw.index.IntIndex
-
- atLeast(long) - Method in class tech.tablesaw.index.LongIndex
-
- atLeast(LocalTime) - Method in class tech.tablesaw.index.TimeIndex
-
- atLeast(int) - Static method in class tech.tablesaw.util.collections.IntRange
-
Returns a range that contains all values greater than or equal to
endpoint
.
- atMost(LocalDate) - Method in class tech.tablesaw.index.DateIndex
-
- atMost(LocalDateTime) - Method in class tech.tablesaw.index.DateTimeIndex
-
- atMost(float) - Method in class tech.tablesaw.index.FloatIndex
-
- atMost(int) - Method in class tech.tablesaw.index.IntIndex
-
- atMost(long) - Method in class tech.tablesaw.index.LongIndex
-
- atMost(LocalTime) - Method in class tech.tablesaw.index.TimeIndex
-
- atMost(int) - Static method in class tech.tablesaw.util.collections.IntRange
-
Returns a range that contains all values less than or equal to
endpoint
.
- atStartOfDay() - Method in interface tech.tablesaw.mapping.DateMapUtils
-
- atTime(LocalTime) - Method in interface tech.tablesaw.mapping.DateMapUtils
-
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.mapping.DateMapUtils
-
Returns a DateTime column where each value consists of the dates from this column combined with the corresponding
times from the other column
- canonical(IntegerDomain) - Method in class tech.tablesaw.util.collections.IntRange
-
Returns the canonical form of this range in the given domain.
- categories() - Method in class tech.tablesaw.util.DictionaryMap
-
- categoryArray() - Method in class tech.tablesaw.util.DictionaryMap
-
Returns the strings in the dictionary as an array in order of the numeric key
- CategoryColumn - Class in tech.tablesaw.api
-
A column that contains String values.
- CategoryColumn(String) - Constructor for class tech.tablesaw.api.CategoryColumn
-
- CategoryColumn(String, List<String>) - Constructor for class tech.tablesaw.api.CategoryColumn
-
- CategoryColumn(ColumnMetadata) - Constructor for class tech.tablesaw.api.CategoryColumn
-
- CategoryColumn(String, int) - Constructor for class tech.tablesaw.api.CategoryColumn
-
- categoryColumn(String) - Method in interface tech.tablesaw.table.Relation
-
- categoryColumn(int) - Method in interface tech.tablesaw.table.Relation
-
- categoryColumn(String) - Method in class tech.tablesaw.table.TemporaryView
-
- categoryColumn(int) - Method in class tech.tablesaw.table.TemporaryView
-
- CategoryColumnUtils - Interface in tech.tablesaw.columns
-
- CategoryConfusionMatrix - Class in tech.tablesaw.api.ml.classification
-
A confusion matrix is used to measure the accuracy of a classifier by counting the number of correct and
incorrect values produced when testing the classifier such that the counts are made for every combination of
correct and incorrect classification
- CategoryConfusionMatrix(CategoryColumn, SortedSet<String>) - Constructor for class tech.tablesaw.api.ml.classification.CategoryConfusionMatrix
-
- CategoryFilters - Interface in tech.tablesaw.filtering.text
-
- CategoryReduceUtils - Interface in tech.tablesaw.reducing
-
- centroids() - Method in class tech.tablesaw.api.ml.clustering.Gmeans
-
- centroids() - Method in class tech.tablesaw.api.ml.clustering.Kmeans
-
- centroids() - Method in class tech.tablesaw.api.ml.clustering.Xmeans
-
- clear() - Method in class tech.tablesaw.api.BooleanColumn
-
- clear() - Method in class tech.tablesaw.api.CategoryColumn
-
- 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 class tech.tablesaw.api.FloatColumn
-
- clear() - Method in class tech.tablesaw.api.IntColumn
-
- clear() - Method in class tech.tablesaw.api.LongColumn
-
- clear() - Method in class tech.tablesaw.api.ShortColumn
-
- 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 interface tech.tablesaw.table.Relation
-
Clears all the dat in the relation, leaving the structure intact
- clear() - Method in class tech.tablesaw.table.TemporaryView
-
Clears all rows from this View, leaving the structure in place
- clear() - Method in class tech.tablesaw.util.BitmapBackedSelection
-
- clear() - Method in interface tech.tablesaw.util.collections.IntRangeSet
-
Removes all ranges from this IntRangeSet
(optional operation).
- clear() - Method in class tech.tablesaw.util.DictionaryMap
-
- clear() - Method in interface tech.tablesaw.util.Selection
-
- closed(int, int) - Static method in class tech.tablesaw.util.collections.IntRange
-
Returns a range that contains all values greater than or equal to
lower
and less than or equal to upper
.
- closedOpen(int, int) - Static method in class tech.tablesaw.util.collections.IntRange
-
Returns a range that contains all values greater than or equal to
lower
and strictly less than upper
.
- clustered(Column) - Method in class tech.tablesaw.api.ml.clustering.Kmeans
-
- coefficients() - Method in class tech.tablesaw.api.ml.regression.LeastSquares
-
- column(String) - Static method in class tech.tablesaw.api.QueryHelper
-
Returns a column reference for a column with the given name.
- column(int) - Method in class tech.tablesaw.api.Table
-
Returns the column at the given index in the column list
- Column<E extends Column> - Interface in tech.tablesaw.columns
-
The general interface for columns.
- column(String) - Method in interface tech.tablesaw.table.Relation
-
Returns the column with the given columnName, ignoring case
- column(int) - Method in interface tech.tablesaw.table.Relation
-
Returns the column at columnIndex (0-based)
- column(int) - Method in class tech.tablesaw.table.TemporaryView
-
- columnCount() - Method in class tech.tablesaw.api.Table
-
Returns the number of columns in the table
- columnCount() - Method in interface tech.tablesaw.table.Relation
-
Returns the number of columns in the relation
- columnCount() - Method in class tech.tablesaw.table.TemporaryView
-
- ColumnEqualTo - Class in tech.tablesaw.filtering.columnbased
-
- ColumnEqualTo(ColumnReference, ColumnReference) - Constructor for class tech.tablesaw.filtering.columnbased.ColumnEqualTo
-
- ColumnFilter - Class in tech.tablesaw.filtering
-
- ColumnFilter(ColumnReference) - Constructor for class tech.tablesaw.filtering.ColumnFilter
-
- columnIndex(String) - Method in class tech.tablesaw.api.Table
-
Returns the index of the column with the given name
- columnIndex(Column) - Method in class tech.tablesaw.api.Table
-
Returns the index of the given column (its position in the list of columns)
- columnIndex(String) - Method in interface tech.tablesaw.table.Relation
-
Returns the index of the column with the given columnName
- columnIndex(Column) - Method in interface tech.tablesaw.table.Relation
-
Returns the index of the given column
- columnIndex(Column) - Method in class tech.tablesaw.table.TemporaryView
-
- columnMetadata() - Method in class tech.tablesaw.columns.AbstractColumn
-
- columnMetadata() - Method in interface tech.tablesaw.columns.Column
-
- ColumnMetadata - Class in tech.tablesaw.store
-
Data about a specific column used in it's persistence
- ColumnMetadata(Column) - Constructor for class tech.tablesaw.store.ColumnMetadata
-
- columnNames() - Method in class tech.tablesaw.api.Table
-
Returns a List of the names of all the columns in this table
- columnNames() - Method in interface tech.tablesaw.table.Relation
-
- columnNames() - Method in class tech.tablesaw.table.TemporaryView
-
- columnPercents(Table) - Static method in class tech.tablesaw.reducing.CrossTab
-
- 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
-
- columnReference() - Method in class tech.tablesaw.filtering.ColumnFilter
-
- columns() - Method in class tech.tablesaw.api.Table
-
Returns the list of columns
- columns(String...) - Method in class tech.tablesaw.api.Table
-
Returns only the columns whose names are given in the input array
- columns() - Method in interface tech.tablesaw.table.Relation
-
Returns a list of all the columns in the relation
- columns() - Method in class tech.tablesaw.table.TemporaryView
-
- ColumnType - Enum in tech.tablesaw.api
-
Defines the type of data held by a
Column
- columnTypes() - Method in interface tech.tablesaw.table.Relation
-
Returns an array of the column types of all columns in the relation, including duplicates as appropriate,
and maintaining order
- 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
-
- colWidths() - Method in interface tech.tablesaw.table.Relation
-
Returns an array of column widths for printing tables
- colWidths() - Method in class tech.tablesaw.table.TemporaryView
-
Returns an array of column widths for printing tables
- combineAll(String, String, char, boolean) - Static method in class tech.tablesaw.io.csv.CsvCombiner
-
- comment() - Method in class tech.tablesaw.columns.AbstractColumn
-
- comment() - Method in interface tech.tablesaw.columns.Column
-
- commonPrefix(Column) - Method in interface tech.tablesaw.mapping.StringMapUtils
-
- commonSuffix(Column) - Method in interface tech.tablesaw.mapping.StringMapUtils
-
- compare(int, int) - Method in class tech.tablesaw.sorting.IntComparisonUtil
-
- compare(long, long) - Method in class tech.tablesaw.sorting.LongComparisonUtil
-
- compare(String, String) - Method in class tech.tablesaw.sorting.StringComparator
-
- compare(Integer, Integer) - Method in class tech.tablesaw.util.IntComparatorChain
-
- compare(int, int) - Method in class tech.tablesaw.util.IntComparatorChain
-
- compare(int, int) - Method in class tech.tablesaw.util.ReversingIntComparator
-
- compare(Integer, Integer) - Method in class tech.tablesaw.util.ReversingIntComparator
-
- compareRows(int, Table, Table) - Static method in class tech.tablesaw.table.Rows
-
- complement() - Method in interface tech.tablesaw.util.collections.IntRangeSet
-
Returns a view of the complement of this IntRangeSet
.
- complement() - Method in class tech.tablesaw.util.collections.IntTreeRangeSet
-
- confidenceMap() - Method in class tech.tablesaw.api.ml.association.FrequentItemset
-
Returns a map of associations and their confidence, where confidence is support for the itemset (that is, the
number of times it appears in the input data) divided by the total number of sets (i.e., the percentage of input
sets where it appears.
- confidenceMap(double) - Method in class tech.tablesaw.api.ml.association.FrequentItemset
-
Returns a map of associations and their confidence, where confidence is support for the itemset (that is, the
number of times it appears in the input data) divided by the total number of sets (i.e., the percentage of input
sets where it appears.
- ConfusionMatrix - Interface in tech.tablesaw.api.ml.classification
-
- contains(boolean) - Method in class tech.tablesaw.api.BooleanColumn
-
- contains(String) - Method in class tech.tablesaw.api.CategoryColumn
-
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(double) - Method in class tech.tablesaw.api.DoubleColumn
-
- contains(float) - Method in class tech.tablesaw.api.FloatColumn
-
- contains(int) - Method in class tech.tablesaw.api.IntColumn
-
- contains(long) - Method in class tech.tablesaw.api.LongColumn
-
- contains(short) - Method in class tech.tablesaw.api.ShortColumn
-
- contains(LocalTime) - Method in class tech.tablesaw.api.TimeColumn
-
- contains(String) - Method in class tech.tablesaw.columns.ColumnReference
-
- contains(int) - Method in class tech.tablesaw.util.BitmapBackedSelection
-
- contains(int) - Method in class tech.tablesaw.util.collections.IntRange
-
Returns true
if value
is within the bounds of this range.
- contains(int) - Method in interface tech.tablesaw.util.collections.IntRangeSet
-
Determines whether any of this range set's member ranges contains value
.
- contains(String) - Method in class tech.tablesaw.util.DictionaryMap
-
- contains(int) - Method in interface tech.tablesaw.util.Selection
-
- containsAll(IntCollection) - Method in class tech.tablesaw.util.collections.IntRange
-
Returns
true
if every element in
values
is
contained in
this range.
- convert(String) - Static method in class tech.tablesaw.api.BooleanColumn
-
- convert(String) - Static method in class tech.tablesaw.api.CategoryColumn
-
- 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.FloatColumn
-
Returns a float that is parsed from the given String
- convert(String) - Static method in class tech.tablesaw.api.LongColumn
-
Returns a float that is parsed from the given String
- convert(String) - Static method in class tech.tablesaw.api.ShortColumn
-
Returns a float that is parsed from the given String
- 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.CategoryColumn
-
- 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 class tech.tablesaw.api.FloatColumn
-
- copy() - Method in class tech.tablesaw.api.IntColumn
-
- copy() - Method in class tech.tablesaw.api.LongColumn
-
- copy() - Method in class tech.tablesaw.api.ShortColumn
-
- 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(String) - Method in class tech.tablesaw.api.Table
-
- Count - Class in tech.tablesaw.reducing.functions
-
- Count(Table, String) - Constructor for class tech.tablesaw.reducing.functions.Count
-
- count - Static variable in class tech.tablesaw.reducing.NumericReduceUtils
-
A function that calculates the count of the values in the column param
- countBy(CategoryColumn) - Method in class tech.tablesaw.api.Table
-
- countByCategory() - Method in class tech.tablesaw.api.CategoryColumn
-
- countFalse() - Method in class tech.tablesaw.api.BooleanColumn
-
- countIf(IntPredicate) - Method in class tech.tablesaw.api.IntColumn
-
- countMissing() - Method in class tech.tablesaw.api.BooleanColumn
-
Returns the count of missing values in this column
- countMissing() - Method in class tech.tablesaw.api.CategoryColumn
-
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 class tech.tablesaw.api.DoubleColumn
-
Returns the count of missing values in this column
- countMissing() - Method in class tech.tablesaw.api.FloatColumn
-
Returns the count of missing values in this column
- countMissing() - Method in class tech.tablesaw.api.IntColumn
-
Returns the count of missing values in this column
- countMissing() - Method in class tech.tablesaw.api.LongColumn
-
Returns the count of missing values in this column
- countMissing() - Method in class tech.tablesaw.api.ShortColumn
-
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
- countTrue() - Method in class tech.tablesaw.api.BooleanColumn
-
- countUnique() - Method in class tech.tablesaw.api.BooleanColumn
-
- countUnique() - Method in class tech.tablesaw.api.CategoryColumn
-
- countUnique() - Method in class tech.tablesaw.api.DateColumn
-
- countUnique() - Method in class tech.tablesaw.api.DateTimeColumn
-
- countUnique() - Method in class tech.tablesaw.api.DoubleColumn
-
- countUnique() - Method in class tech.tablesaw.api.FloatColumn
-
- countUnique() - Method in class tech.tablesaw.api.IntColumn
-
- countUnique() - Method in class tech.tablesaw.api.LongColumn
-
- countUnique() - Method in class tech.tablesaw.api.ShortColumn
-
- 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
- create(boolean, NumericColumn...) - Static method in class tech.tablesaw.api.ml.features.PrincipalComponents
-
- create(String) - Static method in class tech.tablesaw.api.Table
-
Returns a new, empty table (without rows or columns) with the given name
- create(TableMetadata) - Static method in class tech.tablesaw.api.Table
-
Returns a new, empty table constructed according to the given metadata
- create(String, Column...) - Static method in class tech.tablesaw.api.Table
-
Returns a new table with the given columns and given name
- create(ResultSet, String) - Static method in class tech.tablesaw.api.Table
-
Returns a new Table with the given name, and containing the data in the given result set
- create(int, int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- create(String) - Static method in class tech.tablesaw.reducing.NumericSummaryTable
-
Returns a new, empty table (without rows or columns) with the given name
- create(Table, String...) - Static method in class tech.tablesaw.table.ViewGroup
-
- create() - Static method in class tech.tablesaw.util.collections.IntTreeRangeSet
-
Creates an empty IntTreeRangeSet
instance.
- create(IntRangeSet) - Static method in class tech.tablesaw.util.collections.IntTreeRangeSet
-
Returns a IntTreeRangeSet
initialized with the ranges in the specified range set.
- create(FloatColumn) - Static method in class tech.tablesaw.util.Stats
-
- create(DoubleColumn) - Static method in class tech.tablesaw.util.Stats
-
- create(IntColumn) - Static method in class tech.tablesaw.util.Stats
-
- create(ShortColumn) - Static method in class tech.tablesaw.util.Stats
-
- create(LongColumn) - Static method in class tech.tablesaw.util.Stats
-
- createFromCsv(String) - Static method in class tech.tablesaw.api.Table
-
Returns a new table constructed from a character delimited (aka CSV) text file
- createFromCsv(String, boolean) - Static method in class tech.tablesaw.api.Table
-
Returns a new table constructed from a character delimited (aka CSV) text file
- createFromCsv(String, boolean, char) - Static method in class tech.tablesaw.api.Table
-
Returns a new table constructed from a character delimited (aka CSV) text file
- createFromCsv(String, boolean, char, boolean) - Static method in class tech.tablesaw.api.Table
-
Returns a new table constructed from a character delimited (aka CSV) text file
- createFromCsv(ColumnType[], String) - Static method in class tech.tablesaw.api.Table
-
Returns a new table constructed from a character delimited (aka CSV) text file
- createFromCsv(ColumnType[], String, boolean) - Static method in class tech.tablesaw.api.Table
-
Returns a new table constructed from a character delimited (aka CSV) text file
- createFromCsv(Reader, String, ColumnType[], boolean) - Static method in class tech.tablesaw.api.Table
-
Returns a new table constructed from a character delimited (aka CSV) text file
- createFromCsv(ColumnType[], String, boolean, char) - Static method in class tech.tablesaw.api.Table
-
Returns a new table constructed from a character delimited (aka CSV) text file
- createFromReader(Reader, String) - Static method in class tech.tablesaw.api.Table
-
Returns a new table constructed from a character delimited (aka CSV) text file
- createFromReader(Reader, String, boolean) - Static method in class tech.tablesaw.api.Table
-
Returns a new table constructed from a character delimited (aka CSV) text file
- createFromReader(Reader, String, boolean, char) - Static method in class tech.tablesaw.api.Table
-
Returns a new table constructed from a character delimited (aka CSV) text file
- createFromReader(Reader, String, boolean, char, boolean) - Static method in class tech.tablesaw.api.Table
-
Returns a new table constructed from a character delimited (aka CSV) text file
- createFromReader(Reader, String, ColumnType[], boolean, char) - Static method in class tech.tablesaw.api.Table
-
Returns a new table constructed from a character delimited (aka CSV) text file
- CrossTab - Class in tech.tablesaw.reducing
-
Utilities for creating frequency and proportion cross tabs
- CrossTab() - Constructor for class tech.tablesaw.reducing.CrossTab
-
- CsvCombiner - Class in tech.tablesaw.io.csv
-
Utility that takes all CSV files in a folder and combines them into a single file.
- CsvReader - 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 class tech.tablesaw.api.DoubleColumn
-
- cube() - Method in class tech.tablesaw.api.FloatColumn
-
- cubeRoot() - Method in class tech.tablesaw.api.DoubleColumn
-
- cubeRoot() - Method in class tech.tablesaw.api.FloatColumn
-
- geometricMean() - Method in class tech.tablesaw.api.DoubleColumn
-
- geometricMean() - Method in class tech.tablesaw.api.FloatColumn
-
- geometricMean() - Method in class tech.tablesaw.api.IntColumn
-
- geometricMean() - Method in class tech.tablesaw.api.LongColumn
-
- geometricMean() - Method in interface tech.tablesaw.api.NumericColumn
-
- geometricMean() - Method in class tech.tablesaw.api.ShortColumn
-
- GeometricMean - Class in tech.tablesaw.reducing.functions
-
- GeometricMean(Table, String) - Constructor for class tech.tablesaw.reducing.functions.GeometricMean
-
- geometricMean - Static variable in class tech.tablesaw.reducing.NumericReduceUtils
-
- geometricMean() - Method in class tech.tablesaw.util.Stats
-
- 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.CategoryColumn
-
Returns the value at rowIndex in this column.
- 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 class tech.tablesaw.api.FloatColumn
-
- get(int) - Method in class tech.tablesaw.api.IntColumn
-
- get(int) - Method in class tech.tablesaw.api.LongColumn
-
- get(int) - Method in class tech.tablesaw.api.ShortColumn
-
- 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) - Method in class tech.tablesaw.api.TimeColumn
-
- get(LocalDate) - Method in class tech.tablesaw.index.DateIndex
-
Returns a bitmap containing row numbers of all cells matching the given int
- get(LocalDateTime) - Method in class tech.tablesaw.index.DateTimeIndex
-
Returns a bitmap containing row numbers of all cells matching the given int
- get(float) - Method in class tech.tablesaw.index.FloatIndex
-
Returns a bitmap containing row numbers of all cells matching the given int
- get(int) - Method in class tech.tablesaw.index.IntIndex
-
Returns a bitmap containing row numbers of all cells matching the given int
- get(long) - Method in class tech.tablesaw.index.LongIndex
-
Returns a bitmap containing row numbers of all cells matching the given long
- get(LocalTime) - Method in class tech.tablesaw.index.TimeIndex
-
Returns a bitmap containing row numbers of all cells matching the given int
- get(int) - Method in interface tech.tablesaw.mapping.DateMapUtils
-
- get(int) - Method in interface tech.tablesaw.mapping.DateTimeMapUtils
-
- get(int) - Method in interface tech.tablesaw.mapping.IntMapUtils
-
- get(int) - Method in interface tech.tablesaw.mapping.LongMapUtils
-
- get(int) - Method in interface tech.tablesaw.mapping.TimeMapUtils
-
- get() - Method in class tech.tablesaw.reducing.functions.SummaryFunction
-
Returns the result of applying to the function to all the values in the appropriate column
- get(int, int) - Method in interface 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.TemporaryView
-
- get(int) - Method in class tech.tablesaw.table.ViewGroup
-
- get(int) - Method in class tech.tablesaw.util.BitmapBackedSelection
-
- get(int) - Method in class tech.tablesaw.util.DictionaryMap
-
- get(String) - Method in class tech.tablesaw.util.DictionaryMap
-
- get(int) - Method in interface tech.tablesaw.util.Selection
-
- getAndRemoveColumn(String) - Method in class tech.tablesaw.api.Table
-
Removes the given column from this table and returns it
- getAndRemoveColumn(int) - Method in class tech.tablesaw.api.Table
-
Removes the given column from this table and returns it
- 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)
- getCenter() - Method in class tech.tablesaw.api.ml.features.PrincipalComponents
-
- getClusterCount() - Method in class tech.tablesaw.api.ml.clustering.Gmeans
-
- getClusterCount() - Method in class tech.tablesaw.api.ml.clustering.Kmeans
-
- getClusterCount() - Method in class tech.tablesaw.api.ml.clustering.Xmeans
-
- getClusterLabels() - Method in class tech.tablesaw.api.ml.clustering.Gmeans
-
- getClusterLabels() - Method in class tech.tablesaw.api.ml.clustering.Kmeans
-
- getClusterLabels() - Method in class tech.tablesaw.api.ml.clustering.Xmeans
-
- getClusterSizes() - Method in class tech.tablesaw.api.ml.clustering.Gmeans
-
- getClusterSizes() - Method in class tech.tablesaw.api.ml.clustering.Kmeans
-
- getClusterSizes() - Method in class tech.tablesaw.api.ml.clustering.Xmeans
-
- getColumnIndex() - Method in exception tech.tablesaw.io.csv.AddCellToColumnException
-
Returns the index of the column that threw the Exception
- getColumnMetadataList() - Method in class tech.tablesaw.store.TableMetadata
-
- 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
- getColumnReference() - Method in class tech.tablesaw.filtering.ColumnFilter
-
- getComparator(Sort) - Method in class tech.tablesaw.api.Table
-
Returns a comparator that can be used to sort the records in this table according to the given sort key
- getCumulativeVarianceProportion() - Method in class tech.tablesaw.api.ml.features.PrincipalComponents
-
- getDateFormatter(String) - Static method in class tech.tablesaw.io.TypeUtils
-
Returns the first DateTimeFormatter to parse the string, which represents a DATE
- getDateTimeFormatter(String) - Static method in class tech.tablesaw.io.TypeUtils
-
Returns the first DateTimeFormatter to parse the string, which represents a DATE_TIME
- getDayOfMonth(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- getDayOfMonth(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- getDayOfWeek(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- getDayOfWeek(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- getDayOfYear(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- getDayOfYear(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- getDouble(int) - Method in class tech.tablesaw.api.DoubleColumn
-
- getDummies() - Method in class tech.tablesaw.api.CategoryColumn
-
Returns a list of boolean columns suitable for use as dummy variables in, for example, regression analysis,
selectWhere 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(Column, String) - Method in class tech.tablesaw.api.Table
-
Returns the first row for which the column columnName
contains value
, or
null if there are no matches
TODO(lwhite) This is a toy implementation badly in need of rewrite for performance.
- getFloat(int) - Method in class tech.tablesaw.api.DoubleColumn
-
- getFloat(int) - Method in class tech.tablesaw.api.FloatColumn
-
- getFloat(int) - Method in class tech.tablesaw.api.IntColumn
-
- getFloat(int) - Method in class tech.tablesaw.api.LongColumn
-
- getFloat(int) - Method in interface tech.tablesaw.api.NumericColumn
-
- getFloat(int) - Method in class tech.tablesaw.api.ShortColumn
-
- getHour(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- getHour(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- getId() - Method in class tech.tablesaw.store.ColumnMetadata
-
- getInstance() - Static method in class tech.tablesaw.sorting.IntComparisonUtil
-
- getInstance() - Static method in class tech.tablesaw.sorting.LongComparisonUtil
-
- getInstance() - Static method in class tech.tablesaw.sorting.StringComparator
-
- getInt(int) - Method in class tech.tablesaw.api.CategoryColumn
-
- getInt(int) - Method in class tech.tablesaw.api.DateColumn
-
- getInt(int) - Method in class tech.tablesaw.api.TimeColumn
-
- getInt(int) - Method in interface tech.tablesaw.mapping.DateMapUtils
-
- getInt(int) - Method in interface tech.tablesaw.mapping.TimeMapUtils
-
- getLoadings() - Method in class tech.tablesaw.api.ml.features.PrincipalComponents
-
- getLong(int) - Method in class tech.tablesaw.api.DateTimeColumn
-
- getLong(int) - Method in interface tech.tablesaw.mapping.DateTimeMapUtils
-
- getMillisecondOfDay(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- getMillisecondOfDay(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- getMillisecondOfMinute(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- getMillisecondOfMinute(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- getMilliseconds(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- getMinute(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- getMinute(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- getMinuteOfDay(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- getMinuteOfDay(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- getMissingValue() - Method in enum tech.tablesaw.api.ColumnType
-
- getMonth(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- getMonth(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- getMonthValue(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- getMonthValue(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- getName() - Method in class tech.tablesaw.store.ColumnMetadata
-
- getName() - Method in class tech.tablesaw.store.TableMetadata
-
- getNano(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- getProjection() - Method in class tech.tablesaw.api.ml.features.PrincipalComponents
-
- getQuarter(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- getRowCount() - Method in class tech.tablesaw.store.TableMetadata
-
- getRowNumber() - Method in exception tech.tablesaw.io.csv.AddCellToColumnException
-
Returns the number of the row that caused the Exception to be thrown
- getSecond(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- getSecond(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- getSecond(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- getSecondOfDay(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- getSecondOfDay(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- getSize() - Method in class tech.tablesaw.store.ColumnMetadata
-
- getSort(String...) - Static method in class tech.tablesaw.api.Table
-
Returns an object that can be used to sort this table in the order specified for by the given column names
- getSortedOriginal() - Method in class tech.tablesaw.table.ViewGroup
-
- getString(int) - Method in class tech.tablesaw.api.BooleanColumn
-
- getString(int) - Method in class tech.tablesaw.api.CategoryColumn
-
- 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 class tech.tablesaw.api.FloatColumn
-
- getString(int) - Method in class tech.tablesaw.api.IntColumn
-
- getString(int) - Method in class tech.tablesaw.api.LongColumn
-
- getString(int) - Method in class tech.tablesaw.api.ShortColumn
-
- 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
- getSubTables() - Method in class tech.tablesaw.table.TableGroup
-
- getSubTables() - Method in class tech.tablesaw.table.ViewGroup
-
- getTimeFormatter(String) - Static method in class tech.tablesaw.io.TypeUtils
-
Returns the first DateTimeFormatter to parse the string, which represents a TIME
- getType() - Method in class tech.tablesaw.store.ColumnMetadata
-
- getValues(IntArrayList) - Method in class tech.tablesaw.api.CategoryColumn
-
Returns all the values associated with the given indexes
- getValues() - Method in class tech.tablesaw.table.SubTable
-
- getVariance() - Method in class tech.tablesaw.api.ml.features.PrincipalComponents
-
- getVarianceProportion() - Method in class tech.tablesaw.api.ml.features.PrincipalComponents
-
- getYear(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- getYear(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- getYear(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- Gmeans - Class in tech.tablesaw.api.ml.clustering
-
- Gmeans(int, NumericColumn...) - Constructor for class tech.tablesaw.api.ml.clustering.Gmeans
-
- greaterThan(LocalDate) - Method in class tech.tablesaw.index.DateIndex
-
- greaterThan(LocalDateTime) - Method in class tech.tablesaw.index.DateTimeIndex
-
- greaterThan(float) - Method in class tech.tablesaw.index.FloatIndex
-
- greaterThan(int) - Method in class tech.tablesaw.index.IntIndex
-
- greaterThan(long) - Method in class tech.tablesaw.index.LongIndex
-
- greaterThan(LocalTime) - Method in class tech.tablesaw.index.TimeIndex
-
- greaterThan(int) - Static method in class tech.tablesaw.util.collections.IntRange
-
Returns a range that contains all values strictly greater than endpoint
.
- id() - Method in class tech.tablesaw.columns.AbstractColumn
-
- id() - Method in interface tech.tablesaw.columns.Column
-
Returns a unique string that identifies this column
- increment(Integer, Integer) - Method in class tech.tablesaw.api.ml.classification.CategoryConfusionMatrix
-
- increment(Integer, Integer) - Method in interface tech.tablesaw.api.ml.classification.ConfusionMatrix
-
- increment(Integer, Integer) - Method in class tech.tablesaw.api.ml.classification.StandardConfusionMatrix
-
- indexes() - Method in class tech.tablesaw.api.CategoryColumn
-
Returns the raw indexes that this column contains.
- initializeWith(IntArrayList, DictionaryMap) - Method in class tech.tablesaw.api.CategoryColumn
-
Initializes this Column with the given values for performance
- instance() - Static method in class tech.tablesaw.util.ReverseIntComparator
-
- instance() - Static method in class tech.tablesaw.util.ReverseLongComparator
-
- instance() - Static method in class tech.tablesaw.util.ReverseShortComparator
-
- IntBetween - Class in tech.tablesaw.filtering
-
- IntBetween(ColumnReference, int, int) - Constructor for class tech.tablesaw.filtering.IntBetween
-
- IntBiPredicate - Interface in tech.tablesaw.filtering
-
- IntColumn - Class in tech.tablesaw.api
-
A column that contains signed 4 byte integer values
- IntColumn(String, int) - Constructor for class tech.tablesaw.api.IntColumn
-
- IntColumn(String, IntArrayList) - Constructor for class tech.tablesaw.api.IntColumn
-
- IntColumn(ColumnMetadata) - Constructor for class tech.tablesaw.api.IntColumn
-
- IntColumn(String) - Constructor for class tech.tablesaw.api.IntColumn
-
- intColumn(String) - Method in interface tech.tablesaw.table.Relation
-
- intColumn(int) - Method in interface tech.tablesaw.table.Relation
-
- intColumn(String) - Method in class tech.tablesaw.table.TemporaryView
-
- intColumn(int) - Method in class tech.tablesaw.table.TemporaryView
-
- IntColumnUtils - Interface in tech.tablesaw.columns
-
- IntComparatorChain - Class in tech.tablesaw.util
-
- IntComparatorChain() - Constructor for class tech.tablesaw.util.IntComparatorChain
-
- IntComparatorChain(IntComparator) - Constructor for class tech.tablesaw.util.IntComparatorChain
-
- IntComparatorChain(IntComparator, boolean) - Constructor for class tech.tablesaw.util.IntComparatorChain
-
- IntComparatorChain(List<IntComparator>) - Constructor for class tech.tablesaw.util.IntComparatorChain
-
- IntComparatorChain(List<IntComparator>, BitSet) - Constructor for class tech.tablesaw.util.IntComparatorChain
-
- IntComparisonUtil - Class in tech.tablesaw.sorting
-
- IntEqualTo - Class in tech.tablesaw.filtering
-
- IntEqualTo(ColumnReference, int) - Constructor for class tech.tablesaw.filtering.IntEqualTo
-
- intercept() - Method in class tech.tablesaw.api.ml.regression.LeastSquares
-
- interest(double, double, Object2DoubleOpenHashMap<IntRBTreeSet>) - Method in class tech.tablesaw.api.ml.association.AssociationRuleMining
-
- interestingRules(double, double, Object2DoubleOpenHashMap) - Method in class tech.tablesaw.api.ml.association.AssociationRuleMining
-
- intersection(IntRange) - Method in class tech.tablesaw.util.collections.IntRange
-
Returns the maximal range
enclosed by both this range and
connectedRange
, if such a range exists.
- intersects(IntRange) - Method in interface tech.tablesaw.util.collections.IntRangeSet
-
Returns true
if there exists a non-empty range enclosed by both a member range in this
range set and the specified range.
- IntGreaterThan - Class in tech.tablesaw.filtering
-
- IntGreaterThan(ColumnReference, int) - Constructor for class tech.tablesaw.filtering.IntGreaterThan
-
- IntGreaterThanOrEqualTo - Class in tech.tablesaw.filtering
-
- IntGreaterThanOrEqualTo(ColumnReference, int) - Constructor for class tech.tablesaw.filtering.IntGreaterThanOrEqualTo
-
- IntIndex - Class in tech.tablesaw.index
-
An index for four-byte integer and integer backed columns (date, category, time)
- IntIndex(IntColumn) - Constructor for class tech.tablesaw.index.IntIndex
-
- IntIndex(DateColumn) - Constructor for class tech.tablesaw.index.IntIndex
-
- IntIndex(TimeColumn) - Constructor for class tech.tablesaw.index.IntIndex
-
- IntIsIn - Class in tech.tablesaw.filtering
-
- IntIsIn(ColumnReference, IntColumn) - Constructor for class tech.tablesaw.filtering.IntIsIn
-
- IntIsIn(ColumnReference, int...) - Constructor for class tech.tablesaw.filtering.IntIsIn
-
- intIterator() - Method in class tech.tablesaw.api.DateColumn
-
- intIterator() - Method in class tech.tablesaw.api.TimeColumn
-
- IntLessThan - Class in tech.tablesaw.filtering
-
- IntLessThan(ColumnReference, int) - Constructor for class tech.tablesaw.filtering.IntLessThan
-
- IntLessThanOrEqualTo - Class in tech.tablesaw.filtering
-
- IntLessThanOrEqualTo(ColumnReference, int) - Constructor for class tech.tablesaw.filtering.IntLessThanOrEqualTo
-
- IntMapUtils - Interface in tech.tablesaw.mapping
-
- IntNotEqualTo - Class in tech.tablesaw.filtering
-
- IntNotEqualTo(ColumnReference, int) - Constructor for class tech.tablesaw.filtering.IntNotEqualTo
-
- IntPredicate - Interface in tech.tablesaw.filtering
-
- IntRange - Class in tech.tablesaw.util.collections
-
- IntRangeSet - Interface in tech.tablesaw.util.collections
-
- IntTreeRangeSet - Class in tech.tablesaw.util.collections
-
- isAfter(int) - Method in class tech.tablesaw.api.DateColumn
-
Returns a DateTime column where each value consists of the dates from this column combined with the corresponding
times from the other column
- isAfter(LocalDate) - Method in class tech.tablesaw.api.DateColumn
-
- isAfter(LocalDateTime) - Method in class tech.tablesaw.api.DateTimeColumn
-
- isAfter(Long) - Method in class tech.tablesaw.api.DateTimeColumn
-
- isAfter(DateTimeColumn) - Method in class tech.tablesaw.api.DateTimeColumn
-
- isAfter(LocalTime) - Method in class tech.tablesaw.api.TimeColumn
-
- isAfter(int) - Method in class tech.tablesaw.api.TimeColumn
-
- isAfter(LocalDateTime) - Method in class tech.tablesaw.columns.ColumnReference
-
- isAfter(LocalTime) - Method in class tech.tablesaw.columns.ColumnReference
-
- isAfter(LocalDate) - Method in class tech.tablesaw.columns.ColumnReference
-
- isAfter(int, int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isAfter(long, long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- isAfter(int, int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- IsAfter - Class in tech.tablesaw.filtering.times
-
- IsAfter(ColumnReference, LocalTime) - Constructor for class tech.tablesaw.filtering.times.IsAfter
-
- isAfterNoon() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isAfterNoon() - Method in class tech.tablesaw.api.TimeColumn
-
Applies a function to every value in this column that returns true if the time is in the PM or "after noon".
- isAfterNoon() - Method in class tech.tablesaw.columns.ColumnReference
-
- IsAfterNoon - Class in tech.tablesaw.filtering.times
-
- IsAfterNoon(ColumnReference) - Constructor for class tech.tablesaw.filtering.times.IsAfterNoon
-
- isAlpha() - Method in class tech.tablesaw.columns.ColumnReference
-
- isAlpha() - Method in interface tech.tablesaw.filtering.text.CategoryFilters
-
- isAlphaNumeric() - Method in class tech.tablesaw.columns.ColumnReference
-
- isAlphaNumeric() - Method in interface tech.tablesaw.filtering.text.CategoryFilters
-
- isBefore(int) - Method in class tech.tablesaw.api.DateColumn
-
- isBefore(LocalDate) - Method in class tech.tablesaw.api.DateColumn
-
- isBefore(LocalDateTime) - Method in class tech.tablesaw.api.DateTimeColumn
-
- isBefore(Long) - Method in class tech.tablesaw.api.DateTimeColumn
-
- isBefore(DateTimeColumn) - Method in class tech.tablesaw.api.DateTimeColumn
-
- isBefore(LocalTime) - Method in class tech.tablesaw.api.TimeColumn
-
- isBefore(int) - Method in class tech.tablesaw.api.TimeColumn
-
- isBefore(LocalTime) - Method in class tech.tablesaw.columns.ColumnReference
-
- isBefore(LocalDateTime) - Method in class tech.tablesaw.columns.ColumnReference
-
- isBefore(LocalDate) - Method in class tech.tablesaw.columns.ColumnReference
-
- isBefore(int, int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isBefore(long, long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- isBefore(int, int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- IsBefore - Class in tech.tablesaw.filtering.times
-
- IsBefore(ColumnReference, LocalTime) - Constructor for class tech.tablesaw.filtering.times.IsBefore
-
- isBeforeNoon() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isBeforeNoon() - Method in class tech.tablesaw.api.TimeColumn
-
Applies a function to every value in this column that returns true if the time is in the AM or "before noon".
- isBeforeNoon() - Method in class tech.tablesaw.columns.ColumnReference
-
- IsBeforeNoon - Class in tech.tablesaw.filtering.times
-
- IsBeforeNoon(ColumnReference) - Constructor for class tech.tablesaw.filtering.times.IsBeforeNoon
-
- isBetween(int, int) - Method in class tech.tablesaw.columns.ColumnReference
-
- isBetween(LocalDate, LocalDate) - Method in class tech.tablesaw.columns.ColumnReference
-
- isConnected(IntRange) - Method in class tech.tablesaw.util.collections.IntRange
-
Returns
true
if there exists a (possibly empty) range which is
enclosed by both this range and
other
.
- isEmpty() - Method in class tech.tablesaw.api.BooleanColumn
-
- isEmpty() - Method in class tech.tablesaw.api.CategoryColumn
-
- 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 class tech.tablesaw.api.FloatColumn
-
- isEmpty() - Method in class tech.tablesaw.api.IntColumn
-
- isEmpty() - Method in class tech.tablesaw.api.LongColumn
-
- isEmpty() - Method in class tech.tablesaw.api.ShortColumn
-
- 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.columns.ColumnReference
-
- isEmpty() - Method in class tech.tablesaw.sorting.Sort
-
- isEmpty() - Method in interface tech.tablesaw.table.Relation
-
- isEmpty() - Method in class tech.tablesaw.util.BitmapBackedSelection
-
- isEmpty() - Method in class tech.tablesaw.util.collections.IntRange
-
Returns true
if this range is of the form [v..v)
or (v..v]
.
- isEmpty() - Method in interface tech.tablesaw.util.collections.IntRangeSet
-
Returns true
if this range set contains no ranges.
- isEmpty() - Method in interface tech.tablesaw.util.Selection
-
- isEqualTo(BooleanColumn) - Method in class tech.tablesaw.api.BooleanColumn
-
- isEqualTo(String) - Method in class tech.tablesaw.api.CategoryColumn
-
- isEqualTo(LocalDate) - Method in class tech.tablesaw.api.DateColumn
-
- isEqualTo(DateColumn) - Method in class tech.tablesaw.api.DateColumn
-
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(LocalDateTime) - Method in class tech.tablesaw.api.DateTimeColumn
-
- isEqualTo(DateTimeColumn) - Method in class tech.tablesaw.api.DateTimeColumn
-
- isEqualTo(double) - Method in class tech.tablesaw.api.DoubleColumn
-
- isEqualTo(DoubleColumn) - Method in class tech.tablesaw.api.DoubleColumn
-
- isEqualTo(float) - Method in class tech.tablesaw.api.FloatColumn
-
- isEqualTo(FloatColumn) - Method in class tech.tablesaw.api.FloatColumn
-
- isEqualTo(int) - Method in class tech.tablesaw.api.IntColumn
-
- isEqualTo(IntColumn) - Method in class tech.tablesaw.api.IntColumn
-
- isEqualTo(long) - Method in class tech.tablesaw.api.LongColumn
-
- isEqualTo(LongColumn) - Method in class tech.tablesaw.api.LongColumn
-
- isEqualTo(int) - Method in class tech.tablesaw.api.ShortColumn
-
- isEqualTo(ShortColumn) - Method in class tech.tablesaw.api.ShortColumn
-
- isEqualTo(LocalTime) - Method in class tech.tablesaw.api.TimeColumn
-
- isEqualTo(int) - Method in class tech.tablesaw.columns.ColumnReference
-
- isEqualTo(ColumnReference) - Method in class tech.tablesaw.columns.ColumnReference
-
- isEqualTo(float) - Method in class tech.tablesaw.columns.ColumnReference
-
- isEqualTo(LocalTime) - Method in class tech.tablesaw.columns.ColumnReference
-
- isEqualTo(LocalDate) - Method in class tech.tablesaw.columns.ColumnReference
-
- isEqualTo(String) - Method in class tech.tablesaw.columns.ColumnReference
-
- isEqualTo - Static variable in interface tech.tablesaw.columns.DateColumnUtils
-
- isEqualTo - Static variable in interface tech.tablesaw.columns.DoubleColumnUtils
-
- isEqualTo - Static variable in interface tech.tablesaw.columns.FloatColumnUtils
-
- isEqualTo - Static variable in interface tech.tablesaw.columns.IntColumnUtils
-
- isEqualTo - Static variable in interface tech.tablesaw.columns.LongColumnUtils
-
- isEqualTo(int, int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- isEqualTo - Static variable in interface tech.tablesaw.columns.ShortColumnUtils
-
- isEqualTo - Static variable in interface tech.tablesaw.columns.TimeColumnUtils
-
- isEven() - Method in class tech.tablesaw.api.IntColumn
-
- isEven() - Method in class tech.tablesaw.api.LongColumn
-
- isEven() - Method in class tech.tablesaw.api.ShortColumn
-
- isEven - Static variable in interface tech.tablesaw.columns.IntColumnUtils
-
- isEven - Static variable in interface tech.tablesaw.columns.LongColumnUtils
-
- isEven - Static variable in interface tech.tablesaw.columns.ShortColumnUtils
-
- isFalse() - Method in class tech.tablesaw.api.BooleanColumn
-
- isFalse(Filter) - Static method in class tech.tablesaw.api.QueryHelper
-
- isFalse() - Method in class tech.tablesaw.columns.ColumnReference
-
- IsFalse - Class in tech.tablesaw.filtering
-
A boolean filtering, returns true if the filtering it wraps returns false, and vice-versa.
- isFalse(Filter) - Static method in class tech.tablesaw.filtering.IsFalse
-
- isFirstDayOfMonth() - Method in class tech.tablesaw.api.DateColumn
-
- isFirstDayOfMonth() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isFirstDayOfMonth() - Method in class tech.tablesaw.columns.ColumnReference
-
- isFirstDayOfMonth(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isFirstDayOfMonth(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsFirstDayOfTheMonth - Class in tech.tablesaw.filtering.datetimes
-
- IsFirstDayOfTheMonth(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsFirstDayOfTheMonth
-
- isFriday() - Method in class tech.tablesaw.api.DateColumn
-
- isFriday() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isFriday() - Method in class tech.tablesaw.columns.ColumnReference
-
- isFriday(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isFriday(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsFriday - Class in tech.tablesaw.filtering.datetimes
-
- IsFriday(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsFriday
-
- isGreaterThan(double) - Method in class tech.tablesaw.api.DoubleColumn
-
- isGreaterThan(float) - Method in class tech.tablesaw.api.FloatColumn
-
- isGreaterThan(int) - Method in class tech.tablesaw.api.IntColumn
-
- isGreaterThan(long) - Method in class tech.tablesaw.api.LongColumn
-
- isGreaterThan(int) - Method in class tech.tablesaw.api.ShortColumn
-
- isGreaterThan(int) - Method in class tech.tablesaw.columns.ColumnReference
-
- isGreaterThan(float) - Method in class tech.tablesaw.columns.ColumnReference
-
- isGreaterThan - Static variable in interface tech.tablesaw.columns.DateColumnUtils
-
- isGreaterThan - Static variable in interface tech.tablesaw.columns.DoubleColumnUtils
-
- isGreaterThan - Static variable in interface tech.tablesaw.columns.FloatColumnUtils
-
- isGreaterThan - Static variable in interface tech.tablesaw.columns.IntColumnUtils
-
- isGreaterThan - Static variable in interface tech.tablesaw.columns.LongColumnUtils
-
- isGreaterThan - Static variable in interface tech.tablesaw.columns.ShortColumnUtils
-
- isGreaterThan - Static variable in interface tech.tablesaw.columns.TimeColumnUtils
-
- isGreaterThanOrEqualTo(double) - Method in class tech.tablesaw.api.DoubleColumn
-
- isGreaterThanOrEqualTo(float) - Method in class tech.tablesaw.api.FloatColumn
-
- isGreaterThanOrEqualTo(int) - Method in class tech.tablesaw.api.IntColumn
-
- isGreaterThanOrEqualTo(long) - Method in class tech.tablesaw.api.LongColumn
-
- isGreaterThanOrEqualTo(int) - Method in class tech.tablesaw.api.ShortColumn
-
- isGreaterThanOrEqualTo(int) - Method in class tech.tablesaw.columns.ColumnReference
-
- isGreaterThanOrEqualTo(float) - Method in class tech.tablesaw.columns.ColumnReference
-
- isGreaterThanOrEqualTo - Static variable in interface tech.tablesaw.columns.DateColumnUtils
-
- isGreaterThanOrEqualTo - Static variable in interface tech.tablesaw.columns.DoubleColumnUtils
-
- isGreaterThanOrEqualTo - Static variable in interface tech.tablesaw.columns.FloatColumnUtils
-
- isGreaterThanOrEqualTo - Static variable in interface tech.tablesaw.columns.IntColumnUtils
-
- isGreaterThanOrEqualTo - Static variable in interface tech.tablesaw.columns.LongColumnUtils
-
- isGreaterThanOrEqualTo - Static variable in interface tech.tablesaw.columns.ShortColumnUtils
-
- isGreaterThanOrEqualTo - Static variable in interface tech.tablesaw.columns.TimeColumnUtils
-
- isIn(String...) - Method in class tech.tablesaw.api.CategoryColumn
-
- isIn(Collection<String>) - Method in class tech.tablesaw.api.CategoryColumn
-
- isIn(int...) - Method in class tech.tablesaw.api.IntColumn
-
- isIn(IntColumn) - Method in class tech.tablesaw.columns.ColumnReference
-
- isIn(String...) - Method in class tech.tablesaw.columns.ColumnReference
-
- isIn(int...) - Method in class tech.tablesaw.columns.ColumnReference
-
- isInApril() - Method in class tech.tablesaw.api.DateColumn
-
- isInApril() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isInApril() - Method in class tech.tablesaw.columns.ColumnReference
-
- isInApril(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isInApril(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsInApril - Class in tech.tablesaw.filtering.datetimes
-
- IsInApril(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsInApril
-
- isInAugust() - Method in class tech.tablesaw.api.DateColumn
-
- isInAugust() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isInAugust() - Method in class tech.tablesaw.columns.ColumnReference
-
- isInAugust(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isInAugust(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsInAugust - Class in tech.tablesaw.filtering.datetimes
-
- IsInAugust(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsInAugust
-
- isInDecember() - Method in class tech.tablesaw.api.DateColumn
-
- isInDecember() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isInDecember() - Method in class tech.tablesaw.columns.ColumnReference
-
- isInDecember(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isInDecember(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsInDecember - Class in tech.tablesaw.filtering.datetimes
-
- IsInDecember(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsInDecember
-
- isInFebruary() - Method in class tech.tablesaw.api.DateColumn
-
- isInFebruary() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isInFebruary() - Method in class tech.tablesaw.columns.ColumnReference
-
- isInFebruary(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isInFebruary(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsInFebruary - Class in tech.tablesaw.filtering.datetimes
-
- IsInFebruary(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsInFebruary
-
- isInJanuary() - Method in class tech.tablesaw.api.DateColumn
-
- isInJanuary() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isInJanuary() - Method in class tech.tablesaw.columns.ColumnReference
-
- isInJanuary(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isInJanuary(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsInJanuary - Class in tech.tablesaw.filtering.datetimes
-
- IsInJanuary(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsInJanuary
-
- isInJuly() - Method in class tech.tablesaw.api.DateColumn
-
- isInJuly() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isInJuly() - Method in class tech.tablesaw.columns.ColumnReference
-
- isInJuly(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isInJuly(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsInJuly - Class in tech.tablesaw.filtering.datetimes
-
- IsInJuly(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsInJuly
-
- isInJune() - Method in class tech.tablesaw.api.DateColumn
-
- isInJune() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isInJune() - Method in class tech.tablesaw.columns.ColumnReference
-
- isInJune(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isInJune(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsInJune - Class in tech.tablesaw.filtering.datetimes
-
- IsInJune(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsInJune
-
- isInMarch() - Method in class tech.tablesaw.api.DateColumn
-
- isInMarch() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isInMarch() - Method in class tech.tablesaw.columns.ColumnReference
-
- isInMarch(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isInMarch(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsInMarch - Class in tech.tablesaw.filtering.datetimes
-
- IsInMarch(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsInMarch
-
- isInMay() - Method in class tech.tablesaw.api.DateColumn
-
- isInMay() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isInMay() - Method in class tech.tablesaw.columns.ColumnReference
-
- isInMay(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isInMay(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsInMay - Class in tech.tablesaw.filtering.datetimes
-
- IsInMay(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsInMay
-
- isInNovember() - Method in class tech.tablesaw.api.DateColumn
-
- isInNovember() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isInNovember() - Method in class tech.tablesaw.columns.ColumnReference
-
- isInNovember(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isInNovember(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsInNovember - Class in tech.tablesaw.filtering.datetimes
-
- IsInNovember(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsInNovember
-
- isInOctober() - Method in class tech.tablesaw.api.DateColumn
-
- isInOctober() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isInOctober() - Method in class tech.tablesaw.columns.ColumnReference
-
- isInOctober(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isInOctober(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsInOctober - Class in tech.tablesaw.filtering.datetimes
-
- IsInOctober(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsInOctober
-
- isInQ1() - Method in class tech.tablesaw.api.DateColumn
-
- isInQ1() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isInQ1() - Method in class tech.tablesaw.columns.ColumnReference
-
- isInQ1(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isInQ1(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsInQ1 - Class in tech.tablesaw.filtering.datetimes
-
- IsInQ1(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsInQ1
-
- isInQ2() - Method in class tech.tablesaw.api.DateColumn
-
- isInQ2() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isInQ2() - Method in class tech.tablesaw.columns.ColumnReference
-
- isInQ2(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isInQ2(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsInQ2 - Class in tech.tablesaw.filtering.datetimes
-
- IsInQ2(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsInQ2
-
- isInQ3() - Method in class tech.tablesaw.api.DateColumn
-
- isInQ3() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isInQ3() - Method in class tech.tablesaw.columns.ColumnReference
-
- isInQ3(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isInQ3(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsInQ3 - Class in tech.tablesaw.filtering.datetimes
-
- IsInQ3(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsInQ3
-
- isInQ4() - Method in class tech.tablesaw.api.DateColumn
-
- isInQ4() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isInQ4() - Method in class tech.tablesaw.columns.ColumnReference
-
- isInQ4(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isInQ4(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsInQ4 - Class in tech.tablesaw.filtering.datetimes
-
- IsInQ4(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsInQ4
-
- isInSeptember() - Method in class tech.tablesaw.api.DateColumn
-
- isInSeptember() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isInSeptember() - Method in class tech.tablesaw.columns.ColumnReference
-
- isInSeptember(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isInSeptember(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsInSeptember - Class in tech.tablesaw.filtering.datetimes
-
- IsInSeptember(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsInSeptember
-
- isInYear(int) - Method in class tech.tablesaw.api.DateColumn
-
- isInYear(int) - Method in class tech.tablesaw.api.DateTimeColumn
-
- isInYear(int) - Method in class tech.tablesaw.columns.ColumnReference
-
- isInYear(int, int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isInYear(long, int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsInYear - Class in tech.tablesaw.filtering.datetimes
-
- IsInYear(ColumnReference, int) - Constructor for class tech.tablesaw.filtering.datetimes.IsInYear
-
- isLastDayOfMonth() - Method in class tech.tablesaw.api.DateColumn
-
- isLastDayOfMonth() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isLastDayOfMonth() - Method in class tech.tablesaw.columns.ColumnReference
-
- isLastDayOfMonth(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isLastDayOfMonth(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsLastDayOfTheMonth - Class in tech.tablesaw.filtering.datetimes
-
- IsLastDayOfTheMonth(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsLastDayOfTheMonth
-
- isLeapYear(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isLeapYear(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- isLessThan(double) - Method in class tech.tablesaw.api.DoubleColumn
-
- isLessThan(float) - Method in class tech.tablesaw.api.FloatColumn
-
- isLessThan(int) - Method in class tech.tablesaw.api.IntColumn
-
- isLessThan(long) - Method in class tech.tablesaw.api.LongColumn
-
- isLessThan(int) - Method in class tech.tablesaw.api.ShortColumn
-
- isLessThan(int) - Method in class tech.tablesaw.columns.ColumnReference
-
- isLessThan(float) - Method in class tech.tablesaw.columns.ColumnReference
-
- isLessThan - Static variable in interface tech.tablesaw.columns.DateColumnUtils
-
- isLessThan - Static variable in interface tech.tablesaw.columns.DoubleColumnUtils
-
- isLessThan - Static variable in interface tech.tablesaw.columns.FloatColumnUtils
-
- isLessThan - Static variable in interface tech.tablesaw.columns.IntColumnUtils
-
- isLessThan - Static variable in interface tech.tablesaw.columns.LongColumnUtils
-
- isLessThan - Static variable in interface tech.tablesaw.columns.ShortColumnUtils
-
- isLessThan - Static variable in interface tech.tablesaw.columns.TimeColumnUtils
-
- isLessThanOrEqualTo(double) - Method in class tech.tablesaw.api.DoubleColumn
-
- isLessThanOrEqualTo(float) - Method in class tech.tablesaw.api.FloatColumn
-
- isLessThanOrEqualTo(int) - Method in class tech.tablesaw.api.IntColumn
-
- isLessThanOrEqualTo(long) - Method in class tech.tablesaw.api.LongColumn
-
- isLessThanOrEqualTo(int) - Method in class tech.tablesaw.api.ShortColumn
-
- isLessThanOrEqualTo(int) - Method in class tech.tablesaw.columns.ColumnReference
-
- isLessThanOrEqualTo(float) - Method in class tech.tablesaw.columns.ColumnReference
-
- isLessThanOrEqualTo - Static variable in interface tech.tablesaw.columns.DateColumnUtils
-
- isLessThanOrEqualTo - Static variable in interface tech.tablesaw.columns.DoubleColumnUtils
-
- isLessThanOrEqualTo - Static variable in interface tech.tablesaw.columns.FloatColumnUtils
-
- isLessThanOrEqualTo - Static variable in interface tech.tablesaw.columns.IntColumnUtils
-
- isLessThanOrEqualTo - Static variable in interface tech.tablesaw.columns.LongColumnUtils
-
- isLessThanOrEqualTo - Static variable in interface tech.tablesaw.columns.ShortColumnUtils
-
- isLessThanOrEqualTo - Static variable in interface tech.tablesaw.columns.TimeColumnUtils
-
- isLocked() - Method in class tech.tablesaw.util.IntComparatorChain
-
- isLongerThan(int) - Method in class tech.tablesaw.columns.ColumnReference
-
- isLongerThan(int) - Method in interface tech.tablesaw.filtering.text.CategoryFilters
-
- isLowerCase() - Method in class tech.tablesaw.columns.ColumnReference
-
- isLowerCase() - Method in interface tech.tablesaw.filtering.text.CategoryFilters
-
- isMidnight() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isMidnight() - Method in class tech.tablesaw.api.TimeColumn
-
- isMidnight() - Method in class tech.tablesaw.columns.ColumnReference
-
- isMidnight(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- isMidnight(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- IsMidnight - Class in tech.tablesaw.filtering.times
-
- IsMidnight(ColumnReference) - Constructor for class tech.tablesaw.filtering.times.IsMidnight
-
- isMissing() - Method in class tech.tablesaw.api.BooleanColumn
-
- isMissing() - Method in class tech.tablesaw.api.CategoryColumn
-
- isMissing() - Method in class tech.tablesaw.api.DateColumn
-
- isMissing() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isMissing() - Method in class tech.tablesaw.api.DoubleColumn
-
- isMissing() - Method in class tech.tablesaw.api.FloatColumn
-
- isMissing() - Method in class tech.tablesaw.api.IntColumn
-
- isMissing() - Method in class tech.tablesaw.api.LongColumn
-
- isMissing() - Method in class tech.tablesaw.api.ShortColumn
-
- isMissing() - Method in class tech.tablesaw.api.TimeColumn
-
- isMissing - Static variable in interface tech.tablesaw.columns.BooleanColumnUtils
-
- isMissing - Static variable in interface tech.tablesaw.columns.CategoryColumnUtils
-
- isMissing() - Method in interface tech.tablesaw.columns.Column
-
- isMissing() - Method in class tech.tablesaw.columns.ColumnReference
-
- isMissing - Static variable in interface tech.tablesaw.columns.DateColumnUtils
-
- isMissing - Static variable in interface tech.tablesaw.columns.DateTimeColumnUtils
-
- isMissing - Static variable in interface tech.tablesaw.columns.DoubleColumnUtils
-
- isMissing - Static variable in interface tech.tablesaw.columns.FloatColumnUtils
-
- isMissing - Static variable in interface tech.tablesaw.columns.IntColumnUtils
-
- isMissing - Static variable in interface tech.tablesaw.columns.LongColumnUtils
-
- isMissing - Static variable in interface tech.tablesaw.columns.ShortColumnUtils
-
- isMissing - Static variable in interface tech.tablesaw.columns.TimeColumnUtils
-
- 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.api.DateColumn
-
- isMonday() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isMonday() - Method in class tech.tablesaw.columns.ColumnReference
-
- isMonday(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isMonday(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsMonday - Class in tech.tablesaw.filtering.datetimes
-
- IsMonday(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsMonday
-
- isNegative() - Method in class tech.tablesaw.api.DoubleColumn
-
- isNegative() - Method in class tech.tablesaw.api.FloatColumn
-
- isNegative() - Method in class tech.tablesaw.api.IntColumn
-
- isNegative() - Method in class tech.tablesaw.api.LongColumn
-
- isNegative() - Method in class tech.tablesaw.api.ShortColumn
-
- isNegative - Static variable in interface tech.tablesaw.columns.DoubleColumnUtils
-
- isNegative - Static variable in interface tech.tablesaw.columns.FloatColumnUtils
-
- isNegative - Static variable in interface tech.tablesaw.columns.IntColumnUtils
-
- isNegative - Static variable in interface tech.tablesaw.columns.LongColumnUtils
-
- isNegative - Static variable in interface tech.tablesaw.columns.ShortColumnUtils
-
- isNonNegative() - Method in class tech.tablesaw.api.DoubleColumn
-
- isNonNegative() - Method in class tech.tablesaw.api.FloatColumn
-
- isNonNegative() - Method in class tech.tablesaw.api.IntColumn
-
- isNonNegative() - Method in class tech.tablesaw.api.LongColumn
-
- isNonNegative() - Method in class tech.tablesaw.api.ShortColumn
-
- isNonNegative - Static variable in interface tech.tablesaw.columns.DoubleColumnUtils
-
- isNonNegative - Static variable in interface tech.tablesaw.columns.FloatColumnUtils
-
- isNonNegative - Static variable in interface tech.tablesaw.columns.IntColumnUtils
-
- isNonNegative - Static variable in interface tech.tablesaw.columns.LongColumnUtils
-
- isNonNegative - Static variable in interface tech.tablesaw.columns.ShortColumnUtils
-
- isNoon() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isNoon() - Method in class tech.tablesaw.api.TimeColumn
-
- isNoon() - Method in class tech.tablesaw.columns.ColumnReference
-
- isNoon(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- isNoon(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- IsNoon - Class in tech.tablesaw.filtering.times
-
- IsNoon(ColumnReference) - Constructor for class tech.tablesaw.filtering.times.IsNoon
-
- isNotEqualTo(String) - Method in class tech.tablesaw.api.CategoryColumn
-
- isNotEqualTo(double) - Method in class tech.tablesaw.api.DoubleColumn
-
- isNotEqualTo(float) - Method in class tech.tablesaw.api.FloatColumn
-
- isNotEqualTo(int) - Method in class tech.tablesaw.api.IntColumn
-
- isNotEqualTo(long) - Method in class tech.tablesaw.api.LongColumn
-
- isNotEqualTo(int) - Method in class tech.tablesaw.api.ShortColumn
-
- isNotEqualTo(LocalTime) - Method in class tech.tablesaw.api.TimeColumn
-
- isNotEqualTo(LocalTime) - Method in class tech.tablesaw.columns.ColumnReference
-
- isNotEqualTo(String) - Method in class tech.tablesaw.columns.ColumnReference
-
- isNotEqualTo - Static variable in interface tech.tablesaw.columns.DoubleColumnUtils
-
- isNotEqualTo - Static variable in interface tech.tablesaw.columns.FloatColumnUtils
-
- isNotEqualTo - Static variable in interface tech.tablesaw.columns.IntColumnUtils
-
- isNotEqualTo - Static variable in interface tech.tablesaw.columns.LongColumnUtils
-
- isNotEqualTo - Static variable in interface tech.tablesaw.columns.ShortColumnUtils
-
- isNotIn(String...) - Method in class tech.tablesaw.api.CategoryColumn
-
- isNotIn(Collection<String>) - Method in class tech.tablesaw.api.CategoryColumn
-
- isNotMissing() - Method in class tech.tablesaw.api.BooleanColumn
-
- isNotMissing() - Method in class tech.tablesaw.api.CategoryColumn
-
- isNotMissing() - Method in class tech.tablesaw.api.DateColumn
-
- isNotMissing() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isNotMissing() - Method in class tech.tablesaw.api.DoubleColumn
-
- isNotMissing() - Method in class tech.tablesaw.api.FloatColumn
-
- isNotMissing() - Method in class tech.tablesaw.api.IntColumn
-
- isNotMissing() - Method in class tech.tablesaw.api.LongColumn
-
- isNotMissing() - Method in class tech.tablesaw.api.ShortColumn
-
- isNotMissing() - Method in class tech.tablesaw.api.TimeColumn
-
- isNotMissing - Static variable in interface tech.tablesaw.columns.BooleanColumnUtils
-
- isNotMissing - Static variable in interface tech.tablesaw.columns.CategoryColumnUtils
-
- isNotMissing() - Method in interface tech.tablesaw.columns.Column
-
- isNotMissing() - Method in class tech.tablesaw.columns.ColumnReference
-
- isNotMissing - Static variable in interface tech.tablesaw.columns.DateColumnUtils
-
- isNotMissing - Static variable in interface tech.tablesaw.columns.DateTimeColumnUtils
-
- isNotMissing - Static variable in interface tech.tablesaw.columns.DoubleColumnUtils
-
- isNotMissing - Static variable in interface tech.tablesaw.columns.FloatColumnUtils
-
- isNotMissing - Static variable in interface tech.tablesaw.columns.IntColumnUtils
-
- isNotMissing - Static variable in interface tech.tablesaw.columns.LongColumnUtils
-
- isNotMissing - Static variable in interface tech.tablesaw.columns.ShortColumnUtils
-
- isNotMissing - Static variable in interface tech.tablesaw.columns.TimeColumnUtils
-
- 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() - Method in class tech.tablesaw.columns.ColumnReference
-
- isNumeric() - Method in interface tech.tablesaw.filtering.text.CategoryFilters
-
- isOdd() - Method in class tech.tablesaw.api.IntColumn
-
- isOdd() - Method in class tech.tablesaw.api.LongColumn
-
- isOdd() - Method in class tech.tablesaw.api.ShortColumn
-
- isOdd - Static variable in interface tech.tablesaw.columns.IntColumnUtils
-
- isOdd - Static variable in interface tech.tablesaw.columns.LongColumnUtils
-
- isOdd - Static variable in interface tech.tablesaw.columns.ShortColumnUtils
-
- isOnOrAfter(LocalDate) - Method in class tech.tablesaw.api.DateColumn
-
- isOnOrAfter(int) - Method in class tech.tablesaw.api.DateColumn
-
- isOnOrAfter(long) - Method in class tech.tablesaw.api.DateTimeColumn
-
- isOnOrAfter(LocalDateTime) - Method in class tech.tablesaw.api.DateTimeColumn
-
- isOnOrAfter(LocalTime) - Method in class tech.tablesaw.api.TimeColumn
-
- isOnOrAfter(int) - Method in class tech.tablesaw.api.TimeColumn
-
- isOnOrAfter(int, int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isOnOrAfter(int, int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- isOnOrBefore(LocalDate) - Method in class tech.tablesaw.api.DateColumn
-
- isOnOrBefore(int) - Method in class tech.tablesaw.api.DateColumn
-
- isOnOrBefore(long) - Method in class tech.tablesaw.api.DateTimeColumn
-
- isOnOrBefore(LocalDateTime) - Method in class tech.tablesaw.api.DateTimeColumn
-
- isOnOrBefore(LocalTime) - Method in class tech.tablesaw.api.TimeColumn
-
- isOnOrBefore(int) - Method in class tech.tablesaw.api.TimeColumn
-
- isOnOrBefore(int, int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isOnOrBefore(int, int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- isPositive() - Method in class tech.tablesaw.api.DoubleColumn
-
- isPositive() - Method in class tech.tablesaw.api.FloatColumn
-
- isPositive() - Method in class tech.tablesaw.api.IntColumn
-
- isPositive() - Method in class tech.tablesaw.api.LongColumn
-
- isPositive() - Method in class tech.tablesaw.api.ShortColumn
-
- isPositive - Static variable in interface tech.tablesaw.columns.DoubleColumnUtils
-
- isPositive - Static variable in interface tech.tablesaw.columns.FloatColumnUtils
-
- isPositive - Static variable in interface tech.tablesaw.columns.IntColumnUtils
-
- isPositive - Static variable in interface tech.tablesaw.columns.LongColumnUtils
-
- isPositive - Static variable in interface tech.tablesaw.columns.ShortColumnUtils
-
- isSaturday() - Method in class tech.tablesaw.api.DateColumn
-
- isSaturday() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isSaturday() - Method in class tech.tablesaw.columns.ColumnReference
-
- isSaturday(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isSaturday(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsSaturday - Class in tech.tablesaw.filtering.datetimes
-
- IsSaturday(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsSaturday
-
- isShorterThan(int) - Method in class tech.tablesaw.columns.ColumnReference
-
- isShorterThan(int) - Method in interface tech.tablesaw.filtering.text.CategoryFilters
-
- isSunday() - Method in class tech.tablesaw.api.DateColumn
-
- isSunday() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isSunday() - Method in class tech.tablesaw.columns.ColumnReference
-
- isSunday(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isSunday(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsSunday - Class in tech.tablesaw.filtering.datetimes
-
- IsSunday(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsSunday
-
- isThursday() - Method in class tech.tablesaw.api.DateColumn
-
- isThursday() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isThursday() - Method in class tech.tablesaw.columns.ColumnReference
-
- isThursday(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isThursday(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsThursday - Class in tech.tablesaw.filtering.datetimes
-
- IsThursday(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsThursday
-
- isTrue() - Method in class tech.tablesaw.api.BooleanColumn
-
- isTrue(Filter) - Static method in class tech.tablesaw.api.QueryHelper
-
- isTrue() - Method in class tech.tablesaw.columns.ColumnReference
-
- IsTrue - Class in tech.tablesaw.filtering
-
A boolean filtering.
- isTrue(Filter) - Static method in class tech.tablesaw.filtering.IsTrue
-
- isTuesday() - Method in class tech.tablesaw.api.DateColumn
-
- isTuesday() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isTuesday() - Method in class tech.tablesaw.columns.ColumnReference
-
- isTuesday(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isTuesday(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsTuesday - Class in tech.tablesaw.filtering.datetimes
-
- IsTuesday(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsTuesday
-
- isUpperCase() - Method in class tech.tablesaw.columns.ColumnReference
-
- isUpperCase() - Method in interface tech.tablesaw.filtering.text.CategoryFilters
-
- isWednesday() - Method in class tech.tablesaw.api.DateColumn
-
- isWednesday() - Method in class tech.tablesaw.api.DateTimeColumn
-
- isWednesday() - Method in class tech.tablesaw.columns.ColumnReference
-
- isWednesday(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- isWednesday(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- IsWednesday - Class in tech.tablesaw.filtering.datetimes
-
- IsWednesday(ColumnReference) - Constructor for class tech.tablesaw.filtering.datetimes.IsWednesday
-
- isZero() - Method in class tech.tablesaw.api.DoubleColumn
-
- isZero() - Method in class tech.tablesaw.api.FloatColumn
-
- isZero() - Method in class tech.tablesaw.api.IntColumn
-
- isZero() - Method in class tech.tablesaw.api.LongColumn
-
- isZero() - Method in class tech.tablesaw.api.ShortColumn
-
- isZero - Static variable in interface tech.tablesaw.columns.DoubleColumnUtils
-
- isZero - Static variable in interface tech.tablesaw.columns.FloatColumnUtils
-
- isZero - Static variable in interface tech.tablesaw.columns.IntColumnUtils
-
- isZero - Static variable in interface tech.tablesaw.columns.LongColumnUtils
-
- isZero - Static variable in interface tech.tablesaw.columns.ShortColumnUtils
-
- iterator() - Method in class tech.tablesaw.api.BooleanColumn
-
- iterator() - Method in class tech.tablesaw.api.CategoryColumn
-
- 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 class tech.tablesaw.api.FloatColumn
-
- iterator() - Method in class tech.tablesaw.api.IntColumn
-
- iterator() - Method in class tech.tablesaw.api.LongColumn
-
- iterator() - Method in class tech.tablesaw.api.ShortColumn
-
- 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.sorting.Sort
-
Returns an iterator over elements of type T
.
- iterator() - Method in class tech.tablesaw.table.TableGroup
-
Returns an iterator over elements of type T
.
- iterator() - Method in class tech.tablesaw.table.TemporaryView
-
- iterator() - Method in class tech.tablesaw.table.ViewGroup
-
Returns an iterator over elements of type T
.
- iterator() - Method in class tech.tablesaw.util.BitmapBackedSelection
-
- RandomForest - Class in tech.tablesaw.api.ml.classification
-
- range() - Method in class tech.tablesaw.api.DoubleColumn
-
- range() - Method in class tech.tablesaw.api.FloatColumn
-
- range() - Method in class tech.tablesaw.api.IntColumn
-
- range() - Method in class tech.tablesaw.api.LongColumn
-
- range() - Method in interface tech.tablesaw.api.NumericColumn
-
- range() - Method in class tech.tablesaw.api.ShortColumn
-
- Range - Class in tech.tablesaw.reducing.functions
-
- Range(Table, String) - Constructor for class tech.tablesaw.reducing.functions.Range
-
- range - Static variable in class tech.tablesaw.reducing.NumericReduceUtils
-
- range(int, BoundType, int, BoundType) - Static method in class tech.tablesaw.util.collections.IntRange
-
Returns a range that contains any value from lower
to upper
, where each endpoint may be either inclusive (closed) or exclusive
(open).
- range() - Method in class tech.tablesaw.util.Stats
-
- rangeContaining(int) - Method in interface tech.tablesaw.util.collections.IntRangeSet
-
Returns the unique range from this range set that
contains
value
, or
null
if this range set does not contain
value
.
- rangeContaining(int) - Method in class tech.tablesaw.util.collections.IntTreeRangeSet
-
- read(ColumnType[], String...) - Static method in class tech.tablesaw.io.csv.CsvReader
-
Constructs and returns a table from one or more CSV files, all containing the same column types
- read(ColumnType[], boolean, char, String) - Static method in class tech.tablesaw.io.csv.CsvReader
-
Returns a Table constructed from a CSV File with the given file name
- read(File, boolean, char) - Static method in class tech.tablesaw.io.csv.CsvReader
-
Returns the given file after auto-detecting the column types, or trying to
- read(Reader, String, boolean, char) - Static method in class tech.tablesaw.io.csv.CsvReader
-
Returns the given file after auto-detecting the column types, or trying to
- read(Reader, String, boolean, char, boolean) - Static method in class tech.tablesaw.io.csv.CsvReader
-
- read(Reader, String, ColumnType[], boolean, char) - Static method in class tech.tablesaw.io.csv.CsvReader
-
- read(List<String[]>, String, ColumnType[], boolean, char) - Static method in class tech.tablesaw.io.csv.CsvReader
-
- 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
- readCategoryColumn(String, ColumnMetadata) - Static method in class tech.tablesaw.store.StorageManager
-
- readTable(String) - Static method in class tech.tablesaw.api.Table
-
- readTable(String) - Static method in class tech.tablesaw.store.StorageManager
-
Reads a tablesaw table into memory
- reduce(String, NumericReduceFunction) - Method in class tech.tablesaw.api.Table
-
Returns the result of applying the given function to the specified column
- reduce(double[]) - Method in interface tech.tablesaw.reducing.NumericReduceFunction
-
- reduce(FloatColumn) - Method in interface tech.tablesaw.reducing.NumericReduceFunction
-
- reduce(DoubleColumn) - Method in interface tech.tablesaw.reducing.NumericReduceFunction
-
- reduce(IntColumn) - Method in interface tech.tablesaw.reducing.NumericReduceFunction
-
- reduce(ShortColumn) - Method in interface tech.tablesaw.reducing.NumericReduceFunction
-
- reduce(LongColumn) - Method in interface tech.tablesaw.reducing.NumericReduceFunction
-
- reduce(String, NumericReduceFunction) - Method in class tech.tablesaw.table.TableGroup
-
- reduce(String, NumericReduceFunction) - Method in class tech.tablesaw.table.TemporaryView
-
Returns the result of applying the given function to the specified column
- reduce(String, NumericReduceFunction) - Method in class tech.tablesaw.table.ViewGroup
-
- Relation - Interface in tech.tablesaw.table
-
A tabular data structure like a table in a relational database, but not formally implementing the relational algebra
- remainder(DoubleColumn) - Method in class tech.tablesaw.api.DoubleColumn
-
- remainder(FloatColumn) - Method in class tech.tablesaw.api.FloatColumn
-
- remainder(IntColumn) - Method in class tech.tablesaw.api.IntColumn
-
- remainder(LongColumn) - Method in class tech.tablesaw.api.LongColumn
-
- remainder(ShortColumn) - Method in class tech.tablesaw.api.ShortColumn
-
- remove(IntRange) - Method in interface tech.tablesaw.util.collections.IntRangeSet
-
Removes the specified range from this IntRangeSet
(optional operation).
- remove(IntRange) - Method in class tech.tablesaw.util.collections.IntTreeRangeSet
-
- remove(short) - Method in class tech.tablesaw.util.DictionaryMap
-
- remove(String) - Method in class tech.tablesaw.util.DictionaryMap
-
- removeAll(IntRangeSet) - Method in interface tech.tablesaw.util.collections.IntRangeSet
-
Removes all of the ranges from the specified range set from this range set (optional
operation).
- removeColumn(int) - Method in interface tech.tablesaw.table.Relation
-
- removeColumns(Column...) - Method in class tech.tablesaw.api.Table
-
Removes the given columns
- removeColumns(Column...) - Method in interface tech.tablesaw.table.Relation
-
Removes the given columns from the receiver
- removeColumns(String...) - Method in interface tech.tablesaw.table.Relation
-
- removeColumns(Column...) - Method in class tech.tablesaw.table.TemporaryView
-
- replaceAll(String[], String) - Method in class tech.tablesaw.api.CategoryColumn
-
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.mapping.StringMapUtils
-
- replaceFirst(String, String) - Method in interface tech.tablesaw.mapping.StringMapUtils
-
- residuals() - Method in class tech.tablesaw.api.ml.regression.LeastSquares
-
- retainColumns(Column...) - Method in class tech.tablesaw.api.Table
-
Removes the given columns from this table
- retainColumns(String...) - Method in class tech.tablesaw.api.Table
-
- reverse(IntComparator) - Static method in class tech.tablesaw.util.ReversingIntComparator
-
- ReverseIntComparator - Class in tech.tablesaw.util
-
A Comparator for int primitives for sorting in reverse order, using the given comparator
- ReverseIntComparator() - Constructor for class tech.tablesaw.util.ReverseIntComparator
-
- ReverseLongComparator - Class in tech.tablesaw.util
-
A comparator for long primitives for sorting in descending order
- ReverseLongComparator() - Constructor for class tech.tablesaw.util.ReverseLongComparator
-
- ReverseShortComparator - Class in tech.tablesaw.util
-
A Comparator for int primitives for sorting in reverse order, using the given comparator
- ReverseShortComparator() - Constructor for class tech.tablesaw.util.ReverseShortComparator
-
- reverseShortComparator - Static variable in class tech.tablesaw.util.ReverseShortComparator
-
- ReversingIntComparator - Class in tech.tablesaw.util
-
A Comparator to sort int primitives in reverse order, selectWhere the un-reversed order is defined by another
comparator
- round() - Method in class tech.tablesaw.api.DoubleColumn
-
- round() - Method in class tech.tablesaw.api.FloatColumn
-
- rowComparator() - Method in class tech.tablesaw.api.BooleanColumn
-
- rowComparator - Variable in class tech.tablesaw.api.CategoryColumn
-
- rowComparator() - Method in class tech.tablesaw.api.CategoryColumn
-
- 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 class tech.tablesaw.api.FloatColumn
-
Compares the given ints, which refer to the indexes of the floats in this column, according to the values of the
floats themselves
- rowComparator() - Method in class tech.tablesaw.api.IntColumn
-
- rowComparator() - Method in class tech.tablesaw.api.LongColumn
-
- rowComparator() - Method in class tech.tablesaw.api.ShortColumn
-
- rowComparator() - Method in class tech.tablesaw.api.TimeColumn
-
- rowComparator() - Method in interface tech.tablesaw.columns.Column
-
- rowCount() - Method in class tech.tablesaw.api.Table
-
Returns the number of rows in the table
- rowCount() - Method in interface tech.tablesaw.table.Relation
-
Returns the number of rows in the relation
- rowCount() - Method in class tech.tablesaw.table.TemporaryView
-
- rowPercents(Table) - Static method in class tech.tablesaw.reducing.CrossTab
-
- rows() - Method in class tech.tablesaw.api.Table
-
Returns an array of ints of the same number of rows as the table
- Rows - Class in tech.tablesaw.table
-
A static utility class for row operations
- RSquared() - Method in class tech.tablesaw.api.ml.regression.LeastSquares
-
- RSS() - Method in class tech.tablesaw.api.ml.regression.LeastSquares
-
- sample(double) - Method in class tech.tablesaw.api.Table
-
Returns a table consisting of randomly selected records from this table.
- 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
- save(String) - Method in class tech.tablesaw.api.Table
-
- saveTable(String, Relation) - Static method in class tech.tablesaw.store.StorageManager
-
Saves the data from the given table in the location specified by folderName.
- secondMoment() - Method in class tech.tablesaw.util.Stats
-
- secondOfDay() - Method in interface tech.tablesaw.mapping.DateTimeMapUtils
-
- secondOfDay() - Method in interface tech.tablesaw.mapping.TimeMapUtils
-
- select(BooleanPredicate) - Method in class tech.tablesaw.api.BooleanColumn
-
- select(StringPredicate) - Method in class tech.tablesaw.api.CategoryColumn
-
- select(StringBiPredicate, String) - Method in class tech.tablesaw.api.CategoryColumn
-
- select(IntPredicate) - Method in class tech.tablesaw.api.DateColumn
-
- select(IntBiPredicate, int) - Method in class tech.tablesaw.api.DateColumn
-
- select(LongPredicate) - Method in class tech.tablesaw.api.DateTimeColumn
-
- select(LongBiPredicate, long) - Method in class tech.tablesaw.api.DateTimeColumn
-
- select(DoublePredicate) - Method in class tech.tablesaw.api.DoubleColumn
-
- select(DoubleBiPredicate, double) - Method in class tech.tablesaw.api.DoubleColumn
-
- select(FloatPredicate) - Method in class tech.tablesaw.api.FloatColumn
-
- select(FloatBiPredicate, float) - Method in class tech.tablesaw.api.FloatColumn
-
- select(Selection) - Method in class tech.tablesaw.api.IntColumn
-
- select(IntPredicate) - Method in class tech.tablesaw.api.IntColumn
-
- select(IntBiPredicate, int) - Method in class tech.tablesaw.api.IntColumn
-
- select(Selection) - Method in class tech.tablesaw.api.LongColumn
-
- select(LongPredicate) - Method in class tech.tablesaw.api.LongColumn
-
- select(LongBiPredicate, long) - Method in class tech.tablesaw.api.LongColumn
-
- select(Selection) - Method in class tech.tablesaw.api.ShortColumn
-
- select(ShortPredicate) - Method in class tech.tablesaw.api.ShortColumn
-
- select(ShortBiPredicate, int) - Method in class tech.tablesaw.api.ShortColumn
-
- select(String...) - Method in class tech.tablesaw.api.Table
-
- select(IntPredicate) - Method in class tech.tablesaw.api.TimeColumn
-
- select(IntBiPredicate, int) - Method in class tech.tablesaw.api.TimeColumn
-
- selectIf(StringPredicate) - Method in class tech.tablesaw.api.CategoryColumn
-
- selectIf(LocalDatePredicate) - Method in class tech.tablesaw.api.DateColumn
-
- selectIf(IntPredicate) - Method in class tech.tablesaw.api.DateColumn
-
This version operates on predicates that treat the given IntPredicate as operating on a packed local time
This is much more efficient that using a LocalTimePredicate, but requires that the developer understand the
semantics of packedLocalTimes
- selectIf(LocalDateTimePredicate) - Method in class tech.tablesaw.api.DateTimeColumn
-
- selectIf(LongPredicate) - Method in class tech.tablesaw.api.DateTimeColumn
-
- selectIf(IntPredicate) - Method in class tech.tablesaw.api.IntColumn
-
- selectIf(LongPredicate) - Method in class tech.tablesaw.api.LongColumn
-
- selectIf(LocalTimePredicate) - Method in class tech.tablesaw.api.TimeColumn
-
- selectIf(IntPredicate) - Method in class tech.tablesaw.api.TimeColumn
-
This version operates on predicates that treat the given IntPredicate as operating on a packed local time
This is much more efficient that using a LocalTimePredicate, but requires that the developer understand the
semantics of packedLocalTimes
- selectIntoColumn(String, Selection) - Method in class tech.tablesaw.api.Table
-
- selectIntoColumn(String, Filter) - Method in class tech.tablesaw.api.Table
-
- Selection - Interface in tech.tablesaw.util
-
A selection maintains an ordered set of ints that can be used to select rows from a table or column
- selectWhere(Selection) - Method in class tech.tablesaw.api.Table
-
- selectWhere(Filter) - Method in class tech.tablesaw.api.Table
-
- set(int, boolean) - Method in class tech.tablesaw.api.BooleanColumn
-
- set(int, String) - Method in class tech.tablesaw.api.CategoryColumn
-
- set(int, int) - Method in class tech.tablesaw.api.DateColumn
-
- set(int, double) - Method in class tech.tablesaw.api.DoubleColumn
-
- set(int, float) - Method in class tech.tablesaw.api.FloatColumn
-
- set(int, int) - Method in class tech.tablesaw.api.IntColumn
-
- set(int, long) - Method in class tech.tablesaw.api.LongColumn
-
- set(int, short) - Method in class tech.tablesaw.api.ShortColumn
-
- setComment(String) - Method in class tech.tablesaw.columns.AbstractColumn
-
- setComment(String) - Method in interface tech.tablesaw.columns.Column
-
- setComparator(int, IntComparator) - Method in class tech.tablesaw.util.IntComparatorChain
-
- setComparator(int, IntComparator, boolean) - Method in class tech.tablesaw.util.IntComparatorChain
-
- setForwardSort(int) - Method in class tech.tablesaw.util.IntComparatorChain
-
- setName(String) - Method in class tech.tablesaw.api.Table
-
Sets the name of the table
- setName(String) - Method in class tech.tablesaw.columns.AbstractColumn
-
Sets the columns name to the given string
- setName(String) - Method in interface tech.tablesaw.columns.Column
-
Sets the columns name to the given string
- setName(String) - Method in interface tech.tablesaw.table.Relation
-
- setName(String) - Method in class tech.tablesaw.table.TemporaryView
-
- setProjection(int) - Method in class tech.tablesaw.api.ml.features.PrincipalComponents
-
- setProjection(double) - Method in class tech.tablesaw.api.ml.features.PrincipalComponents
-
- setReverseSort(int) - Method in class tech.tablesaw.util.IntComparatorChain
-
- setValues(List<String>) - Method in class tech.tablesaw.table.SubTable
-
- shape() - Method in interface tech.tablesaw.table.Relation
-
- ShortBiPredicate - Interface in tech.tablesaw.filtering
-
- ShortColumn - Class in tech.tablesaw.api
-
A column that contains signed 2 byte integer values
- ShortColumn(String, int) - Constructor for class tech.tablesaw.api.ShortColumn
-
- ShortColumn(String, ShortArrayList) - Constructor for class tech.tablesaw.api.ShortColumn
-
- ShortColumn(ColumnMetadata) - Constructor for class tech.tablesaw.api.ShortColumn
-
- ShortColumn(String) - Constructor for class tech.tablesaw.api.ShortColumn
-
- shortColumn(String) - Method in interface tech.tablesaw.table.Relation
-
- shortColumn(int) - Method in interface tech.tablesaw.table.Relation
-
- shortColumn(String) - Method in class tech.tablesaw.table.TemporaryView
-
- shortColumn(int) - Method in class tech.tablesaw.table.TemporaryView
-
- ShortColumnUtils - Interface in tech.tablesaw.columns
-
- ShortMapUtils - Interface in tech.tablesaw.mapping
-
- ShortPredicate - Interface in tech.tablesaw.filtering
-
- singleton(int) - Static method in class tech.tablesaw.util.collections.IntRange
-
Returns a range that
contains only
the given value.
- size() - Method in class tech.tablesaw.api.BooleanColumn
-
- size() - Method in class tech.tablesaw.api.CategoryColumn
-
Returns the number of elements (a.k.a.
- 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 class tech.tablesaw.api.FloatColumn
-
- size() - Method in class tech.tablesaw.api.IntColumn
-
- size() - Method in class tech.tablesaw.api.LongColumn
-
- size() - Method in class tech.tablesaw.api.ShortColumn
-
- size() - Method in class tech.tablesaw.api.TimeColumn
-
- size() - Method in interface tech.tablesaw.columns.Column
-
- size() - Method in interface tech.tablesaw.reducing.CategoryReduceUtils
-
- size() - Method in class tech.tablesaw.sorting.Sort
-
- size() - Method in class tech.tablesaw.table.TableGroup
-
- size() - Method in class tech.tablesaw.table.ViewGroup
-
- size() - Method in class tech.tablesaw.util.BitmapBackedSelection
-
- size() - Method in class tech.tablesaw.util.DictionaryMap
-
- size() - Method in class tech.tablesaw.util.IntComparatorChain
-
- size() - Method in interface tech.tablesaw.util.Selection
-
- skewness() - Method in class tech.tablesaw.api.DoubleColumn
-
- skewness() - Method in class tech.tablesaw.api.FloatColumn
-
- skewness() - Method in class tech.tablesaw.api.IntColumn
-
- skewness() - Method in class tech.tablesaw.api.LongColumn
-
- skewness() - Method in interface tech.tablesaw.api.NumericColumn
-
- skewness() - Method in class tech.tablesaw.api.ShortColumn
-
- Skewness - Class in tech.tablesaw.reducing.functions
-
- Skewness(Table, String) - Constructor for class tech.tablesaw.reducing.functions.Skewness
-
- skewness - Static variable in class tech.tablesaw.reducing.NumericReduceUtils
-
- 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.CategoryColumn
-
- 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 class tech.tablesaw.api.FloatColumn
-
- sortAscending() - Method in class tech.tablesaw.api.IntColumn
-
- sortAscending() - Method in class tech.tablesaw.api.LongColumn
-
- sortAscending() - Method in class tech.tablesaw.api.ShortColumn
-
- 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.CategoryColumn
-
- 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 class tech.tablesaw.api.FloatColumn
-
- sortDescending() - Method in class tech.tablesaw.api.IntColumn
-
- sortDescending() - Method in class tech.tablesaw.api.LongColumn
-
- sortDescending() - Method in class tech.tablesaw.api.ShortColumn
-
- 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
- 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(Sort) - Method in class tech.tablesaw.api.Table
-
- sortOn(IntComparator) - Method in class tech.tablesaw.api.Table
-
Returns a copy of this table sorted using the given comparator
- span(IntRange) - Method in class tech.tablesaw.util.collections.IntRange
-
Returns the minimal range that
encloses both this range and
other
.
- span() - Method in interface tech.tablesaw.util.collections.IntRangeSet
-
Returns the minimal range which
encloses all ranges
in this range set.
- span() - Method in class tech.tablesaw.util.collections.IntTreeRangeSet
-
- split(int) - Method in interface tech.tablesaw.splitting.dates.LocalDateSplitter
-
- splitOn(Column...) - Method in class tech.tablesaw.api.Table
-
- SplitUtils - Class in tech.tablesaw.splitting.dates
-
- SplitUtils() - Constructor for class tech.tablesaw.splitting.dates.SplitUtils
-
- 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 class tech.tablesaw.api.DoubleColumn
-
- sqrt() - Method in class tech.tablesaw.api.FloatColumn
-
- square() - Method in class tech.tablesaw.api.DoubleColumn
-
Returns a doubleColumn with the square of each value in this column
- square() - Method in class tech.tablesaw.api.FloatColumn
-
- StandardConfusionMatrix - Class in tech.tablesaw.api.ml.classification
-
A confusion matrix is used to measure the accuracy of a classifier by counting the number of correct and
incorrect values produced when testing the classifier such that the counts are made for every combination of
correct and incorrect classification
- StandardConfusionMatrix(SortedSet<Object>) - Constructor for class tech.tablesaw.api.ml.classification.StandardConfusionMatrix
-
- standardDeviation() - Method in class tech.tablesaw.api.DoubleColumn
-
- standardDeviation() - Method in class tech.tablesaw.api.FloatColumn
-
- standardDeviation() - Method in class tech.tablesaw.api.IntColumn
-
- standardDeviation() - Method in class tech.tablesaw.api.LongColumn
-
- standardDeviation() - Method in interface tech.tablesaw.api.NumericColumn
-
- standardDeviation() - Method in class tech.tablesaw.api.ShortColumn
-
- StandardDeviation - Class in tech.tablesaw.reducing.functions
-
- StandardDeviation(Table, String) - Constructor for class tech.tablesaw.reducing.functions.StandardDeviation
-
- standardDeviation() - Method in class tech.tablesaw.util.Stats
-
- startsWith(String) - Method in class tech.tablesaw.columns.ColumnReference
-
- startsWith(String) - Method in interface tech.tablesaw.filtering.text.CategoryFilters
-
- stats() - Method in class tech.tablesaw.api.DoubleColumn
-
- stats() - Method in class tech.tablesaw.api.FloatColumn
-
- stats() - Method in class tech.tablesaw.api.IntColumn
-
- stats() - Method in class tech.tablesaw.api.LongColumn
-
- stats() - Method in class tech.tablesaw.api.ShortColumn
-
- Stats - Class in tech.tablesaw.util
-
- Stats(String) - Constructor for class tech.tablesaw.util.Stats
-
- stdDev(String) - Method in class tech.tablesaw.api.Table
-
- stdDev - Static variable in class tech.tablesaw.reducing.NumericReduceUtils
-
- StorageManager - Class in tech.tablesaw.store
-
A controller for reading and writing data in Tablesaw's own compressed, column-oriented file format
- StorageManager() - Constructor for class tech.tablesaw.store.StorageManager
-
- StringBiPredicate - Interface in tech.tablesaw.filtering
-
- StringComparator - Class in tech.tablesaw.sorting
-
- stringContains(String) - Method in interface tech.tablesaw.filtering.text.CategoryFilters
-
- StringEqualTo - Class in tech.tablesaw.filtering
-
Implements EqualTo testing for Category and Text Columns
- StringEqualTo(ColumnReference, String) - Constructor for class tech.tablesaw.filtering.StringEqualTo
-
- StringIsIn - Class in tech.tablesaw.filtering
-
Implements EqualTo testing for Category and Text Columns
- StringIsIn(ColumnReference, CategoryColumn) - Constructor for class tech.tablesaw.filtering.StringIsIn
-
- StringIsIn(ColumnReference, Collection<String>) - Constructor for class tech.tablesaw.filtering.StringIsIn
-
- StringIsIn(ColumnReference, String...) - Constructor for class tech.tablesaw.filtering.StringIsIn
-
- StringIsNotIn - Class in tech.tablesaw.filtering
-
Implements NotEqualTo testing for Category and Text Columns
- StringIsNotIn(ColumnReference, CategoryColumn) - Constructor for class tech.tablesaw.filtering.StringIsNotIn
-
- StringIsNotIn(ColumnReference, Collection<String>) - Constructor for class tech.tablesaw.filtering.StringIsNotIn
-
- StringIsNotIn(ColumnReference, String...) - Constructor for class tech.tablesaw.filtering.StringIsNotIn
-
- StringMapUtils - Interface in tech.tablesaw.mapping
-
- StringNotEqualTo - Class in tech.tablesaw.filtering
-
Implements EqualTo testing for Category and Text Columns
- StringNotEqualTo(ColumnReference, String) - Constructor for class tech.tablesaw.filtering.StringNotEqualTo
-
- StringPredicate - Interface in tech.tablesaw.filtering
-
- structure() - Method in class tech.tablesaw.api.Table
-
- structure() - Method in interface tech.tablesaw.table.Relation
-
- subRangeSet(IntRange) - Method in interface tech.tablesaw.util.collections.IntRangeSet
-
Returns a view of the intersection of this IntRangeSet
with the specified range.
- subRangeSet(IntRange) - Method in class tech.tablesaw.util.collections.IntTreeRangeSet
-
- subset(Selection) - Method in interface tech.tablesaw.columns.Column
-
- substring(int, int) - Method in interface tech.tablesaw.mapping.StringMapUtils
-
- substring(int) - Method in interface tech.tablesaw.mapping.StringMapUtils
-
- SubTable - Class in tech.tablesaw.table
-
A specialization of the standard Relation used for tables formed by grouping operations on a Relation
- subtract(DoubleColumn) - Method in class tech.tablesaw.api.DoubleColumn
-
- subtract(FloatColumn) - Method in class tech.tablesaw.api.FloatColumn
-
- subtract(IntColumn) - Method in class tech.tablesaw.api.IntColumn
-
- subtract(LongColumn) - Method in class tech.tablesaw.api.LongColumn
-
- subtract(ShortColumn) - Method in class tech.tablesaw.api.ShortColumn
-
- subtract(int) - Method in interface tech.tablesaw.mapping.IntMapUtils
-
- sum() - Method in class tech.tablesaw.api.DoubleColumn
-
- sum() - Method in class tech.tablesaw.api.FloatColumn
-
- sum() - Method in class tech.tablesaw.api.IntColumn
-
- sum() - Method in class tech.tablesaw.api.LongColumn
-
- sum() - Method in class tech.tablesaw.api.ShortColumn
-
- sum(String) - Method in class tech.tablesaw.api.Table
-
- sum() - Method in interface tech.tablesaw.mapping.IntMapUtils
-
- sum() - Method in interface tech.tablesaw.mapping.LongMapUtils
-
- sum() - Method in interface tech.tablesaw.mapping.ShortMapUtils
-
- Sum - Class in tech.tablesaw.reducing.functions
-
- Sum(Table, String) - Constructor for class tech.tablesaw.reducing.functions.Sum
-
- sum - Static variable in class tech.tablesaw.reducing.NumericReduceUtils
-
A function that calculates the sum of the values in the column param
- sum() - Method in class tech.tablesaw.util.Stats
-
- sumDifference(FloatColumn, FloatColumn) - Static method in class tech.tablesaw.reducing.NumericReduceUtils
-
- sumIf(IntPredicate) - Method in class tech.tablesaw.api.IntColumn
-
- summarize(String, NumericReduceFunction) - Method in class tech.tablesaw.api.Table
-
- summarizedColumnName() - Method in class tech.tablesaw.mapping.SummaryFunction
-
- summarizedColumnName() - Method in class tech.tablesaw.reducing.functions.SummaryFunction
-
- summary() - Method in class tech.tablesaw.api.BooleanColumn
-
- summary() - Method in class tech.tablesaw.api.CategoryColumn
-
- 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 class tech.tablesaw.api.FloatColumn
-
- summary() - Method in class tech.tablesaw.api.IntColumn
-
- summary() - Method in class tech.tablesaw.api.LongColumn
-
- summary() - Method in class tech.tablesaw.api.ShortColumn
-
- summary() - Method in class tech.tablesaw.api.TimeColumn
-
- summary() - Method in interface tech.tablesaw.columns.Column
-
- summary() - Method in interface tech.tablesaw.table.Relation
-
- SummaryFunction - Class in tech.tablesaw.mapping
-
- SummaryFunction(Table, String) - Constructor for class tech.tablesaw.mapping.SummaryFunction
-
- SummaryFunction - Class in tech.tablesaw.reducing.functions
-
- SummaryFunction(Table, String) - Constructor for class tech.tablesaw.reducing.functions.SummaryFunction
-
- sumOfLogs() - Method in class tech.tablesaw.api.DoubleColumn
-
- sumOfLogs() - Method in class tech.tablesaw.api.FloatColumn
-
- sumOfLogs() - Method in class tech.tablesaw.api.IntColumn
-
- sumOfLogs() - Method in class tech.tablesaw.api.LongColumn
-
- sumOfLogs() - Method in interface tech.tablesaw.api.NumericColumn
-
- sumOfLogs() - Method in class tech.tablesaw.api.ShortColumn
-
- SumOfLogs - Class in tech.tablesaw.reducing.functions
-
- SumOfLogs(Table, String) - Constructor for class tech.tablesaw.reducing.functions.SumOfLogs
-
- sumOfLogs - Static variable in class tech.tablesaw.reducing.NumericReduceUtils
-
- sumOfLogs() - Method in class tech.tablesaw.util.Stats
-
- sumOfSquares() - Method in class tech.tablesaw.api.DoubleColumn
-
- sumOfSquares() - Method in class tech.tablesaw.api.FloatColumn
-
- sumOfSquares() - Method in class tech.tablesaw.api.IntColumn
-
- sumOfSquares() - Method in class tech.tablesaw.api.LongColumn
-
- sumOfSquares() - Method in interface tech.tablesaw.api.NumericColumn
-
- sumOfSquares() - Method in class tech.tablesaw.api.ShortColumn
-
- SumOfSquares - Class in tech.tablesaw.reducing.functions
-
- SumOfSquares(Table, String) - Constructor for class tech.tablesaw.reducing.functions.SumOfSquares
-
- sumOfSquares - Static variable in class tech.tablesaw.reducing.NumericReduceUtils
-
- sumOfSquares() - Method in class tech.tablesaw.util.Stats
-
- supportMap() - Method in class tech.tablesaw.api.ml.association.FrequentItemset
-
Returns a map of discovered ItemSets and their support, where the support is the number of times the combination
appears in the input data
- supportMap(int) - Method in class tech.tablesaw.api.ml.association.FrequentItemset
-
Returns a map of discovered ItemSets and their support, where the support is the number of times the combination
appears in the input data.
- 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
- TableGroup - Class in tech.tablesaw.table
-
A group of tables formed by performing splitting operations on an original table
- TableGroup(Table, String...) - Constructor for class tech.tablesaw.table.TableGroup
-
- TableGroup(Table, Column...) - Constructor for class tech.tablesaw.table.TableGroup
-
- TableMetadata - Class in tech.tablesaw.store
-
Data about a specific physical table used in it's persistence
- TableMetadata(Relation) - Constructor for class tech.tablesaw.store.TableMetadata
-
- tablePercents(Table) - Static method in class tech.tablesaw.reducing.CrossTab
-
- tail(int, Table, Table) - Static method in class tech.tablesaw.table.Rows
-
- tech.tablesaw.api - package tech.tablesaw.api
-
- tech.tablesaw.api.ml.association - package tech.tablesaw.api.ml.association
-
- tech.tablesaw.api.ml.classification - package tech.tablesaw.api.ml.classification
-
- tech.tablesaw.api.ml.clustering - package tech.tablesaw.api.ml.clustering
-
- tech.tablesaw.api.ml.features - package tech.tablesaw.api.ml.features
-
- tech.tablesaw.api.ml.regression - package tech.tablesaw.api.ml.regression
-
- tech.tablesaw.columns - package tech.tablesaw.columns
-
- tech.tablesaw.columns.packeddata - package tech.tablesaw.columns.packeddata
-
- tech.tablesaw.filtering - package tech.tablesaw.filtering
-
- tech.tablesaw.filtering.columnbased - package tech.tablesaw.filtering.columnbased
-
- tech.tablesaw.filtering.dates - package tech.tablesaw.filtering.dates
-
- tech.tablesaw.filtering.datetimes - package tech.tablesaw.filtering.datetimes
-
- tech.tablesaw.filtering.text - package tech.tablesaw.filtering.text
-
- tech.tablesaw.filtering.times - package tech.tablesaw.filtering.times
-
- 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.mapping - package tech.tablesaw.mapping
-
- tech.tablesaw.reducing - package tech.tablesaw.reducing
-
- tech.tablesaw.reducing.functions - package tech.tablesaw.reducing.functions
-
- tech.tablesaw.sorting - package tech.tablesaw.sorting
-
- tech.tablesaw.splitting.dates - package tech.tablesaw.splitting.dates
-
- tech.tablesaw.store - package tech.tablesaw.store
-
- tech.tablesaw.table - package tech.tablesaw.table
-
- tech.tablesaw.util - package tech.tablesaw.util
-
- tech.tablesaw.util.collections - package tech.tablesaw.util.collections
-
- TemporaryView - Class in tech.tablesaw.table
-
A TemporaryView is a facade around a Relation that acts as a filtering.
- TemporaryView(Table, Selection) - Constructor for class tech.tablesaw.table.TemporaryView
-
Returns a new View constructed from the given table, containing only the rows represented by the bitmap
- test(byte) - Method in interface tech.tablesaw.filtering.BooleanPredicate
-
- test(double, double) - Method in interface tech.tablesaw.filtering.DoubleBiPredicate
-
Returns true if valueToTest meets the criteria of this predicate when valueToCompareAgainst is considered
- test(double) - Method in interface tech.tablesaw.filtering.DoublePredicate
-
- test(float, float) - Method in interface tech.tablesaw.filtering.FloatBiPredicate
-
Returns true if valueToTest meets the criteria of this predicate when valueToCompareAgainst is considered
- test(float) - Method in interface tech.tablesaw.filtering.FloatPredicate
-
- test(int, int) - Method in interface tech.tablesaw.filtering.IntBiPredicate
-
Returns true if valueToTest meets the criteria of this predicate when valueToCompareAgainst is considered
- test(int) - Method in interface tech.tablesaw.filtering.IntPredicate
-
- test(LocalDate) - Method in interface tech.tablesaw.filtering.LocalDatePredicate
-
- test(LocalDateTime) - Method in interface tech.tablesaw.filtering.LocalDateTimePredicate
-
- test(LocalTime) - Method in interface tech.tablesaw.filtering.LocalTimePredicate
-
- test(long, long) - Method in interface tech.tablesaw.filtering.LongBiPredicate
-
Returns true if valueToTest meets the criteria of this predicate when valueToCompareAgainst is considered
- test(long) - Method in interface tech.tablesaw.filtering.LongPredicate
-
- test(short, int) - Method in interface tech.tablesaw.filtering.ShortBiPredicate
-
Returns true if valueToTest meets the criteria of this predicate when valueToCompareAgainst is considered
- test(short) - Method in interface tech.tablesaw.filtering.ShortPredicate
-
- test(String, String) - Method in interface tech.tablesaw.filtering.StringBiPredicate
-
Returns true if valueToTest meets the criteria of this predicate when valueToCompareAgainst is considered
- test(String) - Method in interface tech.tablesaw.filtering.StringPredicate
-
- TextContains - Class in tech.tablesaw.filtering.text
-
A filtering that selects cells in which all text is uppercase
- TextContains(ColumnReference, String) - Constructor for class tech.tablesaw.filtering.text.TextContains
-
- TextEndsWith - Class in tech.tablesaw.filtering.text
-
A filtering that selects cells in which all text is uppercase
- TextEndsWith(ColumnReference, String) - Constructor for class tech.tablesaw.filtering.text.TextEndsWith
-
- TextEqualToIgnoringCase - Class in tech.tablesaw.filtering.text
-
A filtering that selects cells in which all text is uppercase
- TextEqualToIgnoringCase(ColumnReference, String) - Constructor for class tech.tablesaw.filtering.text.TextEqualToIgnoringCase
-
- TextHasLengthEqualTo - Class in tech.tablesaw.filtering.text
-
A filtering that selects cells in which all text is uppercase
- TextHasLengthEqualTo(ColumnReference, int) - Constructor for class tech.tablesaw.filtering.text.TextHasLengthEqualTo
-
- TextIsAlpha - Class in tech.tablesaw.filtering.text
-
A filtering that selects cells in which all text is lowercase
- TextIsAlpha(ColumnReference) - Constructor for class tech.tablesaw.filtering.text.TextIsAlpha
-
- TextIsAlphaNumeric - Class in tech.tablesaw.filtering.text
-
A filtering that selects cells in which all text is lowercase
- TextIsAlphaNumeric(ColumnReference) - Constructor for class tech.tablesaw.filtering.text.TextIsAlphaNumeric
-
- TextIsEmpty - Class in tech.tablesaw.filtering.text
-
A filtering that selects cells in which all text is lowercase
- TextIsEmpty(ColumnReference) - Constructor for class tech.tablesaw.filtering.text.TextIsEmpty
-
- TextIsIn - Class in tech.tablesaw.filtering.text
-
A filtering that selects cells in which the string value is in the given array of strings
- TextIsIn(ColumnReference, String...) - Constructor for class tech.tablesaw.filtering.text.TextIsIn
-
- TextIsLongerThan - Class in tech.tablesaw.filtering.text
-
A filtering that selects cells in which all text is uppercase
- TextIsLongerThan(ColumnReference, int) - Constructor for class tech.tablesaw.filtering.text.TextIsLongerThan
-
- TextIsLowerCase - Class in tech.tablesaw.filtering.text
-
A filtering that selects cells in which all text is lowercase
- TextIsLowerCase(ColumnReference) - Constructor for class tech.tablesaw.filtering.text.TextIsLowerCase
-
- TextIsNumeric - Class in tech.tablesaw.filtering.text
-
A filtering that selects cells in which all text is lowercase
- TextIsNumeric(ColumnReference) - Constructor for class tech.tablesaw.filtering.text.TextIsNumeric
-
- TextIsShorterThan - Class in tech.tablesaw.filtering.text
-
A filtering that selects cells in which all text is uppercase
- TextIsShorterThan(ColumnReference, int) - Constructor for class tech.tablesaw.filtering.text.TextIsShorterThan
-
- TextIsUpperCase - Class in tech.tablesaw.filtering.text
-
A filtering that selects cells in which all text is uppercase
- TextIsUpperCase(ColumnReference) - Constructor for class tech.tablesaw.filtering.text.TextIsUpperCase
-
- TextMatchesRegex - Class in tech.tablesaw.filtering.text
-
A filtering that selects cells in which all text is uppercase
- TextMatchesRegex(ColumnReference, String) - Constructor for class tech.tablesaw.filtering.text.TextMatchesRegex
-
- TextStartsWith - Class in tech.tablesaw.filtering.text
-
A filtering that selects cells in which all text is uppercase
- TextStartsWith(ColumnReference, String) - Constructor for class tech.tablesaw.filtering.text.TextStartsWith
-
- ThirdQuartile - Class in tech.tablesaw.reducing.functions
-
- ThirdQuartile(Table, String) - Constructor for class tech.tablesaw.reducing.functions.ThirdQuartile
-
- time() - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns a TimeColumn containing the time portion of each dateTime in this DateTimeColumn
- time(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- TIME_DETECTION_FORMATTER - Static variable in class tech.tablesaw.io.TypeUtils
-
- TIME_FORMATTER - Static variable in class tech.tablesaw.io.TypeUtils
-
- TimeColumn - Class in tech.tablesaw.api
-
A column in a base table that contains float values
- TimeColumn(String) - Constructor for class tech.tablesaw.api.TimeColumn
-
- TimeColumn(ColumnMetadata) - Constructor for class tech.tablesaw.api.TimeColumn
-
- TimeColumn(String, int) - Constructor for class tech.tablesaw.api.TimeColumn
-
- TimeColumn(String, IntArrayList) - Constructor for class tech.tablesaw.api.TimeColumn
-
- timeColumn(String) - Method in interface tech.tablesaw.table.Relation
-
- timeColumn(int) - Method in interface tech.tablesaw.table.Relation
-
- timeColumn(String) - Method in class tech.tablesaw.table.TemporaryView
-
- timeColumn(int) - Method in class tech.tablesaw.table.TemporaryView
-
- TimeColumnUtils - Interface in tech.tablesaw.columns
-
- TimeEqualTo - Class in tech.tablesaw.filtering
-
- TimeEqualTo(ColumnReference, LocalTime) - Constructor for class tech.tablesaw.filtering.TimeEqualTo
-
- TimeIndex - Class in tech.tablesaw.index
-
An index for four-byte integer and Date columns
- TimeIndex(TimeColumn) - Constructor for class tech.tablesaw.index.TimeIndex
-
- TimeMapUtils - Interface in tech.tablesaw.mapping
-
- TimeNotEqualTo - Class in tech.tablesaw.filtering
-
- TimeNotEqualTo(ColumnReference, LocalTime) - Constructor for class tech.tablesaw.filtering.TimeNotEqualTo
-
- title() - Method in interface tech.tablesaw.columns.Column
-
- to2dArray(NumericColumn...) - Static method in class tech.tablesaw.util.DoubleArrays
-
- to2dArray(ViewGroup, int) - Static method in class tech.tablesaw.util.DoubleArrays
-
- to2dArray(double[], double[]) - Static method in class tech.tablesaw.util.DoubleArrays
-
- to2dArray(NumericColumn, NumericColumn) - Static method in class tech.tablesaw.util.DoubleArrays
-
- toArray() - Method in class tech.tablesaw.util.BitmapBackedSelection
-
- toArray() - Method in interface tech.tablesaw.util.Selection
-
- toBitmap() - Method in class tech.tablesaw.util.BitmapBackedSelection
-
- toBitmap() - Method in interface tech.tablesaw.util.Selection
-
Returns an IntArrayList containing the ints in this selection
- toDateString(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
- toDoubleArray() - Method in class tech.tablesaw.api.BooleanColumn
-
- toDoubleArray() - Method in class tech.tablesaw.api.DoubleColumn
-
- toDoubleArray() - Method in class tech.tablesaw.api.FloatColumn
-
- toDoubleArray() - Method in class tech.tablesaw.api.IntColumn
-
- toDoubleArray() - Method in class tech.tablesaw.api.LongColumn
-
- toDoubleArray() - Method in interface tech.tablesaw.api.NumericColumn
-
- toDoubleArray() - Method in class tech.tablesaw.api.ShortColumn
-
- toDoubleArray() - Method in interface tech.tablesaw.columns.Column
-
- toEpochDay(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDate
-
Returns the epoch day in a form consistent with the java standard
- toFloatArray() - Method in class tech.tablesaw.api.IntColumn
-
- toFloatArray() - Method in class tech.tablesaw.api.LongColumn
-
- toFloatArray() - Method in class tech.tablesaw.api.ShortColumn
-
- toIntArray() - Method in class tech.tablesaw.api.BooleanColumn
-
- toIntArray() - Method in class tech.tablesaw.api.IntColumn
-
- toIntArray() - Method in class tech.tablesaw.api.ShortColumn
-
- toIntArrayList() - Method in class tech.tablesaw.util.BitmapBackedSelection
-
- toIntArrayList() - Method in interface tech.tablesaw.util.Selection
-
- toIntColumn() - Method in class tech.tablesaw.api.BooleanColumn
-
- toIntColumn() - Method in class tech.tablesaw.api.CategoryColumn
-
- toJson() - Method in class tech.tablesaw.store.ColumnMetadata
-
- toJson() - Method in class tech.tablesaw.store.TableMetadata
-
- tokenizeAndRemoveDuplicates() - Method in class tech.tablesaw.api.CategoryColumn
-
- tokenizeAndSort(String) - Method in class tech.tablesaw.api.CategoryColumn
-
- tokenizeAndSort() - Method in class tech.tablesaw.api.CategoryColumn
-
Splits on Whitespace and returns the lexicographically sorted result
- toList() - Method in class tech.tablesaw.api.CategoryColumn
-
- toN(int) - Static method in class tech.tablesaw.util.DoubleArrays
-
- toNanoOfDay(int) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- top(int) - Method in class tech.tablesaw.api.CategoryColumn
-
Returns the largest ("top") n values in the column
- 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
- top(int) - Method in class tech.tablesaw.api.FloatColumn
-
Returns the largest ("top") n values in the column
- top(int) - Method in class tech.tablesaw.api.IntColumn
-
Returns the largest ("top") n values in the column
- top(int) - Method in class tech.tablesaw.api.LongColumn
-
Returns the largest ("top") n values in the column
- top(int) - Method in class tech.tablesaw.api.ShortColumn
-
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.packeddata.PackedLocalTime
-
- toString() - Method in class tech.tablesaw.api.BooleanColumn
-
- toString() - Method in class tech.tablesaw.api.CategoryColumn
-
- toString() - Method in class tech.tablesaw.api.DateColumn
-
- toString() - Method in class tech.tablesaw.api.DateTimeColumn
-
- toString() - Method in class tech.tablesaw.api.DoubleColumn
-
- toString() - Method in class tech.tablesaw.api.FloatColumn
-
- toString() - Method in class tech.tablesaw.api.IntColumn
-
- toString() - Method in class tech.tablesaw.api.LongColumn
-
- toString() - Method in class tech.tablesaw.api.ml.classification.CategoryConfusionMatrix
-
- toString() - Method in interface tech.tablesaw.api.ml.classification.ConfusionMatrix
-
- toString() - Method in class tech.tablesaw.api.ml.classification.StandardConfusionMatrix
-
- toString() - Method in class tech.tablesaw.api.ml.regression.LeastSquares
-
- toString() - Method in class tech.tablesaw.api.ShortColumn
-
- toString() - Method in class tech.tablesaw.api.Table
-
- toString() - Method in class tech.tablesaw.api.TimeColumn
-
- toString(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- toString() - Method in class tech.tablesaw.sorting.Sort
-
- toString() - Method in class tech.tablesaw.store.ColumnMetadata
-
- toString() - Method in class tech.tablesaw.table.TemporaryView
-
- toString() - Method in class tech.tablesaw.util.collections.IntRange
-
Returns a string representation of this range, such as "[3..5)"
(other examples are
listed in the class documentation).
- toString() - Method in interface tech.tablesaw.util.collections.IntRangeSet
-
Returns a readable string representation of this range set.
- toTable() - Method in class tech.tablesaw.api.ml.classification.CategoryConfusionMatrix
-
- toTable() - Method in interface tech.tablesaw.api.ml.classification.ConfusionMatrix
-
- toTable() - Method in class tech.tablesaw.api.ml.classification.StandardConfusionMatrix
-
- train(NumericColumn, NumericColumn...) - Static method in class tech.tablesaw.api.ml.regression.LeastSquares
-
- trim() - Method in interface tech.tablesaw.mapping.StringMapUtils
-
- TRUE_STRINGS - Static variable in class tech.tablesaw.io.TypeUtils
-
- TRUE_STRINGS_FOR_DETECTION - Static variable in class tech.tablesaw.io.TypeUtils
-
- ttest() - Method in class tech.tablesaw.api.ml.regression.LeastSquares
-
- type() - Method in class tech.tablesaw.api.BooleanColumn
-
- type() - Method in class tech.tablesaw.api.CategoryColumn
-
- type() - Method in class tech.tablesaw.api.DateColumn
-
- type() - Method in class tech.tablesaw.api.DateTimeColumn
-
- type() - Method in class tech.tablesaw.api.DoubleColumn
-
- type() - Method in class tech.tablesaw.api.FloatColumn
-
- type() - Method in class tech.tablesaw.api.IntColumn
-
- type() - Method in class tech.tablesaw.api.LongColumn
-
- type() - Method in class tech.tablesaw.api.ShortColumn
-
- type() - Method in class tech.tablesaw.api.TimeColumn
-
- type() - Method in interface tech.tablesaw.columns.Column
-
Returns this column's ColumnType
- TypeUtils - Class in tech.tablesaw.io
-