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

C

calc(AggregateFunction<INCOL, OUT>) - Method in class tech.tablesaw.table.RollingColumn
Performs the calculation and returns a new column containing the results
camera(Camera) - Method in class tech.tablesaw.plotly.components.threeD.Scene.SceneBuilder
 
Camera - Class in tech.tablesaw.plotly.components.threeD
 
Camera.CameraBuilder - Class in tech.tablesaw.plotly.components.threeD
 
cameraBuilder() - Method in class tech.tablesaw.plotly.components.threeD.Camera
 
CameraBuilder() - Constructor for class tech.tablesaw.plotly.components.threeD.Camera.CameraBuilder
 
CandlestickPlot - Class in tech.tablesaw.plotly.api
Candlestick time series plot typically used to illustrate price trends for stocks and other exchange-traded products
CandlestickPlot() - Constructor for class tech.tablesaw.plotly.api.CandlestickPlot
 
canParse(String) - Method in class tech.tablesaw.columns.AbstractColumnParser
 
canParse(String) - Method in class tech.tablesaw.columns.booleans.BooleanParser
 
canParse(String) - Method in class tech.tablesaw.columns.dates.DateParser
 
canParse(String) - Method in class tech.tablesaw.columns.datetimes.DateTimeParser
 
canParse(String) - Method in class tech.tablesaw.columns.instant.InstantParser
 
canParse(String) - Method in class tech.tablesaw.columns.numbers.DoubleParser
 
canParse(String) - Method in class tech.tablesaw.columns.numbers.FloatParser
 
canParse(String) - Method in class tech.tablesaw.columns.numbers.IntParser
 
canParse(String) - Method in class tech.tablesaw.columns.numbers.LongParser
 
canParse(String) - Method in class tech.tablesaw.columns.numbers.ShortParser
 
canParse(String) - Method in class tech.tablesaw.columns.strings.StringParser
 
canParse(String) - Method in class tech.tablesaw.columns.times.TimeParser
 
canPromoteToText() - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
 
canPromoteToText() - Method in interface tech.tablesaw.columns.strings.DictionaryMap
 
canPromoteToText() - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
 
canPromoteToText() - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
 
canPromoteToText() - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
 
capitalize() - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
Capitalizes each String changing the first character of each to title case as per Character.toTitleCase(int), as if in a sentence.
capitalize(String) - Static method in class tech.tablesaw.util.StringUtils
Capitalizes a String changing the first character to title case as per Character.toTitleCase(int).
captureevents(boolean) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
 
caseInsensitiveFormatter(String) - Static method in class tech.tablesaw.columns.datetimes.DateTimeParser
Creates a Case-insensitive formatter using the specified pattern.
cast() - Method in class tech.tablesaw.api.Table
Cast implements the 'tidy' cast operation as described in these papers by Hadley Wickham:
categoricalColumn(int) - Method in class tech.tablesaw.table.Relation
Returns the CategoricalColumn at the given 0-based index if present.
categoricalColumn(String) - Method in class tech.tablesaw.table.Relation
Returns a CategoricalColumn with the given name if it is present in this Relation.
CategoricalColumn<T> - Interface in tech.tablesaw.api
A column type that can be summarized, or serve as a grouping variable in cross tabs or other aggregation operations.
categoricalColumns(String...) - Method in class tech.tablesaw.api.Table
Returns only the columns whose names are given in the input array
categoricalColumns(String...) - Method in class tech.tablesaw.table.Relation
Returns the columns whose names are given in the input array
CATEGORY - Enum constant in enum class tech.tablesaw.plotly.components.Axis.Type
 
CATEGORY_ASCENDING - Enum constant in enum class tech.tablesaw.plotly.components.Axis.CategoryOrder
 
CATEGORY_DESCENDING - Enum constant in enum class tech.tablesaw.plotly.components.Axis.CategoryOrder
 
categoryOrder(Axis.CategoryOrder) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
 
cAuto(boolean) - Method in class tech.tablesaw.plotly.components.Marker.MarkerBuilder
Has an effect only if `marker.color` is set to a numerical array and `cmin`, `cmax` are also set.
CENTER - Enum constant in enum class tech.tablesaw.plotly.components.Annotation.Align
 
CENTER - Enum constant in enum class tech.tablesaw.plotly.components.Annotation.Xanchor
 
CENTER - Enum constant in enum class tech.tablesaw.plotly.components.Axis.ConstrainToward
 
CENTER - Enum constant in enum class tech.tablesaw.plotly.components.ColorBar.Xanchor
 
change - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
A function that takes a NumericColumn argument and returns the difference between the last and first items
Change - Class in tech.tablesaw.plotly.components.change
 
Change.ChangeBuilder - Class in tech.tablesaw.plotly.components.change
 
ChangeBuilder() - Constructor for class tech.tablesaw.plotly.components.change.Change.ChangeBuilder
 
changeLine - Variable in class tech.tablesaw.plotly.components.change.Change.ChangeBuilder
 
changeLine(ChangeLine) - Method in class tech.tablesaw.plotly.components.change.Change.ChangeBuilder
 
changeLine(ChangeLine) - Method in class tech.tablesaw.plotly.components.change.Decreasing.DecreasingBuilder
 
changeLine(ChangeLine) - Method in class tech.tablesaw.plotly.components.change.Increasing.IncreasingBuilder
 
ChangeLine - Class in tech.tablesaw.plotly.components.change
 
ChangeLine.LineBuilder - Class in tech.tablesaw.plotly.components.change
 
charset - Variable in class tech.tablesaw.io.Source
 
CIRCLE - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
 
CIRCLE_CROSS - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
 
CIRCLE_X - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
 
CIVIDIS - Enum constant in enum class tech.tablesaw.plotly.components.Marker.Palette
 
clear() - Method in class tech.tablesaw.api.BooleanColumn
Removes all elements TODO: Make this return this column
clear() - Method in class tech.tablesaw.api.DateColumn
Removes all elements TODO: Make this return this column
clear() - Method in class tech.tablesaw.api.DateTimeColumn
Removes all elements TODO: Make this return this column
clear() - Method in class tech.tablesaw.api.DoubleColumn
Removes all elements TODO: Make this return this column
clear() - Method in class tech.tablesaw.api.FloatColumn
Removes all elements TODO: Make this return this column
clear() - Method in class tech.tablesaw.api.InstantColumn
Removes all elements TODO: Make this return this column
clear() - Method in class tech.tablesaw.api.IntColumn
Removes all elements TODO: Make this return this column
clear() - Method in class tech.tablesaw.api.LongColumn
Removes all elements TODO: Make this return this column
clear() - Method in class tech.tablesaw.api.ShortColumn
Removes all elements TODO: Make this return this column
clear() - Method in class tech.tablesaw.api.StringColumn
Removes all elements TODO: Make this return this column
clear() - Method in class tech.tablesaw.api.Table
Clears all the data from this table
clear() - Method in class tech.tablesaw.api.TimeColumn
Removes all elements TODO: Make this return this column
clear() - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
Removes all data values
clear() - Method in interface tech.tablesaw.columns.booleans.BooleanData
Removes all data values
clear() - Method in interface tech.tablesaw.columns.Column
Removes all elements TODO: Make this return this column
clear() - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
 
