- 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 - 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(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(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
- 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 class 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
-
- 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(float) - Method in class tech.tablesaw.api.DoubleColumn
-
Adds the given float to this column
- append(double) - Method in class tech.tablesaw.api.DoubleColumn
-
Adds the given double to this column
- 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
-
- 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
- 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
-
- 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
-
- 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
- available() - Method in class tech.tablesaw.io.UnicodeBOMInputStream
- 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(String, 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 class tech.tablesaw.table.Relation
-
- categoryColumn(int) - Method in class 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 class 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 class tech.tablesaw.util.DictionaryMap
-
- clear() - Method in interface tech.tablesaw.util.Selection
-
- close() - Method in class tech.tablesaw.io.UnicodeBOMInputStream
- 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 - Interface in tech.tablesaw.columns
-
The general interface for columns.
- column(String) - Method in class tech.tablesaw.table.Relation
-
Returns the column with the given columnName, ignoring case
- column(int) - Method in class 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 class 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 class tech.tablesaw.table.Relation
-
Returns the index of the column with the given columnName
- columnIndex(Column) - Method in class 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 class 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 class 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 class tech.tablesaw.table.Relation
-
Returns an array of the column types of all columns in the relation, including duplicates as appropriate,
and maintaining order
- 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 class 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
- 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
-
- 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(String) - Method in class tech.tablesaw.util.DictionaryMap
-
- contains(int) - Method in interface tech.tablesaw.util.Selection
-
- 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
-
- 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(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
-
- createFromCsv(String, boolean) - Static method in class tech.tablesaw.api.Table
-
- createFromCsv(String, boolean, char) - Static method in class tech.tablesaw.api.Table
-
- createFromCsv(String, boolean, char, boolean) - Static method in class tech.tablesaw.api.Table
-
- createFromCsv(ColumnType[], String) - Static method in class tech.tablesaw.api.Table
-
- createFromCsv(ColumnType[], String, boolean) - Static method in class tech.tablesaw.api.Table
-
- createFromCsv(InputStream, String, ColumnType[], boolean) - Static method in class tech.tablesaw.api.Table
-
- createFromCsv(ColumnType[], String, boolean, char) - Static method in class tech.tablesaw.api.Table
-
- createFromReader(InputStream, String) - Static method in class tech.tablesaw.api.Table
-
- createFromReader(InputStream, String, boolean) - Static method in class tech.tablesaw.api.Table
-
- createFromReader(InputStream, String, boolean, char) - Static method in class tech.tablesaw.api.Table
-
- createFromReader(InputStream, String, boolean, char, boolean) - Static method in class tech.tablesaw.api.Table
-
- createFromReader(InputStream, String, ColumnType[], boolean, char) - Static method in class tech.tablesaw.api.Table
-
- CrossTab - Class in tech.tablesaw.reducing
-
Utilities for creating frequency and proportion cross tabs
- CrossTab() - Constructor for class tech.tablesaw.reducing.CrossTab
-
- csv(String) - Method in class tech.tablesaw.io.DataFrameReader
-
- csv(File) - Method in class tech.tablesaw.io.DataFrameReader
-
- csv(InputStream, String) - Method in class tech.tablesaw.io.DataFrameReader
-
- csv(CsvReadOptionsBuilder) - Method in class tech.tablesaw.io.DataFrameReader
-
- csv(String) - Method in class tech.tablesaw.io.DataFrameWriter
-
- csv(File) - Method in class tech.tablesaw.io.DataFrameWriter
-
- CsvReader - Class in tech.tablesaw.io.csv
-
- CsvReadOptions - Class in tech.tablesaw.io.csv
-
- CsvReadOptions() - Constructor for class tech.tablesaw.io.csv.CsvReadOptions
-
- 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
-
- data() - Method in class tech.tablesaw.api.BooleanColumn
-
Returns a ByteArrayList containing 0 (false), 1 (true) or Byte.MIN_VALUE (missing)
- data() - Method in class tech.tablesaw.api.CategoryColumn
-
Returns the integers that back this column
- data() - Method in class tech.tablesaw.api.DateColumn
-
- data() - Method in class tech.tablesaw.api.DateTimeColumn
-
- data() - Method in class tech.tablesaw.api.DoubleColumn
-
- data() - Method in class tech.tablesaw.api.FloatColumn
-
- data() - Method in class tech.tablesaw.api.IntColumn
-
- data() - Method in class tech.tablesaw.api.LongColumn
-
- data() - Method in class tech.tablesaw.api.ShortColumn
-
- data() - Method in class tech.tablesaw.api.TimeColumn
-
- data() - Method in interface tech.tablesaw.columns.DateColumnUtils
-
- data() - Method in interface tech.tablesaw.columns.DateTimeColumnUtils
-
- data() - Method in interface tech.tablesaw.columns.TimeColumnUtils
-
- DataFramePrinter - Class in tech.tablesaw.io.string
-
A class that can pretty print a DataFrame to text for visualization in a console
Based off of https://github.com/zavtech/morpheus-core/blob/master/src/main/java/com/zavtech/morpheus/reference/XDataFramePrinter.java
under Apache 2 license
- DataFramePrinter(int, OutputStream) - Constructor for class tech.tablesaw.io.string.DataFramePrinter
-
Constructor
- DataFrameReader - Class in tech.tablesaw.io
-
- DataFrameReader() - Constructor for class tech.tablesaw.io.DataFrameReader
-
- DataFrameWriter - Class in tech.tablesaw.io
-
- DataFrameWriter(Table) - Constructor for class tech.tablesaw.io.DataFrameWriter
-
- date() - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns a DateColumn containing the date portion of each dateTime in this DateTimeColumn
- date(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- DATE_FORMATTER - Static variable in class tech.tablesaw.io.TypeUtils
-
- DATE_TIME_FORMATTER - Static variable in class tech.tablesaw.io.TypeUtils
-
- DateColumn - Class in tech.tablesaw.api
-
A column in a base table that contains float values
- DateColumn(String) - Constructor for class tech.tablesaw.api.DateColumn
-
- DateColumn(ColumnMetadata) - Constructor for class tech.tablesaw.api.DateColumn
-
- DateColumn(String, int) - Constructor for class tech.tablesaw.api.DateColumn
-
- DateColumn(String, IntArrayList) - Constructor for class tech.tablesaw.api.DateColumn
-
- dateColumn(int) - Method in class tech.tablesaw.table.Relation
-
- dateColumn(String) - Method in class tech.tablesaw.table.Relation
-
- dateColumn(int) - Method in class tech.tablesaw.table.TemporaryView
-
- dateColumn(String) - Method in class tech.tablesaw.table.TemporaryView
-
- dateColumnName(Column, int, TemporalUnit) - Static method in interface tech.tablesaw.mapping.DateMapUtils
-
- DateColumnUtils - Interface in tech.tablesaw.columns
-
- DateEqualTo - Class in tech.tablesaw.filtering
-
- DateEqualTo(ColumnReference, LocalDate) - Constructor for class tech.tablesaw.filtering.DateEqualTo
-
- DateIndex - Class in tech.tablesaw.index
-
An index for four-byte integer and Date columns
- DateIndex(DateColumn) - Constructor for class tech.tablesaw.index.DateIndex
-
- DateInterval - Class in tech.tablesaw.columns.packeddata
-
EXPERIMENTAL
- DateInterval() - Constructor for class tech.tablesaw.columns.packeddata.DateInterval
-
- DateIntervalColumn - Class in tech.tablesaw.columns
-
EXPERIMENTAL
- DateIntervalColumn() - Constructor for class tech.tablesaw.columns.DateIntervalColumn
-
- DateIsOnOrAfter - Class in tech.tablesaw.filtering.datetimes
-
- DateIsOnOrAfter(ColumnReference, int) - Constructor for class tech.tablesaw.filtering.datetimes.DateIsOnOrAfter
-
- DateIsOnOrBefore - Class in tech.tablesaw.filtering.datetimes
-
- DateIsOnOrBefore(ColumnReference, int) - Constructor for class tech.tablesaw.filtering.datetimes.DateIsOnOrBefore
-
- DateMapUtils - Interface in tech.tablesaw.mapping
-
An interface for mapping operations unique to Date columns
- DateTimeColumn - Class in tech.tablesaw.api
-
A column in a table that contains long-integer encoded (packed) local date-time values
- DateTimeColumn(String) - Constructor for class tech.tablesaw.api.DateTimeColumn
-
- DateTimeColumn(ColumnMetadata) - Constructor for class tech.tablesaw.api.DateTimeColumn
-
- DateTimeColumn(String, int) - Constructor for class tech.tablesaw.api.DateTimeColumn
-
- DateTimeColumn(String, LongArrayList) - Constructor for class tech.tablesaw.api.DateTimeColumn
-
- dateTimeColumn(int) - Method in class tech.tablesaw.table.Relation
-
- dateTimeColumn(String) - Method in class tech.tablesaw.table.Relation
-
- dateTimeColumn(int) - Method in class tech.tablesaw.table.TemporaryView
-
- dateTimeColumn(String) - Method in class tech.tablesaw.table.TemporaryView
-
- DateTimeColumnUtils - Interface in tech.tablesaw.columns
-
- DateTimeEqualTo - Class in tech.tablesaw.filtering
-
- DateTimeEqualTo(ColumnReference, LocalDateTime) - Constructor for class tech.tablesaw.filtering.DateTimeEqualTo
-
- DateTimeIndex - Class in tech.tablesaw.index
-
An index for four-byte integer and Date columns
- DateTimeIndex(DateTimeColumn) - Constructor for class tech.tablesaw.index.DateTimeIndex
-
- DateTimeIsAfter - Class in tech.tablesaw.filtering.datetimes
-
- DateTimeIsAfter(ColumnReference, LocalDateTime) - Constructor for class tech.tablesaw.filtering.datetimes.DateTimeIsAfter
-
- DateTimeIsBefore - Class in tech.tablesaw.filtering.datetimes
-
- DateTimeIsBefore(ColumnReference, LocalDateTime) - Constructor for class tech.tablesaw.filtering.datetimes.DateTimeIsBefore
-
- DateTimeMapUtils - Interface in tech.tablesaw.mapping
-
- dayOfMonth() - Method in class tech.tablesaw.api.DateColumn
-
- dayOfMonth() - Method in class tech.tablesaw.api.DateTimeColumn
-
- dayOfWeek() - Method in class tech.tablesaw.api.DateColumn
-
- dayOfWeek() - Method in class tech.tablesaw.api.DateTimeColumn
-
- dayOfWeekValue() - Method in class tech.tablesaw.api.DateColumn
-
- dayOfWeekValue() - Method in class tech.tablesaw.api.DateTimeColumn
-
- dayOfYear() - Method in class tech.tablesaw.api.DateColumn
-
- dayOfYear() - Method in class tech.tablesaw.api.DateTimeColumn
-
- db(ResultSet, String) - Static method in class tech.tablesaw.io.DataFrameReader
-
- DecisionTree - Class in tech.tablesaw.api.ml.classification
-
- DEFAULT_ARRAY_SIZE - Static variable in class tech.tablesaw.api.IntColumn
-
- detectColumnTypes(InputStream, boolean, char, boolean) - Static method in class tech.tablesaw.io.csv.CsvReader
-
Estimates and returns the type for each column in the delimited text file file
- df() - Method in class tech.tablesaw.api.ml.regression.LeastSquares
-
- dictionaryMap() - Method in class tech.tablesaw.api.CategoryColumn
-
- dictionaryMap() - Method in interface tech.tablesaw.columns.CategoryColumnUtils
-
- DictionaryMap - Class in tech.tablesaw.util
-
A map that supports reversible key value pairs of int-String
- DictionaryMap() - Constructor for class tech.tablesaw.util.DictionaryMap
-
- DictionaryMap(DictionaryMap) - Constructor for class tech.tablesaw.util.DictionaryMap
-
Returns a new DictionaryMap that is a deep copy of the original
- difference() - Method in class tech.tablesaw.api.DateColumn
-
- difference() - Method in class tech.tablesaw.api.DateTimeColumn
-
- difference() - Method in class tech.tablesaw.api.DoubleColumn
-
- difference() - Method in class tech.tablesaw.api.FloatColumn
-
- difference() - Method in class tech.tablesaw.api.IntColumn
-
- difference() - Method in class tech.tablesaw.api.LongColumn
-
- difference() - Method in class tech.tablesaw.api.ShortColumn
-
- difference() - Method in class tech.tablesaw.columns.AbstractColumn
-
- difference() - Method in interface tech.tablesaw.columns.Column
-
Returns a new column of the same type as the receiver, such that the values in the new column
contain the difference between each cell in the original and it's predecessor.
- difference(DateColumn, DateColumn, ChronoUnit) - Method in interface tech.tablesaw.mapping.DateMapUtils
-
Calculates the temporal difference between each element of the receiver and the respective element of the
argument
- difference(DateTimeColumn, ChronoUnit) - Method in interface tech.tablesaw.mapping.DateTimeMapUtils
-
- difference(long, long, ChronoUnit) - Method in interface tech.tablesaw.mapping.DateTimeMapUtils
-
- difference(LongColumn) - Method in interface tech.tablesaw.mapping.LongMapUtils
-
- difference(TimeColumn, ChronoUnit) - Method in interface tech.tablesaw.mapping.TimeMapUtils
-
- difference(int, int, ChronoUnit) - Method in interface tech.tablesaw.mapping.TimeMapUtils
-
- differenceInDays(DateColumn) - Method in interface tech.tablesaw.mapping.DateMapUtils
-
- differenceInDays(DateTimeColumn) - Method in interface tech.tablesaw.mapping.DateTimeMapUtils
-
- differenceInHours(DateTimeColumn) - Method in interface tech.tablesaw.mapping.DateTimeMapUtils
-
- differenceInHours(TimeColumn) - Method in interface tech.tablesaw.mapping.TimeMapUtils
-
- differenceInMilliseconds(DateTimeColumn) - Method in interface tech.tablesaw.mapping.DateTimeMapUtils
-
- differenceInMilliseconds(TimeColumn) - Method in interface tech.tablesaw.mapping.TimeMapUtils
-
- differenceInMinutes(DateTimeColumn) - Method in interface tech.tablesaw.mapping.DateTimeMapUtils
-
- differenceInMinutes(TimeColumn) - Method in interface tech.tablesaw.mapping.TimeMapUtils
-
- differenceInMonths(DateColumn) - Method in interface tech.tablesaw.mapping.DateMapUtils
-
- differenceInSeconds(DateTimeColumn) - Method in interface tech.tablesaw.mapping.DateTimeMapUtils
-
- differenceInSeconds(TimeColumn) - Method in interface tech.tablesaw.mapping.TimeMapUtils
-
- differenceInWeeks(DateColumn) - Method in interface tech.tablesaw.mapping.DateMapUtils
-
- differenceInYears(DateColumn) - Method in interface tech.tablesaw.mapping.DateMapUtils
-
- differenceInYears(DateTimeColumn) - Method in interface tech.tablesaw.mapping.DateTimeMapUtils
-
- distance(Column) - Method in interface tech.tablesaw.mapping.StringMapUtils
-
Returns a column containing the levenshtein distance between the two given string columns
- distortion() - Method in class tech.tablesaw.api.ml.clustering.Gmeans
-
- distortion() - Method in class tech.tablesaw.api.ml.clustering.Kmeans
-
- distortion() - Method in class tech.tablesaw.api.ml.clustering.Xmeans
-
- divide(DoubleColumn) - Method in class tech.tablesaw.api.DoubleColumn
-
- divide(IntColumn) - Method in class tech.tablesaw.api.DoubleColumn
-
- divide(LongColumn) - Method in class tech.tablesaw.api.DoubleColumn
-
- divide(ShortColumn) - Method in class tech.tablesaw.api.DoubleColumn
-
- divide(FloatColumn) - Method in class tech.tablesaw.api.FloatColumn
-
- divide(IntColumn) - Method in class tech.tablesaw.api.FloatColumn
-
- divide(LongColumn) - Method in class tech.tablesaw.api.FloatColumn
-
- divide(ShortColumn) - Method in class tech.tablesaw.api.FloatColumn
-
- divide(FloatColumn) - Method in class tech.tablesaw.api.IntColumn
-
- divide(FloatColumn) - Method in class tech.tablesaw.api.LongColumn
-
- divide(LongColumn) - Method in class tech.tablesaw.api.LongColumn
-
- divide(FloatColumn) - Method in class tech.tablesaw.api.ShortColumn
-
- divide(ShortColumn) - Method in class tech.tablesaw.api.ShortColumn
-
- divide(int) - Method in interface tech.tablesaw.mapping.IntMapUtils
-
- divide(double) - Method in interface tech.tablesaw.mapping.IntMapUtils
-
- divide(IntColumn) - Method in interface tech.tablesaw.mapping.IntMapUtils
-
- DoubleArrays - Class in tech.tablesaw.util
-
Utility functions for creating 2D double arrays from columns and other arrays
- DoubleArrays() - Constructor for class tech.tablesaw.util.DoubleArrays
-
- DoubleBiPredicate - Interface in tech.tablesaw.filtering
-
- DoubleColumn - Class in tech.tablesaw.api
-
A column in a base table that contains double precision floating point values
- DoubleColumn(String) - Constructor for class tech.tablesaw.api.DoubleColumn
-
- DoubleColumn(String, int) - Constructor for class tech.tablesaw.api.DoubleColumn
-
- DoubleColumn(String, double[]) - Constructor for class tech.tablesaw.api.DoubleColumn
-
- DoubleColumn(String, DoubleArrayList) - Constructor for class tech.tablesaw.api.DoubleColumn
-
- DoubleColumn(ColumnMetadata) - Constructor for class tech.tablesaw.api.DoubleColumn
-
- doubleColumn(int) - Method in class tech.tablesaw.table.Relation
-
- doubleColumn(String) - Method in class tech.tablesaw.table.Relation
-
- DoubleColumnUtils - Interface in tech.tablesaw.columns
-
- DoubleEqualTo - Class in tech.tablesaw.filtering
-
- DoubleEqualTo(ColumnReference, double) - Constructor for class tech.tablesaw.filtering.DoubleEqualTo
-
- DoubleGreaterLessThanOrEqualTo - Class in tech.tablesaw.filtering
-
- DoubleGreaterLessThanOrEqualTo(ColumnReference, double) - Constructor for class tech.tablesaw.filtering.DoubleGreaterLessThanOrEqualTo
-
- DoubleGreaterThan - Class in tech.tablesaw.filtering
-
- DoubleGreaterThan(ColumnReference, double) - Constructor for class tech.tablesaw.filtering.DoubleGreaterThan
-
- DoubleGreaterThanOrEqualTo - Class in tech.tablesaw.filtering
-
- DoubleGreaterThanOrEqualTo(ColumnReference, double) - Constructor for class tech.tablesaw.filtering.DoubleGreaterThanOrEqualTo
-
- DoubleLessThan - Class in tech.tablesaw.filtering
-
- DoubleLessThan(ColumnReference, double) - Constructor for class tech.tablesaw.filtering.DoubleLessThan
-
- DoubleLessThanOrEqualTo - Class in tech.tablesaw.filtering
-
- DoubleLessThanOrEqualTo(ColumnReference, double) - Constructor for class tech.tablesaw.filtering.DoubleLessThanOrEqualTo
-
- DoubleNotEqualTo - Class in tech.tablesaw.filtering
-
- DoubleNotEqualTo(ColumnReference, double) - Constructor for class tech.tablesaw.filtering.DoubleNotEqualTo
-
- DoublePredicate - Interface in tech.tablesaw.filtering
-
- dropRows(IntArrayList) - Method in class tech.tablesaw.api.Table
-
Returns a table with the given rows dropped
- dropRows(int...) - Method in class tech.tablesaw.api.Table
-
Returns a table with the given rows dropped
- dumpRow(PrintStream) - Method in exception tech.tablesaw.io.csv.AddCellToColumnException
-
Dumps to a PrintStream the information relative to the row that caused the problem
- 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 class tech.tablesaw.table.Relation
-
Returns a String representing the value found at column index c and row index r
- get(int, int) - Method in class tech.tablesaw.table.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
- getBOM() - Method in class tech.tablesaw.io.UnicodeBOMInputStream
-
Returns the BOM
that was detected in the wrapped
InputStream
object.
- getByte(int) - Method in class tech.tablesaw.api.BooleanColumn
-
Returns the value in row i as a byte (0, 1, or Byte.MIN_VALUE representing missing data)
- getBytes() - Method in class tech.tablesaw.io.UnicodeBOMInputStream.BOM
-
Returns the bytes corresponding to this BOM
value.
- 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
-
- 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) - Constructor for class tech.tablesaw.api.IntColumn
-
- IntColumn(String, int) - Constructor for class tech.tablesaw.api.IntColumn
-
- IntColumn(String, IntArrayList) - Constructor for class tech.tablesaw.api.IntColumn
-
- IntColumn(String, int[]) - Constructor for class tech.tablesaw.api.IntColumn
-
- IntColumn(ColumnMetadata) - Constructor for class tech.tablesaw.api.IntColumn
-
- intColumn(String) - Method in class tech.tablesaw.table.Relation
-
- intColumn(int) - Method in class 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<IntRBTreeSet>) - Method in class tech.tablesaw.api.ml.association.AssociationRuleMining
-
- 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
-
- isAfter(int) - Method in class tech.tablesaw.api.DateColumn
-
- 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
-
- 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 class tech.tablesaw.table.Relation
-
- isEmpty() - Method in class tech.tablesaw.util.BitmapBackedSelection
-
- 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
-
- n - Static variable in class tech.tablesaw.reducing.NumericReduceUtils
-
- n() - Method in class tech.tablesaw.util.Stats
-
- name() - Method in class tech.tablesaw.api.Table
-
Returns the name of the table
- name() - Method in class tech.tablesaw.columns.AbstractColumn
-
- name() - Method in interface tech.tablesaw.columns.Column
-
Returns the column's name
- name() - Method in class tech.tablesaw.table.Relation
-
Returns the name of this relation
- name() - Method in class tech.tablesaw.table.TemporaryView
-
- names(IntColumn[]) - Method in interface tech.tablesaw.mapping.IntMapUtils
-
- names(LongColumn[]) - Method in interface tech.tablesaw.mapping.LongMapUtils
-
- names(ShortColumn[]) - Method in interface tech.tablesaw.mapping.ShortMapUtils
-
- nCol(String) - Method in class tech.tablesaw.table.Relation
-
Returns the column with the given name cast to a NumericColumn
- nCol(int) - Method in class tech.tablesaw.table.Relation
-
Returns the column with the given name cast to a NumericColumn
- neg() - Method in class tech.tablesaw.api.DoubleColumn
-
For each item in the column, returns the same number with the sign changed.
- neg() - Method in class tech.tablesaw.api.FloatColumn
-
For each item in the column, returns the same number with the sign changed.
- newColumn(String, ColumnType) - Static method in class tech.tablesaw.io.TypeUtils
-
Constructs and returns a column for the given name
and type
- next(String, Sort.Order) - Method in class tech.tablesaw.sorting.Sort
-
- NONE - Static variable in class tech.tablesaw.io.UnicodeBOMInputStream.BOM
-
NONE.
- NOON - Static variable in class tech.tablesaw.columns.packeddata.PackedLocalTime
-
- normalize(double[]) - Method in class tech.tablesaw.mapping.NumericMapUtils
-
- not(Filter) - Static method in class tech.tablesaw.api.QueryHelper
-
- NumericColumn - Interface in tech.tablesaw.api
-
Functionality common to all numeric column types
- numericColumn(int) - Method in class tech.tablesaw.table.Relation
-
- numericColumn(String) - Method in class tech.tablesaw.table.Relation
-
- numericColumn(int) - Method in class tech.tablesaw.table.TemporaryView
-
- numericColumn(String) - Method in class tech.tablesaw.table.TemporaryView
-
- NumericMapUtils - Class in tech.tablesaw.mapping
-
- NumericMapUtils() - Constructor for class tech.tablesaw.mapping.NumericMapUtils
-
- NumericReduceFunction - Interface in tech.tablesaw.reducing
-
Functions that calculate values over the data of an entire column, such as sum, mean, std.
- NumericReduceUtils - Class in tech.tablesaw.reducing
-
Contains common utilities for double and long types
- NumericReduceUtils() - Constructor for class tech.tablesaw.reducing.NumericReduceUtils
-
- NumericSummaryTable - Class in tech.tablesaw.reducing
-
NumericSummaryTable is a standard table, but one with a specific format:
It has two columns, the first a category column and the second a numeric column,
so that it is appropriate for managing data that summarizes numeric variables by groups
- quadraticMean() - Method in class tech.tablesaw.api.DoubleColumn
-
Returns the quadraticMean, aka the root-mean-square, for all values in this column
- quadraticMean() - Method in class tech.tablesaw.api.FloatColumn
-
Returns the quadraticMean, aka the root-mean-square, for all values in this column
- quadraticMean() - Method in class tech.tablesaw.api.IntColumn
-
Returns the quadraticMean, aka the root-mean-square, for all values in this column
- quadraticMean() - Method in class tech.tablesaw.api.LongColumn
-
Returns the quadraticMean, aka the root-mean-square, for all values in this column
- quadraticMean() - Method in interface tech.tablesaw.api.NumericColumn
-
Returns the quadraticMean, aka the root-mean-square, for all values in this column
- quadraticMean() - Method in class tech.tablesaw.api.ShortColumn
-
Returns the quadraticMean, aka the root-mean-square, for all values in this column
- QuadraticMean - Class in tech.tablesaw.reducing.functions
-
- QuadraticMean(Table, String) - Constructor for class tech.tablesaw.reducing.functions.QuadraticMean
-
- quadraticMean - Static variable in class tech.tablesaw.reducing.NumericReduceUtils
-
Returns the quadratic mean, aka, the root-mean-square
- quadraticMean() - Method in class tech.tablesaw.util.Stats
-
- quartile1() - Method in class tech.tablesaw.api.DoubleColumn
-
- quartile1() - Method in class tech.tablesaw.api.FloatColumn
-
- quartile1() - Method in class tech.tablesaw.api.IntColumn
-
- quartile1() - Method in class tech.tablesaw.api.LongColumn
-
- quartile1() - Method in interface tech.tablesaw.api.NumericColumn
-
- quartile1() - Method in class tech.tablesaw.api.ShortColumn
-
- quartile1 - Static variable in class tech.tablesaw.reducing.NumericReduceUtils
-
- quartile3() - Method in class tech.tablesaw.api.DoubleColumn
-
- quartile3() - Method in class tech.tablesaw.api.FloatColumn
-
- quartile3() - Method in class tech.tablesaw.api.IntColumn
-
- quartile3() - Method in class tech.tablesaw.api.LongColumn
-
- quartile3() - Method in interface tech.tablesaw.api.NumericColumn
-
- quartile3() - Method in class tech.tablesaw.api.ShortColumn
-
- quartile3 - Static variable in class tech.tablesaw.reducing.NumericReduceUtils
-
- QueryHelper - Class in tech.tablesaw.api
-
A static utility class designed to take some of the work, and verbosity, out of making queries.
- QueryHelper() - Constructor for class tech.tablesaw.api.QueryHelper
-
- 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() - Method in class tech.tablesaw.util.Stats
-
- read() - Static method in class tech.tablesaw.api.Table
-
- 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(InputStream, 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(InputStream, String, boolean, char, boolean) - Static method in class tech.tablesaw.io.csv.CsvReader
-
- read(InputStream, 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
- read() - Method in class tech.tablesaw.io.UnicodeBOMInputStream
- read(byte[]) - Method in class tech.tablesaw.io.UnicodeBOMInputStream
- read(byte[], int, int) - Method in class tech.tablesaw.io.UnicodeBOMInputStream
- 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 - Class in tech.tablesaw.table
-
A tabular data structure like a table in a relational database, but not formally implementing the relational algebra
- Relation() - Constructor for class tech.tablesaw.table.Relation
-
- remainder(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(short) - Method in class tech.tablesaw.util.DictionaryMap
-
- remove(String) - Method in class tech.tablesaw.util.DictionaryMap
-
- removeColumn(int) - Method in class tech.tablesaw.table.Relation
-
- removeColumns(Column...) - Method in class tech.tablesaw.api.Table
-
Removes the given columns
- removeColumns(Column...) - Method in class tech.tablesaw.table.Relation
-
Removes the given columns from the receiver
- removeColumns(String...) - Method in class 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
-
- reset() - Method in class tech.tablesaw.io.UnicodeBOMInputStream
- 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 class 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 class 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 class 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) - Constructor for class tech.tablesaw.api.ShortColumn
-
- ShortColumn(String, int) - Constructor for class tech.tablesaw.api.ShortColumn
-
- ShortColumn(String, short[]) - 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) - Method in class tech.tablesaw.table.Relation
-
- shortColumn(int) - Method in class 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
-
- 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
-
- skip(long) - Method in class tech.tablesaw.io.UnicodeBOMInputStream
- skipBOM() - Method in class tech.tablesaw.io.UnicodeBOMInputStream
-
Skips the BOM
that was found in the wrapped
InputStream
object.
- Sort - Class in tech.tablesaw.sorting
-
Provides fine-grained control over sorting.
- Sort(String, Sort.Order) - Constructor for class tech.tablesaw.sorting.Sort
-
- Sort.Order - Enum in tech.tablesaw.sorting
-
- sortAscending() - Method in class tech.tablesaw.api.BooleanColumn
-
- sortAscending() - Method in class tech.tablesaw.api.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
- 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 class tech.tablesaw.table.Relation
-
- 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 class 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.io.string - package tech.tablesaw.io.string
-
- 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
-
- 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 class tech.tablesaw.table.Relation
-
- timeColumn(int) - Method in class 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.TimeColumn
-
- toString(long) - Static method in class tech.tablesaw.columns.packeddata.PackedLocalDateTime
-
- toString() - Method in class tech.tablesaw.io.UnicodeBOMInputStream.BOM
-
Returns a String
representation of this BOM
value.
- toString() - Method in class tech.tablesaw.sorting.Sort
-
- toString() - Method in class tech.tablesaw.store.ColumnMetadata
-
- toString(int) - Method in class tech.tablesaw.table.Relation
-
- toString() - Method in class tech.tablesaw.table.Relation
-
- 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
-