Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

N

n() - Method in class tech.tablesaw.columns.numbers.Stats
Returns the number of values in the data
name - Variable in class tech.tablesaw.plotly.traces.TraceBuilder
Sets the trace name.
name() - Method in interface tech.tablesaw.api.ColumnType
Returns the name of this ColumnType
name() - Method in class tech.tablesaw.api.Table
Returns the name of the table
name() - Method in class tech.tablesaw.columns.AbstractColumn
Returns the column's name.
name() - Method in class tech.tablesaw.columns.AbstractColumnType
Returns the name of this ColumnType
name() - Method in interface tech.tablesaw.columns.Column
Returns the column's name.
name() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
 
name() - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
 
name() - Method in class tech.tablesaw.filtering.DeferredColumn
 
name() - Method in class tech.tablesaw.plotly.traces.AbstractTrace
 
name() - Method in interface tech.tablesaw.plotly.traces.Trace
 
name() - Method in class tech.tablesaw.table.Relation
Returns the name of this relation
name() - Method in class tech.tablesaw.table.TableSlice
Returns the name of this relation
name(String) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
 
name(String) - Method in class tech.tablesaw.plotly.traces.BarTrace.BarBuilder
 
name(String) - Method in class tech.tablesaw.plotly.traces.BoxTrace.BoxBuilder
 
name(String) - Method in class tech.tablesaw.plotly.traces.HistogramTrace.HistogramBuilder
 
name(String) - Method in class tech.tablesaw.plotly.traces.Scatter3DTrace.Scatter3DBuilder
 
name(String) - Method in class tech.tablesaw.plotly.traces.ScatterTrace.ScatterBuilder
 
name(String) - Method in class tech.tablesaw.plotly.traces.TraceBuilder
 
name(String) - Method in class tech.tablesaw.plotly.traces.ViolinTrace.ViolinBuilder
 
nameLength(int) - Method in class tech.tablesaw.plotly.components.HoverLabel.HoverLabelBuilder
 
nBinsX(int) - Method in class tech.tablesaw.plotly.traces.HistogramTrace.HistogramBuilder
Specifies the maximum number of desired bins.
nBinsY(int) - Method in class tech.tablesaw.plotly.traces.HistogramTrace.HistogramBuilder
 
nCol(int) - Method in class tech.tablesaw.table.Relation
Returns the column with the given name cast to a NumberColumn
nCol(String) - Method in class tech.tablesaw.table.Relation
Returns the column with the given name cast to a NumberColumn.
neg() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
For each item in the column, returns the same number with the sign changed.
neither(Function<Table, Selection>, Function<Table, Selection>) - Static method in class tech.tablesaw.api.QuerySupport
Returns a selection for all records that match neither of the given functions.
next() - Method in class tech.tablesaw.api.Row
Increments the row pointer, making the next row's data accessible
next(String, Sort.Order) - Method in class tech.tablesaw.sorting.Sort
Returns a Sort that concatenates a new sort on the given order (ascending or descending) and columnName onto the sort specified here.
nextKeyWithoutIncrementing() - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
 
nextKeyWithoutIncrementing() - Method in interface tech.tablesaw.columns.strings.DictionaryMap
 
nextKeyWithoutIncrementing() - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
 
nextKeyWithoutIncrementing() - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
 
nextKeyWithoutIncrementing() - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
 
NoKeysAvailableException - Exception in tech.tablesaw.columns.strings
 
NoKeysAvailableException(String) - Constructor for exception tech.tablesaw.columns.strings.NoKeysAvailableException
 
NON_NEGATIVE - Enum constant in enum class tech.tablesaw.plotly.components.Axis.RangeMode
 
none() - Method in class tech.tablesaw.api.BooleanColumn
Returns true if the column contains no true values, and false otherwise
NONE - Enum constant in enum class tech.tablesaw.io.saw.CompressionType
 
NONE - Enum constant in enum class tech.tablesaw.io.saw.EncryptionType
 
NONE - Enum constant in enum class tech.tablesaw.plotly.components.Gradient.Type
 
NONE - Enum constant in enum class tech.tablesaw.plotly.components.TickSettings.DisplayRules
 
NONE - Enum constant in enum class tech.tablesaw.plotly.components.TickSettings.ExponentFormat
 
NONE - Enum constant in enum class tech.tablesaw.plotly.components.TickSettings.TickPlacement
 
NONE - Enum constant in enum class tech.tablesaw.plotly.traces.HistogramTrace.HistNorm
 
NONE - Enum constant in enum class tech.tablesaw.plotly.traces.Scatter3DTrace.Mode
 
NONE - Enum constant in enum class tech.tablesaw.plotly.traces.ScatterTrace.Fill
 
NONE - Enum constant in enum class tech.tablesaw.plotly.traces.ScatterTrace.Mode
 
noneMatch(DoublePredicate) - Method in interface tech.tablesaw.api.NumericColumn
Returns true if no row satisfies the predicate, false otherwise
noneMatch(Predicate<? super T>) - Method in interface tech.tablesaw.columns.Column
Returns true if no row satisfies the predicate, false otherwise
noneTrue - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
A function that takes a column argument and returns true if no values in the column are true
NORMAL - Enum constant in enum class tech.tablesaw.plotly.components.Axis.RangeMode
 