clear() - Method in interface tech.tablesaw.columns.strings.DictionaryMap
 
clear() - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
 
clear() - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
 
clear() - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
 
clear() - Method in interface tech.tablesaw.columns.strings.StringData
 
clear() - Method in class tech.tablesaw.columns.strings.TextualStringData
clear() - Method in class tech.tablesaw.selection.BitmapBackedSelection
Returns this selection with all its values cleared
clear() - Method in class tech.tablesaw.selection.BitSetBackedSelection
Returns this selection with all its values cleared
clear() - Method in interface tech.tablesaw.selection.Selection
Returns this selection with all its values cleared
clear() - Method in class tech.tablesaw.table.Relation
Clears all the dat in the relation, leaving the structure intact
clear() - Method in class tech.tablesaw.table.TableSlice
Clears all rows from this View, leaving the structure in place
clicktoshow(Annotation.ClicktoShow) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
 
CLOSEST - Enum constant in enum class tech.tablesaw.plotly.components.Layout.HoverMode
 
cMinAndMax(double, double) - Method in class tech.tablesaw.plotly.components.Marker.MarkerBuilder
Has an effect only if `marker.color` is set to a numerical array.
col - Variable in class tech.tablesaw.columns.numbers.NumberInterpolator
 
col - Variable in class tech.tablesaw.interpolation.Interpolator
The column being interpolated
col(String) - Static method in class tech.tablesaw.api.QuerySupport
 
color(double[]) - Method in class tech.tablesaw.plotly.components.Marker.MarkerBuilder
Sets the marker color to an array of numeric values for use when a color scale is provided
color(String) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
 
color(String) - Method in class tech.tablesaw.plotly.components.Axis.Spikes.SpikesBuilder
 
color(String) - Method in class tech.tablesaw.plotly.components.change.ChangeLine.LineBuilder
Sets the color of line bounding the box(es).
color(String) - Method in class tech.tablesaw.plotly.components.Font.FontBuilder
 
color(String) - Method in class tech.tablesaw.plotly.components.Gradient.GradientBuilder
Sets the marker color to a single value
color(String) - Method in class tech.tablesaw.plotly.components.Line.LineBuilder
Sets the line color
color(String) - Method in class tech.tablesaw.plotly.components.Marker.MarkerBuilder
Sets the marker color to a single value
color(String) - Method in class tech.tablesaw.plotly.components.TickSettings.TickSettingsBuilder
Sets the tick color
color(String[]) - Method in class tech.tablesaw.plotly.components.Gradient.GradientBuilder
Sets the marker color to an array of color values
color(String[]) - Method in class tech.tablesaw.plotly.components.Marker.MarkerBuilder
Sets the marker color to an array of color values
colorBar(ColorBar) - Method in class tech.tablesaw.plotly.components.Marker.MarkerBuilder
Sets the ColorBar to display the scale for the marker
ColorBar - Class in tech.tablesaw.plotly.components
 
ColorBar.ColorBarBuilder - Class in tech.tablesaw.plotly.components
 
ColorBar.LenMode - Enum Class in tech.tablesaw.plotly.components
 
ColorBar.ThicknessMode - Enum Class in tech.tablesaw.plotly.components
Determines whether this color bar's thickness (i.e.
ColorBar.Xanchor - Enum Class in tech.tablesaw.plotly.components
 
ColorBar.Yanchor - Enum Class in tech.tablesaw.plotly.components
 
ColorBarBuilder() - Constructor for class tech.tablesaw.plotly.components.ColorBar.ColorBarBuilder
 
colorScale(Marker.Palette) - Method in class tech.tablesaw.plotly.components.Marker.MarkerBuilder
Sets the colorscale and only has an effect if `marker.color` is set to a numerical array.
column - Variable in class tech.tablesaw.table.RollingColumn
The column providing the data for the rolling calculation
column(int) - Method in class tech.tablesaw.api.Row
 
column(int) - Method in class tech.tablesaw.api.Table
Returns the column at the given index in the column list
column(int) - Method in class tech.tablesaw.plotly.components.Domain.DomainBuilder
 
column(int) - Method in class tech.tablesaw.table.Relation
Returns the column at columnIndex (0-based)
column(int) - Method in class tech.tablesaw.table.TableSlice
Returns the column at columnIndex (0-based)
column(String) - Static method in class tech.tablesaw.api.QuerySupport
 
column(String) - Method in class tech.tablesaw.table.Relation
Returns the column with the given columnName, ignoring case
column(String) - Method in class tech.tablesaw.table.TableSlice
Returns the column with the given columnName, ignoring case
Column<T> - Interface in tech.tablesaw.columns
The general interface for columns.
columnArray() - Method in class tech.tablesaw.api.Table
Returns the columns in this table as an array
columnCount() - Method in class tech.tablesaw.api.Row
Returns the number of columns in this Row
columnCount() - Method in class tech.tablesaw.api.Table
Returns the number of columns in the table
columnCount() - Method in class tech.tablesaw.io.saw.SawMetadata
 
columnCount() - Method in class tech.tablesaw.io.saw.SawReader
 
columnCount() - Method in class tech.tablesaw.io.saw.TableMetadata
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.TableSlice
Returns the number of columns in the relation
ColumnFormatter - Class in tech.tablesaw.columns
Abstract class for Column Formatters Every column type has a specialized print formatter that is used for formatting output for both table printing via, for example, table.printAll().
ColumnFormatter(String) - Constructor for class tech.tablesaw.columns.ColumnFormatter
Constructs a new Formatter with the given missing value string.
columnIndex(String) - Method in class tech.tablesaw.api.Table
Returns the index of the column with the given name
columnIndex(String) - Method in class tech.tablesaw.table.Relation
Returns the index of the column with the given columnName
columnIndex(Column<?>) - Method in class tech.tablesaw.api.Table
Returns the index of the given column (its position in the list of columns)
columnIndex(Column<?>) - Method in class tech.tablesaw.table.Relation
Returns the index of the given column
columnIndex(Column<?>) - Method in class tech.tablesaw.table.TableSlice
Returns the index of the given column
ColumnIndexOutOfBoundsException - Exception in tech.tablesaw.io
This Exception wraps another Exception thrown while adding a cell to a column.
ColumnIndexOutOfBoundsException(IndexOutOfBoundsException, long, String[]) - Constructor for exception tech.tablesaw.io.ColumnIndexOutOfBoundsException
 
ColumnIndexPair - Class in tech.tablesaw.joining
Describes two columns that are to be compared in a sort The columns are expected to be referenced in two separate rows.
ColumnIndexPair(ColumnType, int, int) - Constructor for class tech.tablesaw.joining.ColumnIndexPair
 
ColumnMetadata - Class in tech.tablesaw.io.saw
Data about a specific column used in it's persistence
ColumnMetadata() - Constructor for class tech.tablesaw.io.saw.ColumnMetadata
Constructs an instance of ColumnMetaData
columnNameMap() - Method in class tech.tablesaw.io.csv.CsvWriteOptions
 
columnNames() - Method in class tech.tablesaw.api.Row
Returns a list containing the names of each column in the row
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.io.saw.SawMetadata
 
