Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abbreviate(int) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
Abbreviates a String using ellipses.
- abbreviate(String, String, int) - Static method in class tech.tablesaw.util.StringUtils
-
Abbreviates a String using ellipses.
- abs() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
Returns a NumberColumn with the absolute value of each value in this column
- AbstractColumn<C extends Column<T>,
T> - Class in tech.tablesaw.columns -
Partial implementation of the
Column
interface - AbstractColumn(ColumnType, String, AbstractColumnParser<T>) - Constructor for class tech.tablesaw.columns.AbstractColumn
-
Constructs a column with the given
ColumnType
, name, andAbstractColumnParser
- AbstractColumnParser<T> - Class in tech.tablesaw.columns
-
A parser for turning strings into objects that can be inserted into a column
- AbstractColumnParser(ColumnType) - Constructor for class tech.tablesaw.columns.AbstractColumnParser
- AbstractColumnType - Class in tech.tablesaw.columns
-
Defines the type of data held by a
Column
- AbstractColumnType(int, String, String) - Constructor for class tech.tablesaw.columns.AbstractColumnType
- AbstractJoiner - Class in tech.tablesaw.joining
- AbstractJoiner() - Constructor for class tech.tablesaw.joining.AbstractJoiner
- AbstractTrace - Class in tech.tablesaw.plotly.traces
- AbstractTrace(TraceBuilder) - Constructor for class tech.tablesaw.plotly.traces.AbstractTrace
- AbstractTrace.Visibility - Enum Class in tech.tablesaw.plotly.traces
- ACROSS - Enum constant in enum class tech.tablesaw.plotly.components.Axis.Spikes.SpikeMode
- ACROSS_AND_MARKER - Enum constant in enum class tech.tablesaw.plotly.components.Axis.Spikes.SpikeMode
- add(byte) - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
-
Adds a boolean value represented as a byte, where 0=false, 1=true, and -1=missing
- add(byte) - Method in interface tech.tablesaw.columns.booleans.BooleanData
-
Adds a boolean value represented as a byte, where 0=false, 1=true, and -1=missing
- add(double, double) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
- add(int...) - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
Adds the given integers to the Selection if it is not already present, and does nothing otherwise
- add(int...) - Method in class tech.tablesaw.selection.BitSetBackedSelection
-
Adds the given integers to the Selection if it is not already present, and does nothing otherwise
- add(int...) - Method in interface tech.tablesaw.selection.Selection
-
Adds the given integers to the Selection if it is not already present, and does nothing otherwise
- add(Number) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
- add(NumericColumn<?>) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
- addAll(List<String>) - Method in class tech.tablesaw.api.StringColumn
-
Add all the strings in the list to this column
- addAll(List<String>) - Method in class tech.tablesaw.columns.strings.TextualStringData
-
Add all the strings in the list to this column
- AddCellToColumnException - Exception in tech.tablesaw.io
-
This Exception wraps another Exception thrown while adding a cell to a column.
- AddCellToColumnException(Exception, int, long, List<String>, String[]) - Constructor for exception tech.tablesaw.io.AddCellToColumnException
-
Creates a new instance of this Exception
- addColumns(Column<?>...) - Method in class tech.tablesaw.api.Table
-
Adds the given column to this table.
- addColumns(Column<?>...) - Method in class tech.tablesaw.table.Relation
-
Adds the given columns to this Relation and returns the same relation.
- addColumns(Column<?>...) - Method in class tech.tablesaw.table.TableSlice
-
Adds the given columns to this Relation and returns the same relation.
- addComparator(IntComparator) - Method in class tech.tablesaw.sorting.comparators.IntComparatorChain
-
Appends the comparator to the end of the chain
- addEventHandlers(EventHandler...) - Method in class tech.tablesaw.plotly.components.Figure.FigureBuilder
- addRange(int, int) - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
Adds to the current bitmap all integers in [rangeStart,rangeEnd)
- addRange(int, int) - Method in class tech.tablesaw.selection.BitSetBackedSelection
-
Adds to the current bitmap all integers in [rangeStart,rangeEnd)
- addRange(int, int) - Method in interface tech.tablesaw.selection.Selection
-
Adds to the current bitmap all integers in [rangeStart,rangeEnd)
- addRow(int, Table) - Method in class tech.tablesaw.api.Table
-
Adds a single row to this table from sourceTable, copying every column in sourceTable
- addSlice(TableSlice) - Method in class tech.tablesaw.table.TableSliceGroup
-
Add a slice to this group
- addTraces(Trace...) - Method in class tech.tablesaw.plotly.components.Figure.FigureBuilder
- aggregate(ListMultimap<String, AggregateFunction<?, ?>>) - Method in class tech.tablesaw.table.TableSliceGroup
-
Applies the given aggregations to the given columns.
- aggregate(String, AggregateFunction<?, ?>...) - Method in class tech.tablesaw.table.TableSliceGroup
-
Applies the given aggregation to the given column.
- aggregateColumnName(String, String) - Static method in class tech.tablesaw.table.TableSliceGroup
-
Returns a column name for aggregated data based on the given source column name and function
- AggregateFunction<INCOL extends Column<?>,
OUT> - Class in tech.tablesaw.aggregate -
An abstract class that provides a partial implementation of aggregate functions to summarize over a column
- AggregateFunction(String) - Constructor for class tech.tablesaw.aggregate.AggregateFunction
-
Constructs a function with the given name
- AggregateFunctions - Class in tech.tablesaw.aggregate
-
Static utility class for pre-defined instances of
AggregateFunction
- align(Annotation.Align) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
- all() - Method in class tech.tablesaw.api.BooleanColumn
-
Returns true if the column contains only true values, and false otherwise.
- all(Function<Table, Selection>...) - Static method in class tech.tablesaw.api.QuerySupport
-
Returns a selection for all records that match all of the given functions.
- ALL - Enum constant in enum class tech.tablesaw.plotly.components.TickSettings.DisplayRules
- ALL - Enum constant in enum class tech.tablesaw.plotly.components.TickSettings.Mirror
- ALL_TICKS - Enum constant in enum class tech.tablesaw.plotly.components.TickSettings.Mirror
- allMatch(DoublePredicate) - Method in interface tech.tablesaw.api.NumericColumn
-
Returns true if all rows satisfy the predicate, false otherwise
- allMatch(Predicate<? super T>) - Method in interface tech.tablesaw.columns.Column
-
Returns true if all rows satisfy the predicate, false otherwise
- allowDuplicateColumnNames - Variable in class tech.tablesaw.io.ReadOptions
- allowDuplicateColumnNames() - Method in class tech.tablesaw.io.ReadOptions
- allowDuplicateColumnNames(boolean) - Method in class tech.tablesaw.joining.AbstractJoiner
- allowDuplicateColumnNames(boolean) - Method in class tech.tablesaw.joining.DataFrameJoiner
-
if
false
the join will fail if any columns other than the join column have the same name; iftrue
the join will succeed and duplicate columns are renamed and included in the results. - allowDuplicateColumnNames(Boolean) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
-
Enable reading of a table with duplicate column names.
- allowDuplicateColumnNames(Boolean) - Method in class tech.tablesaw.io.ReadOptions.Builder
- allTrue - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
A function that takes a column argument and returns
true
if all values in that column are true - AM(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
-
Returns true if the time is in the AM or "before noon".
- AM(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
-
Returns true if the time is in the AM or "before noon".
- AnalyticQuery - Class in tech.tablesaw.analytic
-
A class representing an analytic query similar to the Over or Window clause in SQL.
- AnalyticQuerySteps - Interface in tech.tablesaw.analytic
- AnalyticQuerySteps.AddAggregateFunctions - Interface in tech.tablesaw.analytic
-
Step to add the first Analytic Aggregate Function.
- AnalyticQuerySteps.AddAggregateFunctionsWithExecute - Interface in tech.tablesaw.analytic
-
Step to add the another Analytic Aggregate Function.
- AnalyticQuerySteps.AddNumberingFunction - Interface in tech.tablesaw.analytic
-
Step to add the first Numbering Function.
- AnalyticQuerySteps.AddNumberingFunctionWithExecute - Interface in tech.tablesaw.analytic
-
Step to add the another Numbering Function.
- AnalyticQuerySteps.AnalyticFunctions - Interface in tech.tablesaw.analytic
-
An AnalyticFunction performs a calculation across a set of table rows that are somehow related to the current row.
- AnalyticQuerySteps.DefineWindowFame - Interface in tech.tablesaw.analytic
-
First step in defining a window frame.
- AnalyticQuerySteps.Execute - Interface in tech.tablesaw.analytic
- AnalyticQuerySteps.FullAnalyticQuerySteps - Interface in tech.tablesaw.analytic
- AnalyticQuerySteps.FullAnalyticQuerySteps.FromStep - Interface in tech.tablesaw.analytic
- AnalyticQuerySteps.FullAnalyticQuerySteps.OrderByOptionalStep - Interface in tech.tablesaw.analytic
- AnalyticQuerySteps.FullAnalyticQuerySteps.PartitionByStep - Interface in tech.tablesaw.analytic
- AnalyticQuerySteps.NameStepAggregate - Interface in tech.tablesaw.analytic
- AnalyticQuerySteps.NameStepNumbering - Interface in tech.tablesaw.analytic
- AnalyticQuerySteps.NumberingFunctions - Interface in tech.tablesaw.analytic
-
Numbering functions assign integer values to each row based on their position within the specified partition.
- AnalyticQuerySteps.NumberingQuerySteps - Interface in tech.tablesaw.analytic
- AnalyticQuerySteps.NumberingQuerySteps.FromStep - Interface in tech.tablesaw.analytic
- AnalyticQuerySteps.NumberingQuerySteps.OrderByRequiredStep - Interface in tech.tablesaw.analytic
- AnalyticQuerySteps.NumberingQuerySteps.PartitionByStep - Interface in tech.tablesaw.analytic
- AnalyticQuerySteps.QuickQuerySteps - Interface in tech.tablesaw.analytic
- AnalyticQuerySteps.QuickQuerySteps.FromStep - Interface in tech.tablesaw.analytic
- AnalyticQuerySteps.SetWindowEndOptionOne - Interface in tech.tablesaw.analytic
-
Set the window frame boundary end.
- AnalyticQuerySteps.SetWindowEndOptionTwo - Interface in tech.tablesaw.analytic
-
Set the window frame boundary end.
- AnalyticQuerySteps.SetWindowStart - Interface in tech.tablesaw.analytic
-
Set the window frame boundary start.
- and(Function<Table, Selection>...) - Static method in class tech.tablesaw.api.QuerySupport
-
Returns a selection for all records that match all of the given functions
- and(BooleanColumn...) - Method in interface tech.tablesaw.columns.booleans.BooleanMapUtils
- and(Selection) - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
Intersects the receiver and
otherSelection
, updating the receiver - and(Selection) - Method in class tech.tablesaw.selection.BitSetBackedSelection
-
Intersects the receiver and
otherSelection
, updating the receiver - and(Selection) - Method in interface tech.tablesaw.selection.Selection
-
Returns this Selection object after its data has been intersected with
otherSelection
- And - Class in tech.tablesaw.filtering
- And(Function<Table, Selection>...) - Constructor for class tech.tablesaw.filtering.And
- andCurrentRow() - Method in interface tech.tablesaw.analytic.AnalyticQuerySteps.SetWindowEndOptionOne
-
Set the bound to the current row.
- andFollowing(int) - Method in interface tech.tablesaw.analytic.AnalyticQuerySteps.SetWindowEndOptionOne
-
Set the bound to a number of rows following the current row.
- andFollowing(int) - Method in interface tech.tablesaw.analytic.AnalyticQuerySteps.SetWindowEndOptionTwo
- andNot(BooleanColumn...) - Method in interface tech.tablesaw.columns.booleans.BooleanMapUtils
-
Returns a column made by combining the receiver and each of the arguments using the operation: A andNot V.
- andNot(Selection) - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
Implements the set difference operation between the receiver and
otherSelection
, after updating the receiver - andNot(Selection) - Method in class tech.tablesaw.selection.BitSetBackedSelection
-
Implements the set difference operation between the receiver and
otherSelection
, after updating the receiver - andNot(Selection) - Method in interface tech.tablesaw.selection.Selection
-
Implements the set difference operation between the receiver and
otherSelection
, after updating the receiver - andPreceding(int) - Method in interface tech.tablesaw.analytic.AnalyticQuerySteps.SetWindowEndOptionOne
-
Set the bound to a number of rows preceding the current row.
- andUnBoundedFollowing() - Method in interface tech.tablesaw.analytic.AnalyticQuerySteps.SetWindowEndOptionOne
-
Set the bound to the last partition row.
- andUnBoundedFollowing() - Method in interface tech.tablesaw.analytic.AnalyticQuerySteps.SetWindowEndOptionTwo
- angle(int) - Method in class tech.tablesaw.plotly.components.TickSettings.TickSettingsBuilder
-
Sets the angle of the tick labels with respect to the horizontal.
- Annotation - Class in tech.tablesaw.plotly.components
- Annotation.Align - Enum Class in tech.tablesaw.plotly.components
-
The horizontal alignment of the 'text' within the box.
- Annotation.AnnotationBuilder - Class in tech.tablesaw.plotly.components
- Annotation.ClicktoShow - Enum Class in tech.tablesaw.plotly.components
- Annotation.Valign - Enum Class in tech.tablesaw.plotly.components
- Annotation.Xanchor - Enum Class in tech.tablesaw.plotly.components
- Annotation.Yanchor - Enum Class in tech.tablesaw.plotly.components
- any() - Method in class tech.tablesaw.api.BooleanColumn
-
Returns true if the column contains any true values, and false otherwise
- any(Function<Table, Selection>...) - Static method in class tech.tablesaw.api.QuerySupport
-
Returns a selection for all records that match any of the given functions.
- AnyIntAggregateFunction - Class in tech.tablesaw.aggregate
-
Partial implementation of AggregateFunction that returns an integer when applied to a column of any type
- AnyIntAggregateFunction(String) - Constructor for class tech.tablesaw.aggregate.AnyIntAggregateFunction
-
Constructs a CountFunction with the given name.
- anyMatch(DoublePredicate) - Method in interface tech.tablesaw.api.NumericColumn
-
Returns true if any row satisfies the predicate, false otherwise
- anyMatch(Predicate<? super T>) - Method in interface tech.tablesaw.columns.Column
-
Returns true if any row satisfies the predicate, false otherwise
- anyTrue - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
A function that takes a column argument and returns
true
if at least one value in the column is true - append(boolean) - Method in class tech.tablesaw.api.BooleanColumn
-
Appends b to the end of this column and returns this column
- append(byte) - Method in class tech.tablesaw.api.BooleanColumn
-
Appends b to the end of this column and returns this column
- append(double) - Method in class tech.tablesaw.api.DoubleColumn
-
Adds the given double to this column
- append(float) - Method in class tech.tablesaw.api.DoubleColumn
-
Adds the given float to this column
- append(float) - Method in class tech.tablesaw.api.FloatColumn
- append(int) - Method in class tech.tablesaw.api.DoubleColumn
- append(int) - Method in class tech.tablesaw.api.IntColumn
- append(long) - Method in class tech.tablesaw.api.LongColumn
- append(short) - Method in class tech.tablesaw.api.ShortColumn
- append(Boolean) - Method in class tech.tablesaw.api.BooleanColumn
-
Appends value to the bottom of this column and return this column
- append(Double) - Method in class tech.tablesaw.api.DoubleColumn
-
Appends value to the bottom of this column and return this column
- append(Float) - Method in class tech.tablesaw.api.FloatColumn
-
Appends value to the bottom of this column and return this column
- append(Integer) - Method in class tech.tablesaw.api.IntColumn
-
Appends value to the bottom of this column and return this column
- append(Long) - Method in class tech.tablesaw.api.LongColumn
-
Appends value to the bottom of this column and return this column
- append(Number) - Method in class tech.tablesaw.api.DoubleColumn
- append(Short) - Method in class tech.tablesaw.api.ShortColumn
-
Appends value to the bottom of this column and return this column
- append(String) - Method in class tech.tablesaw.api.StringColumn
-
Added for naming consistency with all other columns
- append(String) - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
- append(String) - Method in interface tech.tablesaw.columns.strings.DictionaryMap
- append(String) - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
- append(String) - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
- append(String) - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
- append(String) - Method in interface tech.tablesaw.columns.strings.StringData
- append(String) - Method in class tech.tablesaw.columns.strings.TextualStringData
-
Added for naming consistency with all other columns
- append(Instant) - Method in class tech.tablesaw.api.InstantColumn
-
Appends value to the bottom of this column and return this column
- append(LocalDate) - Method in class tech.tablesaw.api.DateColumn
-
Appends value to the bottom of this column and return this column
- append(LocalDateTime) - Method in class tech.tablesaw.api.DateTimeColumn
-
Appends value to the bottom of this column and return this column
- append(LocalTime) - Method in class tech.tablesaw.api.TimeColumn
-
Appends value to the bottom of this column and return this column
- append(T) - Method in interface tech.tablesaw.columns.Column
-
Appends value to the bottom of this column and return this column
- append(Row) - Method in class tech.tablesaw.api.Table
-
Appends the given row to this table and returns the table.
- append(Column<Boolean>) - Method in class tech.tablesaw.api.BooleanColumn
-
Appends all the values in the argument to the bottom of this column and return this column
- append(Column<Boolean>, int) - Method in class tech.tablesaw.api.BooleanColumn
-
Appends the value at the given row in the given column to the bottom of this column and return this column
- append(Column<Double>) - Method in class tech.tablesaw.api.DoubleColumn
-
Appends all the values in the argument to the bottom of this column and return this column
- append(Column<Double>, int) - Method in class tech.tablesaw.api.DoubleColumn
-
Appends the value at the given row in the given column to the bottom of this column and return this column
- append(Column<Float>) - Method in class tech.tablesaw.api.FloatColumn
-
Appends all the values in the argument to the bottom of this column and return this column
- append(Column<Float>, int) - Method in class tech.tablesaw.api.FloatColumn
-
Appends the value at the given row in the given column to the bottom of this column and return this column
- append(Column<Integer>) - Method in class tech.tablesaw.api.IntColumn
-
Appends all the values in the argument to the bottom of this column and return this column
- append(Column<Integer>, int) - Method in class tech.tablesaw.api.IntColumn
-
Appends the value at the given row in the given column to the bottom of this column and return this column
- append(Column<Long>) - Method in class tech.tablesaw.api.LongColumn
-
Appends all the values in the argument to the bottom of this column and return this column
- append(Column<Long>, int) - Method in class tech.tablesaw.api.LongColumn
-
Appends the value at the given row in the given column to the bottom of this column and return this column
- append(Column<Short>) - Method in class tech.tablesaw.api.ShortColumn
-
Appends all the values in the argument to the bottom of this column and return this column
- append(Column<Short>, int) - Method in class tech.tablesaw.api.ShortColumn
-
Appends the value at the given row in the given column to the bottom of this column and return this column
- append(Column<String>) - Method in class tech.tablesaw.api.StringColumn
-
Appends all the values in the argument to the bottom of this column and return this column
- append(Column<String>) - Method in interface tech.tablesaw.columns.strings.StringData
- append(Column<String>) - Method in class tech.tablesaw.columns.strings.TextualStringData
- append(Column<String>, int) - Method in class tech.tablesaw.api.StringColumn
-
Appends the value at the given row in the given column to the bottom of this column and return this column
- append(Column<Instant>) - Method in class tech.tablesaw.api.InstantColumn
-
Appends all the values in the argument to the bottom of this column and return this column
- append(Column<Instant>, int) - Method in class tech.tablesaw.api.InstantColumn
-
Appends the value at the given row in the given column to the bottom of this column and return this column
- append(Column<LocalDate>) - Method in class tech.tablesaw.api.DateColumn
-
Appends all the values in the argument to the bottom of this column and return this column
- append(Column<LocalDate>, int) - Method in class tech.tablesaw.api.DateColumn
-
Appends the value at the given row in the given column to the bottom of this column and return this column
- append(Column<LocalDateTime>) - Method in class tech.tablesaw.api.DateTimeColumn
-
Appends all the values in the argument to the bottom of this column and return this column
- append(Column<LocalDateTime>, int) - Method in class tech.tablesaw.api.DateTimeColumn
-
Appends the value at the given row in the given column to the bottom of this column and return this column
- append(Column<LocalTime>) - Method in class tech.tablesaw.api.TimeColumn
-
Appends all the values in the argument to the bottom of this column and return this column
- append(Column<LocalTime>, int) - Method in class tech.tablesaw.api.TimeColumn
-
Appends the value at the given row in the given column to the bottom of this column and return this column
- append(Column<T>) - Method in interface tech.tablesaw.columns.Column
-
Appends all the values in the argument to the bottom of this column and return this column
- append(Column<T>, int) - Method in interface tech.tablesaw.columns.Column
-
Appends the value at the given row in the given column to the bottom of this column and return this column
- append(Relation) - Method in class tech.tablesaw.api.Table
-
Returns this table after adding the data from the argument
- appendAll() - Method in interface tech.tablesaw.columns.strings.StringReduceUtils
-
Returns a single string made by appending all the strings in this column, separated by a single space character
- appendAll(String) - Method in interface tech.tablesaw.columns.strings.StringReduceUtils
-
Returns a single string made by appending all the strings in this column, separated by the given delimiter
- appendCell(String) - Method in class tech.tablesaw.api.BooleanColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String.
- appendCell(String) - Method in class tech.tablesaw.api.DateColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String.
- appendCell(String) - Method in class tech.tablesaw.api.DateTimeColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String.
- appendCell(String) - Method in class tech.tablesaw.api.DoubleColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String.
- appendCell(String) - Method in class tech.tablesaw.api.FloatColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String.
- appendCell(String) - Method in class tech.tablesaw.api.InstantColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String.
- appendCell(String) - Method in class tech.tablesaw.api.IntColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String.
- appendCell(String) - Method in class tech.tablesaw.api.LongColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String.
- appendCell(String) - Method in class tech.tablesaw.api.ShortColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String.
- appendCell(String) - Method in class tech.tablesaw.api.StringColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String.
- appendCell(String) - Method in class tech.tablesaw.api.TimeColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String.
- appendCell(String) - Method in interface tech.tablesaw.columns.Column
-
Add one element to the bottom of this column and set its value to the parsed value of the given String.
- appendCell(String, AbstractColumnParser<?>) - Method in class tech.tablesaw.api.BooleanColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String, as performed by the given parser
- appendCell(String, AbstractColumnParser<?>) - Method in class tech.tablesaw.api.DateColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String, as performed by the given parser
- appendCell(String, AbstractColumnParser<?>) - Method in class tech.tablesaw.api.DateTimeColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String, as performed by the given parser
- appendCell(String, AbstractColumnParser<?>) - Method in class tech.tablesaw.api.DoubleColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String, as performed by the given parser
- appendCell(String, AbstractColumnParser<?>) - Method in class tech.tablesaw.api.FloatColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String, as performed by the given parser
- appendCell(String, AbstractColumnParser<?>) - Method in class tech.tablesaw.api.InstantColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String, as performed by the given parser
- appendCell(String, AbstractColumnParser<?>) - Method in class tech.tablesaw.api.IntColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String, as performed by the given parser
- appendCell(String, AbstractColumnParser<?>) - Method in class tech.tablesaw.api.LongColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String, as performed by the given parser
- appendCell(String, AbstractColumnParser<?>) - Method in class tech.tablesaw.api.ShortColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String, as performed by the given parser
- appendCell(String, AbstractColumnParser<?>) - Method in class tech.tablesaw.api.StringColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String, as performed by the given parser
- appendCell(String, AbstractColumnParser<?>) - Method in class tech.tablesaw.api.TimeColumn
-
Add one element to the bottom of this column and set its value to the parsed value of the given String, as performed by the given parser
- appendCell(String, AbstractColumnParser<?>) - Method in interface tech.tablesaw.columns.Column
-
Add one element to the bottom of this column and set its value to the parsed value of the given String, as performed by the given parser
- appendInternal(int) - Method in class tech.tablesaw.api.DateColumn
- appendInternal(int) - Method in class tech.tablesaw.api.TimeColumn
- appendInternal(long) - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns this column with the argument appended at the bottom
- appendInternal(long) - Method in class tech.tablesaw.api.InstantColumn
-
Returns this column with the argument appended at the bottom
- appendInternal(long) - Method in interface tech.tablesaw.columns.temporal.TemporalColumn
-
Returns this column with the argument appended at the bottom
- appendMissing() - Method in class tech.tablesaw.api.BooleanColumn
-
Appends a missing value appropriate to the column
- appendMissing() - Method in class tech.tablesaw.api.DateColumn
-
Appends a missing value appropriate to the column
- appendMissing() - Method in class tech.tablesaw.api.DateTimeColumn
-
Appends a missing value appropriate to the column
- appendMissing() - Method in class tech.tablesaw.api.DoubleColumn
-
Appends a missing value appropriate to the column
- appendMissing() - Method in class tech.tablesaw.api.FloatColumn
-
Appends a missing value appropriate to the column
- appendMissing() - Method in class tech.tablesaw.api.InstantColumn
-
Appends a missing value appropriate to the column
- appendMissing() - Method in class tech.tablesaw.api.IntColumn
-
Appends a missing value appropriate to the column
- appendMissing() - Method in class tech.tablesaw.api.LongColumn
-
Appends a missing value appropriate to the column
- appendMissing() - Method in class tech.tablesaw.api.ShortColumn
-
Appends a missing value appropriate to the column
- appendMissing() - Method in class tech.tablesaw.api.StringColumn
-
Appends a missing value appropriate to the column
- appendMissing() - Method in class tech.tablesaw.api.TimeColumn
-
Appends a missing value appropriate to the column
- appendMissing() - Method in interface tech.tablesaw.columns.Column
-
Appends a missing value appropriate to the column
- appendMissing() - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
- appendMissing() - Method in interface tech.tablesaw.columns.strings.DictionaryMap
- appendMissing() - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
- appendMissing() - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
- appendMissing() - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
- appendMissing() - Method in interface tech.tablesaw.columns.strings.StringData
- appendMissing() - Method in class tech.tablesaw.columns.strings.TextualStringData
- appendObj(Object) - Method in class tech.tablesaw.api.BooleanColumn
-
Appends the given value to the bottom of this column and return this column
- appendObj(Object) - Method in class tech.tablesaw.api.DateColumn
-
Appends the given value to the bottom of this column and return this column
- appendObj(Object) - Method in class tech.tablesaw.api.DateTimeColumn
-
Appends the given value to the bottom of this column and return this column
- appendObj(Object) - Method in class tech.tablesaw.api.DoubleColumn
-
Appends the given value to the bottom of this column and return this column
- appendObj(Object) - Method in class tech.tablesaw.api.FloatColumn
-
Appends the given value to the bottom of this column and return this column
- appendObj(Object) - Method in class tech.tablesaw.api.InstantColumn
-
Appends the given value to the bottom of this column and return this column
- appendObj(Object) - Method in class tech.tablesaw.api.IntColumn
-
Appends the given value to the bottom of this column and return this column
- appendObj(Object) - Method in class tech.tablesaw.api.LongColumn
-
Appends the given value to the bottom of this column and return this column
- appendObj(Object) - Method in class tech.tablesaw.api.ShortColumn
-
Appends the given value to the bottom of this column and return this column
- appendObj(Object) - Method in class tech.tablesaw.api.StringColumn
-
Appends the given value to the bottom of this column and return this column
- appendObj(Object) - Method in class tech.tablesaw.api.TimeColumn
-
Appends the given value to the bottom of this column and return this column
- appendObj(Object) - Method in interface tech.tablesaw.columns.Column
-
Appends the given value to the bottom of this column and return this column
- appendObj(Object) - Method in interface tech.tablesaw.columns.strings.StringData
- appendObj(Object) - Method in class tech.tablesaw.columns.strings.TextualStringData
- appendRow() - Method in class tech.tablesaw.api.Table
-
Appends an empty row and returns a Row object indexed to the newly added row so values can be set.
- appendToColumn(Column<?>, ResultSet, Object) - Static method in class tech.tablesaw.io.jdbc.SqlResultSetReader
- apply() - Method in class tech.tablesaw.aggregate.Summarizer
-
Returns the result of applying to the functions to all the values in the appropriate column TODO add a test that uses a non numeric return type with apply
- apply(CharSequence, CharSequence) - Method in class tech.tablesaw.util.LevenshteinDistance
-
Find the Levenshtein distance between two Strings.
- apply(Table) - Method in class tech.tablesaw.filtering.And
- apply(Table) - Method in class tech.tablesaw.filtering.Not
- apply(Table) - Method in class tech.tablesaw.filtering.Or
- AREA - Enum constant in enum class tech.tablesaw.plotly.components.Marker.SizeMode
- AreaPlot - Class in tech.tablesaw.plotly.api
- AreaPlot() - Constructor for class tech.tablesaw.plotly.api.AreaPlot
- ARIAL - Enum constant in enum class tech.tablesaw.plotly.components.Font.Family
- ARRAY - Enum constant in enum class tech.tablesaw.plotly.components.Axis.CategoryOrder
- ARRAY - Enum constant in enum class tech.tablesaw.plotly.components.TickSettings.TickMode
- arrayTicks(double[]) - Method in class tech.tablesaw.plotly.components.TickSettings.TickSettingsBuilder
- arrayTicks(double[], String[]) - Method in class tech.tablesaw.plotly.components.TickSettings.TickSettingsBuilder
- arrowcolor(String) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
- arrowhead(int) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
- ArrowReader - Class in tech.tablesaw.io.arrow
-
Reader for Apache Arrow Streaming Format files.
- ArrowReader(File) - Constructor for class tech.tablesaw.io.arrow.ArrowReader
-
Creates an
ArrowReader
from aFile
- ArrowReader(Path) - Constructor for class tech.tablesaw.io.arrow.ArrowReader
-
Creates an
ArrowReader
from aPath
- arrowside(String) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
- arrowsize(double) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
- arrowwidth(double) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
- ArrowWriter - Class in tech.tablesaw.io.arrow
-
Writer for persisting a Tablesaw table in Apache Arrow Streaming Format.
- ArrowWriter() - Constructor for class tech.tablesaw.io.arrow.ArrowWriter
- as() - Method in class tech.tablesaw.table.Relation
-
Returns an
TableConverter
that can convert this Relation to a two-dimensional matrix of primitive numeric values - as(String) - Method in interface tech.tablesaw.analytic.AnalyticQuerySteps.NameStepAggregate
-
Add alias/name to the calculated column.
- as(String) - Method in interface tech.tablesaw.analytic.AnalyticQuerySteps.NameStepNumbering
-
Add alias/name to the calculated column.
- asBytes(int) - Method in class tech.tablesaw.api.BooleanColumn
-
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.InstantColumn
-
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.StringColumn
-
Returns the contents of the cell at rowNumber as a byte[]
- asBytes(int) - Method in class tech.tablesaw.api.TimeColumn
-
Returns the contents of the cell at rowNumber as a byte[]
- asBytes(int) - Method in interface tech.tablesaw.columns.Column
-
Returns the contents of the cell at rowNumber as a byte[].
- asBytes(int) - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
-
Returns the contents of the cell at rowNumber as a byte[]
- asBytes(int) - Method in interface tech.tablesaw.columns.strings.DictionaryMap
-
Returns the contents of the cell at rowNumber as a byte[]
- asBytes(int) - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
-
Returns the contents of the cell at rowNumber as a byte[]
- asBytes(int) - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
- asBytes(int) - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
-
Returns the contents of the cell at rowNumber as a byte[]
- asBytes(int) - Method in interface tech.tablesaw.columns.strings.StringData
- asBytes(int) - Method in class tech.tablesaw.columns.strings.TextualStringData
-
Returns the contents of the cell at rowNumber as a byte[]
- ASCEND - Enum constant in enum class tech.tablesaw.sorting.Sort.Order
- asDateTimes(ZoneOffset) - Method in class tech.tablesaw.api.LongColumn
-
Returns a DateTimeColumn where each value is the LocalDateTime represented by the values in this column
- asDoubleArray() - Method in class tech.tablesaw.api.BooleanColumn
-
Returns all the values in this column as an array of doubles, with true values encoded as 1.0 and false values as 0.0
- asDoubleArray() - Method in class tech.tablesaw.api.DateColumn
- asDoubleArray() - Method in class tech.tablesaw.api.DateTimeColumn
- asDoubleArray() - Method in class tech.tablesaw.api.DoubleColumn
- asDoubleArray() - Method in class tech.tablesaw.api.InstantColumn
- asDoubleArray() - Method in interface tech.tablesaw.api.NumericColumn
- asDoubleArray() - Method in class tech.tablesaw.api.StringColumn
- asDoubleArray() - Method in class tech.tablesaw.api.TimeColumn
- asDoubleArray() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
- asDoubleArray() - Method in interface tech.tablesaw.columns.strings.StringData
- asDoubleArray() - Method in class tech.tablesaw.columns.strings.TextualStringData
- asDoubleColumn() - Method in class tech.tablesaw.api.BooleanColumn
-
Returns a DoubleColumn containing the elements in this column, with true as 1.0 and false as 0.0.
- asDoubleColumn() - Method in class tech.tablesaw.api.DateColumn
- asDoubleColumn() - Method in class tech.tablesaw.api.DateTimeColumn
- asDoubleColumn() - Method in class tech.tablesaw.api.FloatColumn
-
Returns a new DoubleColumn containing a value for each value in this column.
- asDoubleColumn() - Method in class tech.tablesaw.api.InstantColumn
- asDoubleColumn() - Method in class tech.tablesaw.api.IntColumn
-
Returns a new DoubleColumn containing a value for each value in this column, truncating if necessary.
- asDoubleColumn() - Method in class tech.tablesaw.api.LongColumn
-
Returns a new DoubleColumn containing a value for each value in this column
- asDoubleColumn() - Method in interface tech.tablesaw.api.NumericColumn
-
Returns a new DoubleColumn containing a value for each value in this column
- asDoubleColumn() - Method in class tech.tablesaw.api.ShortColumn
-
Returns a new DoubleColumn containing a value for each value in this column, truncating if necessary.
- asDoubleColumn() - Method in class tech.tablesaw.api.StringColumn
- asDoubleColumn() - Method in class tech.tablesaw.api.TimeColumn
- asEpochMillisArray() - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns an array where each entry is the difference, measured in milliseconds, between the LocalDateTime and midnight, January 1, 1970 UTC.
- asEpochMillisArray() - Method in class tech.tablesaw.api.InstantColumn
-
Returns an array where each entry is the difference, measured in milliseconds, between the Instant and midnight, January 1, 1970 UTC.
- asEpochMillisArray(ZoneOffset) - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns an array where each entry is the difference, measured in milliseconds, between the LocalDateTime and midnight, January 1, 1970 UTC.
- asEpochMillisArray(ZoneOffset) - Method in class tech.tablesaw.api.InstantColumn
-
Returns an array where each entry is the difference, measured in milliseconds, between the Instant and midnight, January 1, 1970 UTC.
- asEpochSecondArray() - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns an array where each entry is the difference, measured in seconds, between the LocalDateTime and midnight, January 1, 1970 UTC.
- asEpochSecondArray() - Method in class tech.tablesaw.api.InstantColumn
-
Returns an array where each entry is the difference, measured in seconds, between the Instant and midnight, January 1, 1970 UTC.
- asEpochSecondArray(ZoneOffset) - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns the seconds from epoch for each value as an array based on the given offset
- asEpochSecondArray(ZoneOffset) - Method in class tech.tablesaw.api.InstantColumn
-
Returns the seconds from epoch for each value as an array based on the given offset
- asFloatArray() - Method in class tech.tablesaw.api.FloatColumn
- asFloatColumn() - Method in class tech.tablesaw.api.DoubleColumn
-
Returns a new FloatColumn containing a value for each value in this column, truncating if necessary.
- asFloatColumn() - Method in class tech.tablesaw.api.IntColumn
-
Returns a new FloatColumn containing a value for each value in this column, truncating if necessary.
- asFloatColumn() - Method in class tech.tablesaw.api.LongColumn
-
Returns a new FloatColumn containing a value for each value in this column
- asFloatColumn() - Method in interface tech.tablesaw.api.NumericColumn
-
Returns a new FloatColumn containing a value for each value in this column
- asFloatColumn() - Method in class tech.tablesaw.api.ShortColumn
-
Returns a new FloatColumn containing a value for each value in this column, truncating if necessary.
- asInstant(long) - Static method in class tech.tablesaw.columns.instant.PackedInstant
- asInstantColumn() - Method in class tech.tablesaw.api.DateTimeColumn
- asInstantColumn(ZoneId) - Method in class tech.tablesaw.api.DateTimeColumn
- asIntArray() - Method in class tech.tablesaw.api.IntColumn
- asIntArray() - Method in interface tech.tablesaw.columns.strings.DictionaryMap
- asIntColumn() - Method in class tech.tablesaw.api.DoubleColumn
-
Returns a new IntColumn containing a value for each value in this column, truncating if necessary.
- asIntColumn() - Method in class tech.tablesaw.api.FloatColumn
-
Returns a new IntColumn containing a value for each value in this column, truncating if necessary.
- asIntColumn() - Method in class tech.tablesaw.api.LongColumn
-
Returns a new IntColumn containing a value for each value in this column
- asIntColumn() - Method in interface tech.tablesaw.api.NumericColumn
-
Returns a new IntColumn containing a value for each value in this column
- asIntColumn() - Method in class tech.tablesaw.api.ShortColumn
-
Returns a new IntColumn containing a value for each value in this column
- asJavascript() - Method in class tech.tablesaw.plotly.components.Annotation
- asJavascript() - Method in class tech.tablesaw.plotly.components.Axis
- asJavascript() - Method in class tech.tablesaw.plotly.components.change.Change
- asJavascript() - Method in class tech.tablesaw.plotly.components.change.ChangeLine
- asJavascript() - Method in class tech.tablesaw.plotly.components.ColorBar
- asJavascript() - Method in class tech.tablesaw.plotly.components.Component
-
Deprecated.
- asJavascript() - Method in class tech.tablesaw.plotly.components.Config
- asJavascript() - Method in class tech.tablesaw.plotly.components.Domain
- asJavascript() - Method in class tech.tablesaw.plotly.components.Font
- asJavascript() - Method in class tech.tablesaw.plotly.components.Gradient
- asJavascript() - Method in class tech.tablesaw.plotly.components.Grid
- asJavascript() - Method in class tech.tablesaw.plotly.components.HoverLabel
- asJavascript() - Method in class tech.tablesaw.plotly.components.Layout
- asJavascript() - Method in class tech.tablesaw.plotly.components.Line
- asJavascript() - Method in class tech.tablesaw.plotly.components.Margin
- asJavascript() - Method in class tech.tablesaw.plotly.components.Marker
- asJavascript() - Method in class tech.tablesaw.plotly.components.Page
- asJavascript() - Method in class tech.tablesaw.plotly.components.threeD.Camera
- asJavascript() - Method in class tech.tablesaw.plotly.components.threeD.Up
- asJavascript() - Method in class tech.tablesaw.plotly.components.threeD.Scene
- asJavascript(int) - Method in class tech.tablesaw.plotly.traces.BarTrace
- asJavascript(int) - Method in class tech.tablesaw.plotly.traces.BoxTrace
- asJavascript(int) - Method in class tech.tablesaw.plotly.traces.ContourTrace
- asJavascript(int) - Method in class tech.tablesaw.plotly.traces.HeatmapTrace
- asJavascript(int) - Method in class tech.tablesaw.plotly.traces.Histogram2DTrace
- asJavascript(int) - Method in class tech.tablesaw.plotly.traces.HistogramTrace
- asJavascript(int) - Method in class tech.tablesaw.plotly.traces.PieTrace
- asJavascript(int) - Method in class tech.tablesaw.plotly.traces.Scatter3DTrace
- asJavascript(int) - Method in class tech.tablesaw.plotly.traces.ScatterTrace
- asJavascript(int) - Method in interface tech.tablesaw.plotly.traces.Trace
-
Returns a string of Javascript code that can be used to display the trace in a browser
- asJavascript(int) - Method in class tech.tablesaw.plotly.traces.ViolinTrace
- asJavascript(String) - Method in class tech.tablesaw.plotly.components.Component
- asJavascript(String) - Method in class tech.tablesaw.plotly.components.Figure
- asJavascript(String, String) - Method in interface tech.tablesaw.plotly.event.EventHandler
-
Returns a string of Javascript code that implements a plotly event handler
- asJavascript(String, String) - Method in class tech.tablesaw.plotly.event.HoverEventHandler
-
Returns a string of Javascript code that implements a plotly hover event handler
- asJavascript(String, String, String) - Method in interface tech.tablesaw.plotly.event.EventHandlerBody
-
Returns a string of Javascript code that implements a plotly event handler
- asJavascript(String, String, String) - Method in class tech.tablesaw.plotly.event.HoverBroadcastBody
- asJSON() - Method in class tech.tablesaw.plotly.components.Component
- asList() - Method in class tech.tablesaw.api.DateColumn
-
Returns a list of all the elements in this column
- asList() - Method in class tech.tablesaw.api.StringColumn
-
Returns a List<String> representation of all the values in this column
- asList() - Method in class tech.tablesaw.api.TimeColumn
-
Returns the entire contents of this column as a list
- asList() - Method in interface tech.tablesaw.columns.Column
-
Returns a list of all the elements in this column
- asList() - Method in interface tech.tablesaw.columns.strings.StringData
- asList() - Method in class tech.tablesaw.columns.strings.TextualStringData
-
Returns a List<String> representation of all the values in this column
- asLocalDate(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
- asLocalDateTime(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
- asLocalDateTimeColumn() - Method in class tech.tablesaw.api.InstantColumn
-
Returns a DateTimeColumn where each element is a representation of the associated Instant translated using UTC as the timezone
- asLocalDateTimeColumn(ZoneId) - Method in class tech.tablesaw.api.InstantColumn
-
Returns a DateTimeColumn where each element is a representation of the associated Instant translated using the argument as the timezone
- asLocalTime(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
- asLongArray() - Method in class tech.tablesaw.api.LongColumn
- asLongColumn() - Method in class tech.tablesaw.api.DoubleColumn
-
Returns a new LongColumn containing a value for each value in this column, truncating if necessary
- asLongColumn() - Method in class tech.tablesaw.api.FloatColumn
-
Returns a new LongColumn containing a value for each value in this column, truncating if necessary
- asLongColumn() - Method in class tech.tablesaw.api.IntColumn
-
Returns a new LongColumn containing a value for each value in this column
- asLongColumn() - Method in interface tech.tablesaw.api.NumericColumn
-
Returns a new LongColumn containing a value for each value in this column
- asLongColumn() - Method in class tech.tablesaw.api.ShortColumn
-
Returns a new LongColumn containing a value for each value in this column
- asObjectArray() - Method in class tech.tablesaw.api.BooleanColumn
-
Returns an array of objects as appropriate for my type of column
- asObjectArray() - Method in class tech.tablesaw.api.DateColumn
-
Returns an array of objects as appropriate for my type of column
- asObjectArray() - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns an array of objects as appropriate for my type of column
- asObjectArray() - Method in class tech.tablesaw.api.DoubleColumn
-
Returns an array of objects as appropriate for my type of column
- asObjectArray() - Method in class tech.tablesaw.api.FloatColumn
-
Returns an array of objects as appropriate for my type of column
- asObjectArray() - Method in class tech.tablesaw.api.InstantColumn
-
Returns an array of objects as appropriate for my type of column
- asObjectArray() - Method in class tech.tablesaw.api.IntColumn
-
Returns an array of objects as appropriate for my type of column
- asObjectArray() - Method in class tech.tablesaw.api.LongColumn
-
Returns an array of objects as appropriate for my type of column
- asObjectArray() - Method in class tech.tablesaw.api.ShortColumn
-
Returns an array of objects as appropriate for my type of column
- asObjectArray() - Method in class tech.tablesaw.api.StringColumn
-
Returns an array of objects as appropriate for my type of column
- asObjectArray() - Method in class tech.tablesaw.api.TimeColumn
- asObjectArray() - Method in interface tech.tablesaw.columns.Column
-
Returns an array of objects as appropriate for my type of column
- asObjectArray() - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
- asObjectArray() - Method in interface tech.tablesaw.columns.strings.DictionaryMap
- asObjectArray() - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
- asObjectArray() - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
- asObjectArray() - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
- asObjectArray() - Method in interface tech.tablesaw.columns.strings.StringData
- asObjectArray() - Method in class tech.tablesaw.columns.strings.TextualStringData
- asObjects() - Method in class tech.tablesaw.io.json.JsonWriteOptions
- asObjects(boolean) - Method in class tech.tablesaw.io.json.JsonWriteOptions.Builder
-
If true writes each row as an object.
- asPercent() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
Return the elements of this column as the percentages of their value relative to the sum of all elements
- asRatio() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
Return the elements of this column as the ratios of their value and the sum of all elements
- asSelection() - Method in class tech.tablesaw.api.BooleanColumn
- asSelection() - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
-
Returns a selection matching all the true values in the data
- asSelection() - Method in interface tech.tablesaw.columns.booleans.BooleanData
-
Returns a selection matching all the true values in the data
- asSelection() - Method in interface tech.tablesaw.columns.booleans.BooleanMapUtils
- asSet() - Method in class tech.tablesaw.api.BooleanColumn
-
Returns the values in this column as a BooleanSet instance
- asSet() - Method in class tech.tablesaw.api.DateColumn
-
Returns a Set containing all the unique values in this column
- asSet() - Method in class tech.tablesaw.api.DateTimeColumn
- asSet() - Method in class tech.tablesaw.api.DoubleColumn
-
Returns a Set containing all the unique values in this column
- asSet() - Method in class tech.tablesaw.api.FloatColumn
-
Returns a Set containing all the unique values in this column
- asSet() - Method in class tech.tablesaw.api.InstantColumn
-
Returns a Set containing all the unique values in this column
- asSet() - Method in class tech.tablesaw.api.IntColumn
-
Returns a Set containing all the unique values in this column
- asSet() - Method in class tech.tablesaw.api.LongColumn
-
Returns a Set containing all the unique values in this column
- asSet() - Method in class tech.tablesaw.api.ShortColumn
-
Returns a Set containing all the unique values in this column
- asSet() - Method in class tech.tablesaw.api.StringColumn
- asSet() - Method in class tech.tablesaw.api.TimeColumn
- asSet() - Method in interface tech.tablesaw.columns.Column
-
Returns a Set containing all the unique values in this column
- asSet() - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
- asSet() - Method in interface tech.tablesaw.columns.strings.DictionaryMap
- asSet() - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
- asSet() - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
- asSet() - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
- asSet() - Method in interface tech.tablesaw.columns.strings.StringData
- asSet() - Method in class tech.tablesaw.columns.strings.TextualStringData
- asShortArray() - Method in class tech.tablesaw.api.ShortColumn
- asShortColumn() - Method in class tech.tablesaw.api.DoubleColumn
-
Returns a new ShortColumn containing a value for each value in this column, truncating if necessary.
- asShortColumn() - Method in class tech.tablesaw.api.FloatColumn
-
Returns a new IntColumn containing a value for each value in this column, truncating if necessary.
- asShortColumn() - Method in class tech.tablesaw.api.IntColumn
-
Returns a new ShortColumn containing a value for each value in this column
- asShortColumn() - Method in class tech.tablesaw.api.LongColumn
-
Returns a new ShortColumn containing a value for each value in this column
- asShortColumn() - Method in interface tech.tablesaw.api.NumericColumn
-
Returns a new ShortColumn containing a value for each value in this column
- asStringColumn() - Method in interface tech.tablesaw.api.NumericColumn
-
Returns a StringColumn consisting of the (unformatted) String representation of this column values
- asStringColumn() - Method in class tech.tablesaw.api.StringColumn
-
Returns a StringColumn consisting of the (unformatted) String representation of this column values
- asStringColumn() - Method in class tech.tablesaw.columns.AbstractColumn
-
Returns a StringColumn consisting of the (unformatted) String representation of this column values
- asStringColumn() - Method in interface tech.tablesaw.columns.Column
-
Returns a StringColumn consisting of the (unformatted) String representation of this column values
- asTable() - Method in class tech.tablesaw.columns.numbers.Stats
-
Returns the most common calculated statistics in tabular form
- asTable() - Method in class tech.tablesaw.table.TableSlice
-
Returns the data in this slice as a new Table
- asTableComplete() - Method in class tech.tablesaw.columns.numbers.Stats
-
Returns all the calculated statistics in tabular form
- asTableList() - Method in class tech.tablesaw.table.TableSliceGroup
-
Returns a list of Tables created by reifying my list of slices (views) over the original table
- ASTERISK - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- at(int) - Method in class tech.tablesaw.api.Row
-
Moves this Row to the given 0-based row index
- atLeast(byte) - Method in class tech.tablesaw.index.ByteIndex
-
Returns a
Selection
of all values at least as large as the given value - atLeast(double) - Method in class tech.tablesaw.index.DoubleIndex
-
Returns a
Selection
of all values at least as large as the given value - atLeast(float) - Method in class tech.tablesaw.index.FloatIndex
-
Returns a
Selection
of all values at least as large as the given value - atLeast(int) - Method in class tech.tablesaw.index.IntIndex
-
Returns a
Selection
of all values at least as large as the given value - atLeast(long) - Method in class tech.tablesaw.index.LongIndex
-
Returns a
Selection
of all values at least as large as the given value - atLeast(short) - Method in class tech.tablesaw.index.ShortIndex
-
Returns a
Selection
of all values at least as large as the given value - atLeast(Instant) - Method in class tech.tablesaw.index.LongIndex
-
Returns a
Selection
of all values at least as large as the given value - atLeast(LocalDate) - Method in class tech.tablesaw.index.IntIndex
-
Returns a
Selection
of all values at least as large as the given value - atLeast(LocalDateTime) - Method in class tech.tablesaw.index.LongIndex
-
Returns a
Selection
of all values at least as large as the given value - atLeast(LocalTime) - Method in class tech.tablesaw.index.IntIndex
-
Returns a
Selection
of all values at least as large as the given value - atMost(byte) - Method in class tech.tablesaw.index.ByteIndex
-
Returns a
Selection
of all values at most as large as the given value - atMost(double) - Method in class tech.tablesaw.index.DoubleIndex
-
Returns a
Selection
of all values at most as large as the given value - atMost(float) - Method in class tech.tablesaw.index.FloatIndex
-
Returns a
Selection
of all values at most as large as the given value - atMost(int) - Method in class tech.tablesaw.index.IntIndex
-
Returns a
Selection
of all values at most as large as the given value - atMost(long) - Method in class tech.tablesaw.index.LongIndex
-
Returns a
Selection
of all values at most as large as the given value - atMost(short) - Method in class tech.tablesaw.index.ShortIndex
-
Returns a
Selection
of all values at most as large as the given value - atMost(Instant) - Method in class tech.tablesaw.index.LongIndex
-
Returns a
Selection
of all values at most as large as the given value - atMost(LocalDate) - Method in class tech.tablesaw.index.IntIndex
-
Returns a
Selection
of all values at most as large as the given value - atMost(LocalDateTime) - Method in class tech.tablesaw.index.LongIndex
-
Returns a
Selection
of all values at most as large as the given value - atMost(LocalTime) - Method in class tech.tablesaw.index.IntIndex
-
Returns a
Selection
of all values at most as large as the given value - atStartOfDay() - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
- atTime(LocalTime) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
Returns a DateTime column where each value consists of the dates from this column combined with the corresponding times from the other column
- atTime(TimeColumn) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
Returns a DateTime column where each value consists of the dates from this column combined with the corresponding times from the other column
- AUTO - Enum constant in enum class tech.tablesaw.plotly.components.Annotation.Xanchor
- AUTO - Enum constant in enum class tech.tablesaw.plotly.components.Annotation.Yanchor
- AUTO - Enum constant in enum class tech.tablesaw.plotly.components.TickSettings.TickMode
- autoBinX(boolean) - Method in class tech.tablesaw.plotly.traces.HistogramTrace.HistogramBuilder
-
Determines whether or not the x axis bin attributes are picked by an algorithm.
- autoBinY(boolean) - Method in class tech.tablesaw.plotly.traces.HistogramTrace.HistogramBuilder
- autoClose - Variable in class tech.tablesaw.io.WriteOptions
-
This value is not exposed as an actual option.
- autoClose - Variable in class tech.tablesaw.io.WriteOptions.Builder
- autoClose() - Method in class tech.tablesaw.io.csv.CsvWriteOptions
- autoClose() - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions
- autoColorScale(boolean) - Method in class tech.tablesaw.plotly.components.Marker.MarkerBuilder
-
Has an effect only if `marker.color` is set to a numerical array.
- autoConfigurationEnabled() - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions
- autoConfigurationEnabled(boolean) - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions.Builder
- autoCorrelation() - Method in interface tech.tablesaw.api.NumericColumn
-
Returns the auto-correlation (correlation between each element and the next)
- autoCorrelation(int) - Method in interface tech.tablesaw.api.NumericColumn
-
Returns the auto-correlation between elements separated by
lag
. - autoExpand(boolean) - Method in class tech.tablesaw.plotly.components.Margin.MarginBuilder
- autoMargin(boolean) - Method in class tech.tablesaw.plotly.components.TickSettings.TickSettingsBuilder
-
Determines whether long tick labels automatically grow the figure margins.
- autoRange(Axis.AutoRange) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
-
Determines whether or not the range of this axis is computed in relation to the input data.
- autosize(boolean) - Method in class tech.tablesaw.plotly.components.Layout.LayoutBuilder
- AVG - Enum constant in enum class tech.tablesaw.plotly.traces.HistogramTrace.HistFunc
- ax(double) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
- Axis - Class in tech.tablesaw.plotly.components
- Axis.AutoRange - Enum Class in tech.tablesaw.plotly.components
-
Determines whether or not the range of this axis is computed in relation to the input data.
- Axis.AxisBuilder - Class in tech.tablesaw.plotly.components
- Axis.CategoryOrder - Enum Class in tech.tablesaw.plotly.components
- Axis.Constrain - Enum Class in tech.tablesaw.plotly.components
-
If this axis needs to be compressed (either due to its own `scaleanchor` and `scaleratio` or those of the other axis), determines how that happens: by increasing the "range" (default), or by decreasing the "domain".
- Axis.ConstrainToward - Enum Class in tech.tablesaw.plotly.components
-
If this axis needs to be compressed (either due to its own `scaleanchor` and `scaleratio` or those of the other axis), determines which direction we push the originally specified plot area.
- Axis.RangeMode - Enum Class in tech.tablesaw.plotly.components
-
If "normal", the range is computed in relation to the extrema of the input data.
- Axis.ScaleAnchor - Enum Class in tech.tablesaw.plotly.components
-
If set to another axis id (e.g.
- Axis.Side - Enum Class in tech.tablesaw.plotly.components
-
Determines whether an x (y) axis is positioned at the "bottom" ("left") or "top" ("right") of the plotting area.
- Axis.Spikes - Class in tech.tablesaw.plotly.components
- Axis.Spikes.SpikeMode - Enum Class in tech.tablesaw.plotly.components
- Axis.Spikes.SpikesBuilder - Class in tech.tablesaw.plotly.components
- Axis.Spikes.SpikeSnap - Enum Class in tech.tablesaw.plotly.components
- Axis.Type - Enum Class in tech.tablesaw.plotly.components
-
Sets the axis type.
- axref(String) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
- ay(double) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
- ayref(String) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form