normalize() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
Returns a transformation of the data in this column such that the result has a mean of 0, and a standard deviation of 1
normalizedNewline() - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions
 
normalizedNewline(char) - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions.Builder
 
not(Function<Table, Selection>) - Static method in class tech.tablesaw.api.QuerySupport
Returns a selection for all records for which the given function is false
Not - Class in tech.tablesaw.filtering
 
Not(Function<Table, Selection>) - Constructor for class tech.tablesaw.filtering.Not
 
notAll(Function<Table, Selection>...) - Static method in class tech.tablesaw.api.QuerySupport
Returns a selection for all records that don't match all of the given functions
notAny(Function<Table, Selection>...) - Static method in class tech.tablesaw.api.QuerySupport
Returns a selection for all records that don't match any of the given functions
notBoth(Function<Table, Selection>, Function<Table, Selection>) - Static method in class tech.tablesaw.api.QuerySupport
Returns a selection for all records that don't match both of the given functions.
nTicks(int) - Method in class tech.tablesaw.plotly.components.TickSettings.TickSettingsBuilder
Specifies the maximum number of ticks for the particular axis.
NullDictionaryMap - Class in tech.tablesaw.columns.strings
A null dictionary map has no actual dictionary as the underlying data is not dictionary encoded.
NullDictionaryMap(DictionaryMap) - Constructor for class tech.tablesaw.columns.strings.NullDictionaryMap
 
nullValue() - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions
 
nullValue(String) - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions.Builder
 
num(String) - Static method in class tech.tablesaw.api.QuerySupport
 
numberColumn(int) - Method in class tech.tablesaw.table.Relation
Returns the NumberColumn at the given index.
numberColumn(String) - Static method in class tech.tablesaw.api.QuerySupport
 
numberColumn(String) - Method in class tech.tablesaw.table.Relation
Returns a NumericColumn with the given name if it is present in this Relation.
NumberColumn<C extends NumberColumn<C,T>,T extends Number> - Class in tech.tablesaw.api
An abstract class that provides a partial implementation for columns of numeric data
NumberColumn(ColumnType, String, AbstractColumnParser<T>) - Constructor for class tech.tablesaw.api.NumberColumn
 
NumberColumnFormatter - Class in tech.tablesaw.columns.numbers
 
NumberColumnFormatter() - Constructor for class tech.tablesaw.columns.numbers.NumberColumnFormatter
 
NumberColumnFormatter(String) - Constructor for class tech.tablesaw.columns.numbers.NumberColumnFormatter
 
NumberColumnFormatter(NumberFormat) - Constructor for class tech.tablesaw.columns.numbers.NumberColumnFormatter
 
NumberColumnFormatter(NumberFormat, String) - Constructor for class tech.tablesaw.columns.numbers.NumberColumnFormatter
 
numberColumns() - Method in class tech.tablesaw.table.Relation
Returns all the NumericColumns in this Relation as an Array
NumberFillers<T> - Interface in tech.tablesaw.columns.numbers
 
NumberFilters - Interface in tech.tablesaw.columns.numbers
 
NumberFilterSpec<T> - Interface in tech.tablesaw.filtering
 
numberingQuery() - Static method in class tech.tablesaw.analytic.AnalyticQuery
Entry point for the fluent Numbering Query Builder.
NumberInterpolator<T extends Number> - Class in tech.tablesaw.columns.numbers
Creates a new column with missing cells filled based off the value of nearby cells.
NumberInterpolator(NumericColumn<T>) - Constructor for class tech.tablesaw.columns.numbers.NumberInterpolator
Constructs an interpolator for the given column
NumberMapFunctions - Interface in tech.tablesaw.columns.numbers
 
NumberPredicates - Interface in tech.tablesaw.columns.numbers
Support for built-in predicates on double column
NumberRollingColumn - Class in tech.tablesaw.columns.numbers
Does a calculation on a rolling basis (e.g.
NumberRollingColumn(NumericColumn<?>, int) - Constructor for class tech.tablesaw.columns.numbers.NumberRollingColumn
 
NumericAggregateFunction - Class in tech.tablesaw.aggregate
A partial implementation of aggregate functions to summarize over a numeric column
NumericAggregateFunction(String) - Constructor for class tech.tablesaw.aggregate.NumericAggregateFunction
Constructs a NumericAggregateFunction with the given name.
NumericColumn<T extends Number> - Interface in tech.tablesaw.api
A Column of numeric values
numericColumns() - Method in class tech.tablesaw.table.Relation
Returns all the NumericColumns in the relation
numericColumns(int...) - Method in class tech.tablesaw.table.Relation
Returns all the NumericColumns in the relation
numericColumns(String...) - Method in class tech.tablesaw.table.Relation
Returns all the NumericColumns in the relation
numTraces(int) - Method in class tech.tablesaw.plotly.event.HoverBroadcastBody.HoverBroadcastBuilder
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form