columnNames() - Method in class tech.tablesaw.io.saw.SawReader
 
columnNames() - Method in class tech.tablesaw.io.saw.TableMetadata
Returns a List of the names of all the columns in this table
columnNames() - Method in class tech.tablesaw.table.Relation
Returns a list containing the names of all the columns in this relation
columnNames() - Method in class tech.tablesaw.table.TableSlice
Returns a list containing the names of all the columns in this relation
columnPercents(Table, String, String) - Static method in class tech.tablesaw.aggregate.CrossTab
Returns a table containing the column percents made from a source table, after first calculating the counts cross-tabulated from the given columns
columnPercents(Table, CategoricalColumn<?>, CategoricalColumn<?>) - Static method in class tech.tablesaw.aggregate.CrossTab
Returns a table containing the column percents made from a source table, after first calculating the counts cross-tabulated from the given columns
columnReorderingEnabled() - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions
 
columnReorderingEnabled(boolean) - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions.Builder
 
columnRowSettings(FixedWidthWriterSettings, FixedWidthWriteOptions) - Method in class tech.tablesaw.io.fixed.FixedWidthWriter
 
columns() - Method in class tech.tablesaw.api.Table
Returns the list of columns
columns() - Method in class tech.tablesaw.table.Relation
Returns a list of all the columns in the relation
columns() - Method in class tech.tablesaw.table.TableSlice
Returns a list of all the columns in the relation
columns(int) - Method in class tech.tablesaw.plotly.components.Grid.GridBuilder
The number of columns in the grid.
columns(int...) - Method in class tech.tablesaw.table.Relation
Returns the columns whose indices are given in the input array
columns(String...) - Method in class tech.tablesaw.table.Relation
Returns the columns whose names are given in the input array
columnsOfType(ColumnType) - Method in class tech.tablesaw.table.Relation
Returns a list containing all the columns of the given type in this Relation
columnSpecs - Variable in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
 
columnSpecs() - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions
 
columnSpecs() - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions
 
columnSpecs(FixedWidthFields) - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
 
columnSpecs(FixedWidthFields) - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions.Builder
 
ColumnStats - Class in tech.tablesaw.columns
Collects and holds column stats for optimizations
ColumnStats() - Constructor for class tech.tablesaw.columns.ColumnStats
 
columnToStringArray(Column<?>) - Static method in class tech.tablesaw.plotly.traces.TraceBuilder
 
columnType() - Method in class tech.tablesaw.columns.AbstractColumnParser
 
columnType(int, String) - Method in interface tech.tablesaw.io.ReadOptions.ColumnTypeReadOptions
 
ColumnType - Interface in tech.tablesaw.api
Specifies the type of data held by a column and a small number of methods specialized for each type
ColumnTypeDetector - Class in tech.tablesaw.io
 
ColumnTypeDetector(List<ColumnType>) - Constructor for class tech.tablesaw.io.ColumnTypeDetector
 
columnTypeFunction - Variable in class tech.tablesaw.io.ReadOptions.Builder
 
columnTypeMap - Variable in class tech.tablesaw.io.ReadOptions.Builder
 
columnTypeReadOptions - Variable in class tech.tablesaw.io.ReadOptions
 
columnTypeReadOptions() - Method in class tech.tablesaw.io.ReadOptions
 
columnTypes - Variable in class tech.tablesaw.io.ReadOptions.Builder
 
columnTypes() - Method in class tech.tablesaw.io.csv.CsvReadOptions
 
columnTypes() - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions
 
columnTypes() - Method in interface tech.tablesaw.io.ReadOptions.ColumnTypeReadOptions
 
columnTypes(Function<String, ColumnType>) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
 
columnTypes(Function<String, ColumnType>) - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
 
columnTypes(Function<String, ColumnType>) - Method in class tech.tablesaw.io.html.HtmlReadOptions.Builder
 
columnTypes(Function<String, ColumnType>) - Method in class tech.tablesaw.io.json.JsonReadOptions.Builder
 
columnTypes(Function<String, ColumnType>) - Method in class tech.tablesaw.io.ReadOptions.Builder
Provide a function that determines ColumnType for all column names.
columnTypes(Function<String, ColumnType>) - Method in class tech.tablesaw.io.xlsx.XlsxReadOptions.Builder
 
columnTypes(ColumnType[]) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
 
columnTypes(ColumnType[]) - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
 
columnTypes(ColumnType[]) - Method in class tech.tablesaw.io.html.HtmlReadOptions.Builder
 
columnTypes(ColumnType[]) - Method in class tech.tablesaw.io.json.JsonReadOptions.Builder
 
columnTypes(ColumnType[]) - Method in class tech.tablesaw.io.ReadOptions.Builder
Provide column types for all columns skipping autodetect column type logic.
columnTypes(ColumnType[]) - Method in class tech.tablesaw.io.xlsx.XlsxReadOptions.Builder
 
columnTypesPartial(Function<String, Optional<ColumnType>>) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
 
columnTypesPartial(Function<String, Optional<ColumnType>>) - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
 
columnTypesPartial(Function<String, Optional<ColumnType>>) - Method in class tech.tablesaw.io.html.HtmlReadOptions.Builder
 
columnTypesPartial(Function<String, Optional<ColumnType>>) - Method in class tech.tablesaw.io.json.JsonReadOptions.Builder
 
columnTypesPartial(Function<String, Optional<ColumnType>>) - Method in class tech.tablesaw.io.ReadOptions.Builder
Provide a function that determines ColumnType for some column names.
columnTypesPartial(Function<String, Optional<ColumnType>>) - Method in class tech.tablesaw.io.xlsx.XlsxReadOptions.Builder
 
columnTypesPartial(Map<String, ColumnType>) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
 
columnTypesPartial(Map<String, ColumnType>) - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
 
columnTypesPartial(Map<String, ColumnType>) - Method in class tech.tablesaw.io.html.HtmlReadOptions.Builder
 
columnTypesPartial(Map<String, ColumnType>) - Method in class tech.tablesaw.io.json.JsonReadOptions.Builder
 
columnTypesPartial(Map<String, ColumnType>) - Method in class tech.tablesaw.io.ReadOptions.Builder
Provide a map that determines ColumnType for given column names.
columnTypesPartial(Map<String, ColumnType>) - Method in class tech.tablesaw.io.xlsx.XlsxReadOptions.Builder
 
columnTypesToDetect - Variable in class tech.tablesaw.io.ReadOptions.Builder
 
columnTypesToDetect - Variable in class tech.tablesaw.io.ReadOptions
 
columnTypesToDetect() - Method in class tech.tablesaw.io.ReadOptions
 
columnTypesToDetect(List<ColumnType>) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
 
columnTypesToDetect(List<ColumnType>) - Method in class tech.tablesaw.io.ReadOptions.Builder
 
columnWidth() - Method in interface tech.tablesaw.columns.Column
Returns the width of the column in characters, for printing
colWidths() - Method in class tech.tablesaw.table.Relation
Returns an array of column widths for printing tables
comment() - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions
 
comment(char) - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions.Builder
 
commentPrefix() - Method in class tech.tablesaw.io.csv.CsvReadOptions
 
commentPrefix(Character) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
 
commonPrefix(Column<String>) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
 
commonSuffix(Column<String>) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
 
comparator - Variable in class tech.tablesaw.api.NumberColumn
 
compare(int, int) - Method in class tech.tablesaw.sorting.comparators.IntComparatorChain
compare(int, int) - Method in class tech.tablesaw.sorting.comparators.ReversingIntComparator
 
compare(int, Column<?>, int, Column<?>) - Method in interface tech.tablesaw.api.ColumnType
Returns true if the value at the specified index in column1 is equal to the value at the specified index in column 2
compare(int, Column<?>, Column<?>) - Method in interface tech.tablesaw.api.ColumnType
TODO: Research this method to provide a good comment
compare(Boolean, Boolean) - Method in class tech.tablesaw.api.BooleanColumn
compare(Double, Double) - Method in class tech.tablesaw.api.DoubleColumn
compare(Float, Float) - Method in class tech.tablesaw.api.FloatColumn
compare(Integer, Integer) - Method in class tech.tablesaw.api.IntColumn
compare(Long, Long) - Method in class tech.tablesaw.api.LongColumn
compare(Short, Short) - Method in class tech.tablesaw.api.ShortColumn
compare(String, String) - Method in class tech.tablesaw.api.StringColumn
compare(Instant, Instant) - Method in class tech.tablesaw.api.InstantColumn
compare(LocalDate, LocalDate) - Method in class tech.tablesaw.api.DateColumn
compare(LocalDateTime, LocalDateTime) - Method in class tech.tablesaw.api.DateTimeColumn
compare(LocalTime, LocalTime) - Method in class tech.tablesaw.api.TimeColumn
compareRows(int, Table, Table) - Static method in class tech.tablesaw.api.Table
Returns true if the row @rowNumber in table1 holds the same data as the row at rowNumber in table2
completeColumnTypeFunction - Variable in class tech.tablesaw.io.ReadOptions.Builder
 
Component - Class in tech.tablesaw.plotly.components
 
Component() - Constructor for class tech.tablesaw.plotly.components.Component
 
compressionType(CompressionType) - Method in class tech.tablesaw.io.saw.SawWriteOptions
 
CompressionType - Enum Class in tech.tablesaw.io.saw
What compression algorithm was applied, or should be applied in reading/writing a Saw File
concat(Table) - Method in class tech.tablesaw.api.Table
Add all the columns of tableToConcatenate to this table Note: The columns in the result must have unique names, when compared case insensitive Note: Both tables must have the same number of rows
concatenate(Object...) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
Return a copy of this column with the given string appended to each element
concatenate(Column<?>...) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
Return a copy of this column with the corresponding value of each column argument appended to each element.
config(Config) - Method in class tech.tablesaw.plotly.components.Figure.FigureBuilder
 
Config - Class in tech.tablesaw.plotly.components
 
Config.Builder - Class in tech.tablesaw.plotly.components
 
constrain(Axis.Constrain) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
 
constrainToward(Axis.ConstrainToward) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
 
contains(boolean) - Method in class tech.tablesaw.api.BooleanColumn
Returns true if the column contains at least one value like aBoolean
contains(byte) - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
Returns true if the value at b is true.
contains(byte) - Method in interface tech.tablesaw.columns.booleans.BooleanData
Returns true if the value at b is true.
contains(int) - Method in class tech.tablesaw.selection.BitmapBackedSelection
Returns true if the index i is selected in this object
contains(int) - Method in class tech.tablesaw.selection.BitSetBackedSelection
Returns true if the index i is selected in this object
contains(int) - Method in interface tech.tablesaw.selection.Selection
Returns true if the index i is selected in this object
contains(String) - Method in class tech.tablesaw.api.StringColumn
Returns true if this column contains a cell with the given string, and false otherwise
contains(String) - Method in interface tech.tablesaw.columns.strings.StringData
 
contains(String) - Method in class tech.tablesaw.columns.strings.TextualStringData
Returns true if this column contains a cell with the given string, and false otherwise
contains(Instant) - Method in class tech.tablesaw.api.InstantColumn
Returns true if the given object appears in this column, and false otherwise
contains(LocalDate) - Method in class tech.tablesaw.api.DateColumn
Returns true if the given object appears in this column, and false otherwise
contains(LocalDateTime) - Method in class tech.tablesaw.api.DateTimeColumn
Returns true if the given object appears in this column, and false otherwise
contains(LocalTime) - Method in class tech.tablesaw.api.TimeColumn
Returns true if the given object appears in this column, and false otherwise
contains(T) - Method in interface tech.tablesaw.columns.Column
Returns true if the given object appears in this column, and false otherwise
containsColumn(String) - Method in class tech.tablesaw.table.Relation
Returns true if a column with the given name is in this Relation
containsColumn(Column<?>) - Method in class tech.tablesaw.table.Relation
Returns true if the given column is in this Relation
containsString(String) - Method in interface tech.tablesaw.columns.strings.StringFilters
 
containsString(String) - Method in class tech.tablesaw.filtering.DeferredStringColumn
 
containsString(String) - Method in interface tech.tablesaw.filtering.StringFilterSpec
 
ContourPlot - Class in tech.tablesaw.plotly.api
 
ContourTrace - Class in tech.tablesaw.plotly.traces
 
ContourTrace(ContourTrace.ContourBuilder) - Constructor for class tech.tablesaw.plotly.traces.ContourTrace
 
ContourTrace.ContourBuilder - Class in tech.tablesaw.plotly.traces
 
copy() - Method in class tech.tablesaw.api.BooleanColumn
Returns a deep copy of the receiver
copy() - Method in class tech.tablesaw.api.DateColumn
Returns a deep copy of the receiver
copy() - Method in class tech.tablesaw.api.DateTimeColumn
Returns a deep copy of the receiver
copy() - Method in class tech.tablesaw.api.DoubleColumn
Returns a deep copy of the receiver
copy() - Method in class tech.tablesaw.api.FloatColumn
Returns a deep copy of the receiver
copy() - Method in class tech.tablesaw.api.InstantColumn
Returns a deep copy of the receiver
copy() - Method in class tech.tablesaw.api.IntColumn
Returns a deep copy of the receiver
copy() - Method in class tech.tablesaw.api.LongColumn
Returns a deep copy of the receiver
copy() - Method in interface tech.tablesaw.api.NumericColumn
Returns a deep copy of the receiver
copy() - Method in class tech.tablesaw.api.ShortColumn
Returns a deep copy of the receiver
copy() - Method in class tech.tablesaw.api.StringColumn
Returns a deep copy of the receiver
copy() - Method in class tech.tablesaw.api.Table
Returns a table with the same columns and data as this table
copy() - Method in class tech.tablesaw.api.TimeColumn
Returns a deep copy of the receiver
copy() - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
Returns a copy of this BooleanData object
copy() - Method in interface tech.tablesaw.columns.booleans.BooleanData
Returns a copy of this BooleanData object
copy() - Method in interface tech.tablesaw.columns.Column
Returns a deep copy of the receiver
copy() - Method in interface tech.tablesaw.columns.strings.StringData
 
copy() - Method in class tech.tablesaw.columns.strings.TextualStringData
copyRowsToTable(int[], Table) - Method in class tech.tablesaw.api.Table
Copies the rows indicated by the row index values in the given array from oldTable to newTable
copyRowsToTable(Selection, Table) - Method in class tech.tablesaw.api.Table
Copies the rows specified by Selection into newTable
count - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
A function that takes a Column argument and returns the count of values in the column excluding missing values.
count(String) - Method in interface tech.tablesaw.analytic.AnalyticQuerySteps.AnalyticFunctions
 
count(DoublePredicate) - Method in interface tech.tablesaw.api.NumericColumn
Counts the number of rows satisfying predicate
count(DoublePredicate, int) - Method in interface tech.tablesaw.api.NumericColumn
Counts the number of rows satisfying predicate, but only upto the max value
count(Predicate<? super T>) - Method in interface tech.tablesaw.columns.Column
Counts the number of rows satisfying predicate
count(Predicate<? super T>, int) - Method in interface tech.tablesaw.columns.Column
Counts the number of rows satisfying predicate, but only upto the max value
COUNT - Enum constant in enum class tech.tablesaw.plotly.traces.HistogramTrace.HistFunc
 
countBy(String...) - Method in class tech.tablesaw.api.Table
Returns a table containing a column for each grouping column, and a column named "Count" that contains the counts for each combination of grouping column values
countBy(CategoricalColumn<?>...) - Method in class tech.tablesaw.api.Table
Returns a table containing two columns, the grouping column, and a column named "Count" that contains the counts for each grouping column value
countByCategory() - Method in interface tech.tablesaw.api.CategoricalColumn
Returns a count of the number of elements in each category (i.e., the number of repetitions of each value) TODO: This needs to be well tested, especially for IntColumn
countByCategory() - Method in class tech.tablesaw.api.LongColumn
Returns a count of the number of elements in each category (i.e., the number of repetitions of each value) TODO: This needs to be well tested, especially for IntColumn
countByCategory() - Method in class tech.tablesaw.api.StringColumn
Returns a count of the number of elements in each category (i.e., the number of repetitions of each value) TODO: This needs to be well tested, especially for IntColumn
countByCategory(String) - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
 
countByCategory(String) - Method in interface tech.tablesaw.columns.strings.DictionaryMap
 
countByCategory(String) - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
 
countByCategory(String) - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
 
countByCategory(String) - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
 
countByCategory(String) - Method in interface tech.tablesaw.columns.strings.StringData
 
countByCategory(String) - Method in class tech.tablesaw.columns.strings.TextualStringData
 
countFalse - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
A function that takes a column argument and returns the count of false values in the column
countFalse() - Method in class tech.tablesaw.api.BooleanColumn
Returns the number of false elements in this column
countFalse() - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
Returns the number of false values in the data *
countFalse() - Method in interface tech.tablesaw.columns.booleans.BooleanData
Returns the number of false values in the data *
countMissing - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
A function that takes a NumericColumn argument and returns the count of missing values in the column
countMissing() - Method in class tech.tablesaw.api.BooleanColumn
Returns the count of missing values in this column
countMissing() - Method in class tech.tablesaw.api.DateColumn
Returns the count of missing values in this column
countMissing() - Method in class tech.tablesaw.api.DateTimeColumn
Returns the count of missing values in this column
countMissing() - Method in class tech.tablesaw.api.InstantColumn
Returns the count of missing values in this column
countMissing() - Method in class tech.tablesaw.api.NumberColumn
Returns the count of missing values in this column
countMissing() - Method in class tech.tablesaw.api.StringColumn
Returns the count of missing values in this column
countMissing() - Method in class tech.tablesaw.api.TimeColumn
Returns the count of missing values in this column
countMissing() - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
Returns the number of missing values in the data *
countMissing() - Method in interface tech.tablesaw.columns.booleans.BooleanData
Returns the number of missing values in the data *
countMissing() - Method in interface tech.tablesaw.columns.Column
Returns the count of missing values in this column.
countMissing() - Method in class tech.tablesaw.columns.numbers.NumberRollingColumn
 
countMissing() - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
Returns the count of missing values in this column
countMissing() - Method in interface tech.tablesaw.columns.strings.DictionaryMap
Returns the count of missing values in this column
countMissing() - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
Returns the count of missing values in this column
countMissing() - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
 
countMissing() - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
Returns the count of missing values in this column
countMissing() - Method in interface tech.tablesaw.columns.strings.StringData
 
countMissing() - Method in class tech.tablesaw.columns.strings.TextualStringData
Returns the count of missing values in this column
countNonMissing - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
A function that takes a Column argument and returns the count of values in the column excluding missing values
countNonMissing() - Method in class tech.tablesaw.columns.numbers.NumberRollingColumn
 
countOccurrences(String) - Method in class tech.tablesaw.api.StringColumn
 
countOccurrences(String) - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
 
countOccurrences(String) - Method in interface tech.tablesaw.columns.strings.DictionaryMap
 
countOccurrences(String) - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
 
countOccurrences(String) - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
 
countOccurrences(String) - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
 
countOccurrences(String) - Method in interface tech.tablesaw.columns.strings.StringData
 
countOccurrences(String) - Method in class tech.tablesaw.columns.strings.TextualStringData
 
counts(Table, String) - Static method in class tech.tablesaw.aggregate.CrossTab
Returns a Table containing counts of records in the given Table grouped by the given columnName See also Table.countBy(String...)
counts(Table, CategoricalColumn<?>, CategoricalColumn<?>) - Static method in class tech.tablesaw.aggregate.CrossTab
Returns a table containing two-dimensional cross-tabulated counts for each combination of values in column1 and column2
countTokens(String) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
 
countTrue - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
A function that takes a column argument and returns the number of true values in a column
countTrue() - Method in class tech.tablesaw.api.BooleanColumn
Returns the number of true elements in this column
countTrue() - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
Returns the number of true values in the data *
countTrue() - Method in interface tech.tablesaw.columns.booleans.BooleanData
Returns the number of true values in the data *
countUnique - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
AA function that takes a Column argument and returns the number of non-missing unique values in the column
countUnique() - Method in class tech.tablesaw.api.BooleanColumn
Returns the count of unique values in this column.
countUnique() - Method in class tech.tablesaw.api.DateColumn
Returns the count of unique values in this column.
countUnique() - Method in class tech.tablesaw.api.DateTimeColumn
Returns the count of unique values in this column.
countUnique() - Method in class tech.tablesaw.api.DoubleColumn
Returns the count of unique values in this column.
countUnique() - Method in class tech.tablesaw.api.FloatColumn
Returns the count of unique values in this column.
countUnique() - Method in class tech.tablesaw.api.InstantColumn
Returns the count of unique values in this column.
countUnique() - Method in class tech.tablesaw.api.IntColumn
Returns the count of unique values in this column.
countUnique() - Method in class tech.tablesaw.api.LongColumn
Returns the count of unique values in this column.
countUnique() - Method in class tech.tablesaw.api.ShortColumn
Returns the count of unique values in this column.
countUnique() - Method in class tech.tablesaw.api.StringColumn
Returns the count of unique values in this column.
countUnique() - Method in class tech.tablesaw.api.TimeColumn
Returns the count of unique values in this column.
countUnique() - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
Returns the number of unique values in the data.
countUnique() - Method in interface tech.tablesaw.columns.booleans.BooleanData
Returns the number of unique values in the data.
countUnique() - Method in interface tech.tablesaw.columns.Column
Returns the count of unique values in this column.
countUnique() - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
 
countUnique() - Method in interface tech.tablesaw.columns.strings.DictionaryMap
 
countUnique() - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
 
countUnique() - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
 
countUnique() - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
 
countUnique() - Method in interface tech.tablesaw.columns.strings.StringData
 
countUnique() - Method in class tech.tablesaw.columns.strings.TextualStringData
countWithMissing - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
A function that takes a Column argument and returns the number of values in the column, including missing values
COUPLED - Enum constant in enum class tech.tablesaw.plotly.components.Grid.Pattern
 
create() - Static method in class tech.tablesaw.api.Table
Returns a new, empty table (without rows or columns)
create() - Static method in class tech.tablesaw.columns.strings.TextualStringData
 
create(int) - Static method in class tech.tablesaw.columns.strings.TextualStringData
 
create(int, int) - Static method in class tech.tablesaw.columns.instant.PackedInstant
 
create(String) - Static method in class tech.tablesaw.api.BooleanColumn
Returns a new, empty Boolean column with the given name.
create(String) - Method in interface tech.tablesaw.api.ColumnType
Returns a column of this type with the given name
create(String) - Static method in class tech.tablesaw.api.DateColumn
Creates a new DateColumn with the given name.
create(String) - Static method in class tech.tablesaw.api.DateTimeColumn
 
create(String) - Static method in class tech.tablesaw.api.DoubleColumn
 
create(String) - Static method in class tech.tablesaw.api.FloatColumn
 
create(String) - Static method in class tech.tablesaw.api.InstantColumn
 
create(String) - Static method in class tech.tablesaw.api.IntColumn
 
create(String) - Static method in class tech.tablesaw.api.LongColumn
 
create(String) - Static method in class tech.tablesaw.api.ShortColumn
 
create(String) - Static method in class tech.tablesaw.api.StringColumn
 
create(String) - Static method in class tech.tablesaw.api.Table
Returns a new, empty table (without rows or columns) with the given name
create(String) - Static method in class tech.tablesaw.api.TimeColumn
 
create(String) - Method in class tech.tablesaw.columns.booleans.BooleanColumnType
 
create(String) - Method in class tech.tablesaw.columns.dates.DateColumnType
 
create(String) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnType
 
create(String) - Method in class tech.tablesaw.columns.instant.InstantColumnType
 
create(String) - Method in class tech.tablesaw.columns.numbers.DoubleColumnType
Returns a column of this type with the given name
create(String) - Method in class tech.tablesaw.columns.numbers.FloatColumnType
Returns a column of this type with the given name
create(String) - Method in class tech.tablesaw.columns.numbers.IntColumnType
Returns a column of this type with the given name
create(String) - Method in class tech.tablesaw.columns.numbers.LongColumnType
Returns a column of this type with the given name
create(String) - Method in class tech.tablesaw.columns.numbers.ShortColumnType
 
create(String) - Method in class tech.tablesaw.columns.SkipColumnType
Returns a column of this type with the given name
create(String) - Method in class tech.tablesaw.columns.strings.StringColumnType
 
create(String) - Method in class tech.tablesaw.columns.times.TimeColumnType
 
create(String) - Method in interface tech.tablesaw.io.html.HtmlWriteOptions.ElementCreator
 
create(String...) - Static method in class tech.tablesaw.columns.strings.TextualStringData
 
create(String, boolean...) - Static method in class tech.tablesaw.api.BooleanColumn
Returns a new Boolean column with the given name and values
create(String, double...) - Static method in class tech.tablesaw.api.DoubleColumn
 
create(String, double[]) - Static method in class tech.tablesaw.plotly.api.Histogram
 
create(String, float...) - Static method in class tech.tablesaw.api.DoubleColumn
 
create(String, float...) - Static method in class tech.tablesaw.api.FloatColumn
 
create(String, int) - Static method in class tech.tablesaw.api.BooleanColumn
Returns a new Boolean column of the given size.
create(String, int) - Static method in class tech.tablesaw.api.DateColumn
Creates a new DateColumn with the given name.
create(String, int) - Static method in class tech.tablesaw.api.DateTimeColumn
 
create(String, int) - Static method in class tech.tablesaw.api.DoubleColumn
 
create(String, int) - Static method in class tech.tablesaw.api.FloatColumn
 
create(String, int) - Static method in class tech.tablesaw.api.InstantColumn
 
create(String, int) - Static method in class tech.tablesaw.api.IntColumn
 
create(String, int) - Static method in class tech.tablesaw.api.LongColumn
 
create(String, int) - Static method in class tech.tablesaw.api.ShortColumn
 
create(String, int) - Static method in class tech.tablesaw.api.StringColumn
 
create(String, int) - Static method in class tech.tablesaw.api.TimeColumn
 
create(String, int...) - Static method in class tech.tablesaw.api.DoubleColumn
 
create(String, int...) - Static method in class tech.tablesaw.api.IntColumn
 
create(String, long...) - Static method in class tech.tablesaw.api.DoubleColumn
 
create(String, long...) - Static method in class tech.tablesaw.api.LongColumn
 
create(String, short...) - Static method in class tech.tablesaw.api.ShortColumn
 
create(String, Boolean[]) - Static method in class tech.tablesaw.api.BooleanColumn
Returns a new Boolean column with the given name and values
create(String, Float[]) - Static method in class tech.tablesaw.api.FloatColumn
 
create(String, Integer[]) - Static method in class tech.tablesaw.api.IntColumn
 
create(String, Number[]) - Static method in class tech.tablesaw.api.DoubleColumn
 
create(String, Short[]) - Static method in class tech.tablesaw.api.ShortColumn
 
create(String, String...) - Static method in class tech.tablesaw.api.StringColumn
 
create(String, String, double[], double[]) - Static method in class tech.tablesaw.plotly.api.TukeyMeanDifferencePlot
Returns a figure containing a QQ Plot describing the differences between the distribution of values in the columns of interest
create(String, String, double[], String, double[]) - Static method in class tech.tablesaw.plotly.api.BubblePlot
 
create(String, String, double[], String, double[]) - Static method in class tech.tablesaw.plotly.api.LinePlot
 
create(String, String, double[], String, double[]) - Static method in class tech.tablesaw.plotly.api.QQPlot
Returns a figure containing a QQ Plot describing the differences between the distribution of values in the columns of interest
create(String, String, double[], String, double[]) - Static method in class tech.tablesaw.plotly.api.ScatterPlot
 
create(String, String, DateColumn, String, NumericColumn<?>) - Static method in class tech.tablesaw.plotly.api.TimeSeriesPlot
 
create(String, String, DateTimeColumn, String, NumericColumn<?>) - Static method in class tech.tablesaw.plotly.api.TimeSeriesPlot
 
create(String, String, InstantColumn, String, NumericColumn<?>) - Static method in class tech.tablesaw.plotly.api.TimeSeriesPlot
 
create(String, String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.TukeyMeanDifferencePlot
Returns a figure containing a Tukey Mean-Difference Plot describing the differences between the data in two columns of interest
create(String, Instant...) - Static method in class tech.tablesaw.api.InstantColumn
 
create(String, LocalDate...) - Static method in class tech.tablesaw.api.DateColumn
Creates a new DateColumn with the given name and data
create(String, LocalDateTime...) - Static method in class tech.tablesaw.api.DateTimeColumn
 
create(String, LocalTime...) - Static method in class tech.tablesaw.api.TimeColumn
 
create(String, Collection<? extends Number>) - Static method in class tech.tablesaw.api.DoubleColumn
 
create(String, Collection<Boolean>) - Static method in class tech.tablesaw.api.BooleanColumn
Returns a new Boolean column with the given name and values
create(String, Collection<String>) - Static method in class tech.tablesaw.api.StringColumn
 
create(String, Collection<Instant>) - Static method in class tech.tablesaw.api.InstantColumn
 
create(String, Collection<LocalDate>) - Static method in class tech.tablesaw.api.DateColumn
Creates a new DateColumn with the given name and data
create(String, Collection<LocalDateTime>) - Static method in class tech.tablesaw.api.DateTimeColumn
 
create(String, Collection<LocalTime>) - Static method in class tech.tablesaw.api.TimeColumn
 
create(String, Collection<Column<?>>) - Static method in class tech.tablesaw.api.Table
Returns a new table with the given columns and given name
create(String, DoubleStream) - Static method in class tech.tablesaw.api.DoubleColumn
 
create(String, IntStream) - Static method in class tech.tablesaw.api.IntColumn
 
create(String, LongStream) - Static method in class tech.tablesaw.api.LongColumn
 
create(String, Stream<Boolean>) - Static method in class tech.tablesaw.api.BooleanColumn
Returns a new Boolean column with the given name and values
create(String, Stream<Float>) - Static method in class tech.tablesaw.api.FloatColumn
 
create(String, Stream<Short>) - Static method in class tech.tablesaw.api.ShortColumn
 
create(String, Stream<String>) - Static method in class tech.tablesaw.api.StringColumn
 
create(String, Stream<Instant>) - Static method in class tech.tablesaw.api.InstantColumn
 
create(String, Stream<LocalDate>) - Static method in class tech.tablesaw.api.DateColumn
Creates a new DateColumn with the given name and data
create(String, Stream<LocalDateTime>) - Static method in class tech.tablesaw.api.DateTimeColumn
 
create(String, Stream<LocalTime>) - Static method in class tech.tablesaw.api.TimeColumn
 
create(String, Stream<Column<?>>) - Static method in class tech.tablesaw.api.Table
Returns a new table with the given columns and given name
create(String, NumericColumn<?>) - Static method in class tech.tablesaw.plotly.api.Histogram
 
create(String, Table, String) - Static method in class tech.tablesaw.plotly.api.Histogram
 
create(String, Table, String) - Static method in class tech.tablesaw.plotly.api.QuantilePlot
Returns a figure containing a Quantile Plot describing the distribution of values in the column of interest
create(String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.AreaPlot
 
create(String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.BoxPlot
 
create(String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.ContourPlot
 
create(String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.Heatmap
 
create(String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.Histogram2D
 
create(String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.HorizontalBarPlot
 
create(String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.LinePlot
 
create(String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.ParetoPlot
 
create(String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.PiePlot
 
create(String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.QQPlot
Returns a figure containing a QQ Plot describing the differences between the distribution of values in the columns of interest
create(String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.ScatterPlot
 
create(String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.TimeSeriesPlot
 
create(String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.VerticalBarPlot
 
create(String, Table, String, String, boolean, boolean) - Static method in class tech.tablesaw.plotly.api.ViolinPlot
 
create(String, Table, String, String, String) - Static method in class tech.tablesaw.plotly.api.AreaPlot
 
create(String, Table, String, String, String) - Static method in class tech.tablesaw.plotly.api.BubblePlot
create a bubble plot using column names
create(String, Table, String, String, String) - Static method in class tech.tablesaw.plotly.api.LinePlot
 
create(String, Table, String, String, String) - Static method in class tech.tablesaw.plotly.api.Scatter3DPlot
 
create(String, Table, String, String, String) - Static method in class tech.tablesaw.plotly.api.ScatterPlot
 
create(String, Table, String, String, String) - Static method in class tech.tablesaw.plotly.api.TimeSeriesPlot
 
create(String, Table, String, String, String, String) - Static method in class tech.tablesaw.plotly.api.BubblePlot
 
create(String, Table, String, String, String, String) - Static method in class tech.tablesaw.plotly.api.Scatter3DPlot
 
create(String, Table, String, String, String, String, String) - Static method in class tech.tablesaw.plotly.api.CandlestickPlot
Returns Figure containing candlestick time series plot with a default layout
create(String, Table, String, String, String, String, String) - Static method in class tech.tablesaw.plotly.api.OHLCPlot
Returns Figure containing Open-High-Low-Close time series plot with a default layout
create(String, Table, String, String, String, String, String) - Static method in class tech.tablesaw.plotly.api.Scatter3DPlot
 
create(String, Table, String, String, String, String, String, String) - Static method in class tech.tablesaw.plotly.api.PricePlot
 
create(String, Table, String, Layout.BarMode, String...) - Static method in class tech.tablesaw.plotly.api.HorizontalBarPlot
 
create(String, Table, String, Layout.BarMode, String...) - Static method in class tech.tablesaw.plotly.api.VerticalBarPlot
 
create(String, AbstractColumnParser<LocalTime>) - Static method in class tech.tablesaw.api.TimeColumn
 
create(String, Column<?>...) - Static method in class tech.tablesaw.api.Table
Returns a new table with the given columns and given name
create(String, Column<?>, Integer) - Method in interface tech.tablesaw.io.html.HtmlWriteOptions.ElementCreator
Called for each element created.
create(String, Column, Column, NumericColumn, double[], Marker.SizeMode, Double) - Static method in class tech.tablesaw.plotly.api.BubblePlot
create a bubble plot using more options including color/sizeMode/opacity
create(String, Selection, int) - Static method in class tech.tablesaw.api.BooleanColumn
Returns a new Boolean column of the given size.
create(Collection<String>) - Static method in class tech.tablesaw.columns.strings.TextualStringData
 
create(Collection<Column<?>>) - Static method in class tech.tablesaw.api.Table
Returns a new table with the given columns
create(Stream<String>) - Static method in class tech.tablesaw.columns.strings.TextualStringData
 
create(Stream<Column<?>>) - Static method in class tech.tablesaw.api.Table
Returns a new table with the given columns
create(NumericColumn<?>) - Static method in class tech.tablesaw.columns.numbers.Stats
Constructs a Stats object from the given column
create(Table, String...) - Static method in class tech.tablesaw.sorting.Sort
Create a Sort object from the given table and sort column names.
create(Table, String...) - Static method in class tech.tablesaw.table.StandardTableSliceGroup
Returns a viewGroup splitting the original table on the given columns.
create(Table, String, int) - Static method in class tech.tablesaw.table.SelectionTableSliceGroup
Creates a TableSliceGroup where each slice contains step number of rows from the backing table
create(Table, CategoricalColumn<?>...) - Static method in class tech.tablesaw.table.StandardTableSliceGroup
Returns a viewGroup splitting the original table on the given columns.
create(Column<?>...) - Static method in class tech.tablesaw.api.Table
Returns a new table with the given columns
create(BarTrace.Orientation, String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.HorizontalBarPlot
 
create(BarTrace.Orientation, String, Table, String, Layout.BarMode, String...) - Static method in class tech.tablesaw.plotly.api.HorizontalBarPlot
 
createCol(String) - Method in class tech.tablesaw.api.DoubleColumn
createCol(String) - Method in class tech.tablesaw.api.FloatColumn
createCol(String) - Method in class tech.tablesaw.api.IntColumn
createCol(String) - Method in class tech.tablesaw.api.LongColumn
createCol(String) - Method in class tech.tablesaw.api.NumberColumn
 
createCol(String) - Method in class tech.tablesaw.api.ShortColumn
createCol(String, int) - Method in class tech.tablesaw.api.DoubleColumn
createCol(String, int) - Method in class tech.tablesaw.api.FloatColumn
createCol(String, int) - Method in class tech.tablesaw.api.IntColumn
createCol(String, int) - Method in class tech.tablesaw.api.LongColumn
createCol(String, int) - Method in class tech.tablesaw.api.NumberColumn
 
createCol(String, int) - Method in class tech.tablesaw.api.ShortColumn
createDateTimeSeries(String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.TimeSeriesPlot
Creates a time series where the x values are from a DateTimeColumn, rather than a DateColumn
createInternal(String, int[]) - Static method in class tech.tablesaw.api.DateColumn
Creates a new DateColumn with the given name and integer-encoded data.
createInternal(String, int[]) - Static method in class tech.tablesaw.api.TimeColumn
 
createInternal(String, long[]) - Static method in class tech.tablesaw.api.DateTimeColumn
For internal Tablesaw use only Returns a new column with the given name and data
createInternal(String, long[]) - Static method in class tech.tablesaw.api.InstantColumn
For internal Tablesaw use only Returns a new column with the given name and data
createInternal(String, DictionaryMap) - Static method in class tech.tablesaw.api.StringColumn
 
createReader(byte[]) - Method in class tech.tablesaw.io.Source
If cachedBytes are not null, returns a Reader created from the cachedBytes.
createSettings(CsvWriteOptions) - Static method in class tech.tablesaw.io.csv.CsvWriter
 
createVertical(String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.ParetoPlot
 
createWriter() - Method in class tech.tablesaw.io.Destination
 
CROSS - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
 
CROSS_THIN - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
 
CrossProductJoin - Class in tech.tablesaw.joining
Implements joins between two or more Tables
CrossProductJoin(Table, String...) - Constructor for class tech.tablesaw.joining.CrossProductJoin
Constructor.
CrossTab - Class in tech.tablesaw.aggregate
Utilities for creating frequency and proportion cross tabs
csv(File) - Method in class tech.tablesaw.io.DataFrameReader
 
csv(File) - Method in class tech.tablesaw.io.DataFrameWriter
 
csv(InputStream) - Method in class tech.tablesaw.io.DataFrameReader
 
csv(InputStream, String) - Method in class tech.tablesaw.io.DataFrameReader
 
csv(OutputStream) - Method in class tech.tablesaw.io.DataFrameWriter
 
csv(Reader) - Method in class tech.tablesaw.io.DataFrameReader
 
csv(Writer) - Method in class tech.tablesaw.io.DataFrameWriter
 
csv(String) - Method in class tech.tablesaw.io.DataFrameReader
 
csv(String) - Method in class tech.tablesaw.io.DataFrameWriter
 
csv(String, String) - Method in class tech.tablesaw.io.DataFrameReader
 
csv(URL) - Method in class tech.tablesaw.io.DataFrameReader
 
csv(CsvReadOptions) - Method in class tech.tablesaw.io.DataFrameReader
 
csv(CsvReadOptions.Builder) - Method in class tech.tablesaw.io.DataFrameReader
 
csv(CsvWriteOptions) - Method in class tech.tablesaw.io.DataFrameWriter
 
CsvReader - Class in tech.tablesaw.io.csv
 
CsvReader() - Constructor for class tech.tablesaw.io.csv.CsvReader
Constructs a CsvReader
CsvReadOptions - Class in tech.tablesaw.io.csv
 
CsvReadOptions.Builder - Class in tech.tablesaw.io.csv
 
CsvWriteOptions - Class in tech.tablesaw.io.csv
 
CsvWriteOptions.Builder - Class in tech.tablesaw.io.csv
 
CsvWriter - Class in tech.tablesaw.io.csv
Class that writes tables and individual columns to CSV files
CsvWriter() - Constructor for class tech.tablesaw.io.csv.CsvWriter
 
cube() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
 
cubeRoot() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
 
cumMax() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
Returns a new column with a cumulative maximum calculated
cumMin() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
Returns a new column with a cumulative maximum calculated
cumProd() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
Returns a new column with a cumulative product calculated
cumSum() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
Returns a new column with a cumulative sum calculated
currency(String, String) - Static method in class tech.tablesaw.columns.numbers.NumberColumnFormatter
 
currentRow() - Method in interface tech.tablesaw.analytic.AnalyticQuerySteps.SetWindowStart
Set the bound to the current row.
CURSOR - Enum constant in enum class tech.tablesaw.plotly.components.Axis.Spikes.SpikeSnap
 
customParser(ReadOptions) - Method in interface tech.tablesaw.api.ColumnType
TODO: Research this method to provide a good comment
customParser(ReadOptions) - Method in class tech.tablesaw.columns.booleans.BooleanColumnType
 
customParser(ReadOptions) - Method in class tech.tablesaw.columns.dates.DateColumnType
 
customParser(ReadOptions) - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnType
 
customParser(ReadOptions) - Method in class tech.tablesaw.columns.instant.InstantColumnType
 
customParser(ReadOptions) - Method in class tech.tablesaw.columns.numbers.DoubleColumnType
TODO: Research this method to provide a good comment
customParser(ReadOptions) - Method in class tech.tablesaw.columns.numbers.FloatColumnType
TODO: Research this method to provide a good comment
customParser(ReadOptions) - Method in class tech.tablesaw.columns.numbers.IntColumnType
TODO: Research this method to provide a good comment
customParser(ReadOptions) - Method in class tech.tablesaw.columns.numbers.LongColumnType
TODO: Research this method to provide a good comment
customParser(ReadOptions) - Method in class tech.tablesaw.columns.numbers.ShortColumnType
 
customParser(ReadOptions) - Method in class tech.tablesaw.columns.SkipColumnType
TODO: Research this method to provide a good comment
customParser(ReadOptions) - Method in class tech.tablesaw.columns.strings.StringColumnType
 
customParser(ReadOptions) - Method in class tech.tablesaw.columns.times.TimeColumnType
 
cv - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
A function that takes a NumericColumn argument and returns the coefficient of variation (stdDev/mean) of the values in the column
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