Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- sample - Variable in class tech.tablesaw.io.ReadOptions.Builder
- sample - Variable in class tech.tablesaw.io.ReadOptions
- sample() - Method in class tech.tablesaw.io.ReadOptions
- sample(boolean) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
- sample(boolean) - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
- sample(boolean) - Method in class tech.tablesaw.io.html.HtmlReadOptions.Builder
- sample(boolean) - Method in class tech.tablesaw.io.json.JsonReadOptions.Builder
- sample(boolean) - Method in class tech.tablesaw.io.ReadOptions.Builder
- sample(boolean) - Method in class tech.tablesaw.io.xlsx.XlsxReadOptions.Builder
- sampleN(int) - Method in class tech.tablesaw.api.Table
-
Returns a table consisting of randomly selected records from this table
- sampleN(int) - Method in class tech.tablesaw.columns.AbstractColumn
-
Returns a column containing a random sample of the values in this column
- sampleN(int) - Method in interface tech.tablesaw.columns.Column
-
Returns a column containing a random sample of the values in this column
- sampleSize() - Method in class tech.tablesaw.io.csv.CsvReadOptions
- sampleSize(int) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
-
Defines the maximum number of rows to be read from the file.
- sampleSplit(double) - Method in class tech.tablesaw.api.Table
- sampleX(double) - Method in class tech.tablesaw.api.Table
-
Returns a table consisting of randomly selected records from this table.
- sampleX(double) - Method in class tech.tablesaw.columns.AbstractColumn
-
Returns a table consisting of randomly selected values from this column.
- sampleX(double) - Method in interface tech.tablesaw.columns.Column
-
Returns a table consisting of randomly selected values from this column.
- SANS_SERIF - Enum constant in enum class tech.tablesaw.plotly.components.Font.Family
- SawMetadata - Class in tech.tablesaw.io.saw
-
All metadata used in the storage of one table
- SawMetadata() - Constructor for class tech.tablesaw.io.saw.SawMetadata
-
Default constructor for Jackson json serialization
- SawMetadata(Table, SawWriteOptions) - Constructor for class tech.tablesaw.io.saw.SawMetadata
- SawReader - Class in tech.tablesaw.io.saw
- SawReader(File) - Constructor for class tech.tablesaw.io.saw.SawReader
- SawReader(File, SawReadOptions) - Constructor for class tech.tablesaw.io.saw.SawReader
- SawReader(String) - Constructor for class tech.tablesaw.io.saw.SawReader
- SawReader(String, SawReadOptions) - Constructor for class tech.tablesaw.io.saw.SawReader
- SawReader(Path) - Constructor for class tech.tablesaw.io.saw.SawReader
- SawReader(Path, SawReadOptions) - Constructor for class tech.tablesaw.io.saw.SawReader
- SawReadOptions - Class in tech.tablesaw.io.saw
-
Specifies options for reading a table from Saw storage
- SawReadOptions() - Constructor for class tech.tablesaw.io.saw.SawReadOptions
- SawWriteOptions - Class in tech.tablesaw.io.saw
- SawWriteOptions() - Constructor for class tech.tablesaw.io.saw.SawWriteOptions
- SawWriter - Class in tech.tablesaw.io.saw
- SawWriter(File, Table) - Constructor for class tech.tablesaw.io.saw.SawWriter
- SawWriter(File, Table, SawWriteOptions) - Constructor for class tech.tablesaw.io.saw.SawWriter
- SawWriter(String, Table) - Constructor for class tech.tablesaw.io.saw.SawWriter
- SawWriter(String, Table, SawWriteOptions) - Constructor for class tech.tablesaw.io.saw.SawWriter
- SawWriter(Path, Table) - Constructor for class tech.tablesaw.io.saw.SawWriter
- SawWriter(Path, Table, SawWriteOptions) - Constructor for class tech.tablesaw.io.saw.SawWriter
- scaleRatio(double) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
-
If this axis is linked to another by `scaleanchor`, this determines the pixel to unit scale ratio.
- Scatter3DPlot - Class in tech.tablesaw.plotly.api
- Scatter3DPlot() - Constructor for class tech.tablesaw.plotly.api.Scatter3DPlot
- Scatter3DTrace - Class in tech.tablesaw.plotly.traces
- Scatter3DTrace.Mode - Enum Class in tech.tablesaw.plotly.traces
- Scatter3DTrace.Scatter3DBuilder - Class in tech.tablesaw.plotly.traces
- ScatterPlot - Class in tech.tablesaw.plotly.api
- ScatterPlot() - Constructor for class tech.tablesaw.plotly.api.ScatterPlot
- ScatterTrace - Class in tech.tablesaw.plotly.traces
- ScatterTrace.Fill - Enum Class in tech.tablesaw.plotly.traces
- ScatterTrace.Mode - Enum Class in tech.tablesaw.plotly.traces
- ScatterTrace.ScatterBuilder - Class in tech.tablesaw.plotly.traces
- ScatterTrace.YAxis - Enum Class in tech.tablesaw.plotly.traces
- scene(Scene) - Method in class tech.tablesaw.plotly.components.Layout.LayoutBuilder
- Scene - Class in tech.tablesaw.plotly.components.threeD
- Scene.SceneBuilder - Class in tech.tablesaw.plotly.components.threeD
- sceneBuilder() - Static method in class tech.tablesaw.plotly.components.threeD.Scene
- SceneBuilder() - Constructor for class tech.tablesaw.plotly.components.threeD.Scene.SceneBuilder
- second() - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
- secondMoment() - Method in class tech.tablesaw.columns.numbers.Stats
-
Returns the second moment of the values
- secondOfDay() - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
- secondOfDay() - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
- secondsUntil(int, int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
- SELECT - Enum constant in enum class tech.tablesaw.plotly.components.Layout.DragMode
- selectColumns(int...) - Method in class tech.tablesaw.api.Table
-
Returns a new table containing copies of the columns at the given indexes
- selectColumns(String...) - Method in class tech.tablesaw.api.Table
-
Returns a new table containing copies of the selected columns from this table
- selectColumns(Column<?>...) - Method in class tech.tablesaw.api.Table
-
Returns a new table containing copies of the selected columns from this table
- selectedColumns(String...) - Method in class tech.tablesaw.io.saw.SawReadOptions
- selectedColumns(List<String>) - Method in class tech.tablesaw.io.saw.SawReadOptions
- Selection - Interface in tech.tablesaw.selection
-
A selection maintains an ordered set of ints that can be used to filter rows from a table or column.
- SelectionTableSliceGroup - Class in tech.tablesaw.table
-
A group of tables formed by performing splitting operations on an original table
- selectIsIn(String...) - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
- selectIsIn(String...) - Method in interface tech.tablesaw.columns.strings.DictionaryMap
- selectIsIn(String...) - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
- selectIsIn(String...) - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
- selectIsIn(String...) - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
- selectIsIn(Collection<String>) - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
- selectIsIn(Collection<String>) - Method in interface tech.tablesaw.columns.strings.DictionaryMap
- selectIsIn(Collection<String>) - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
- selectIsIn(Collection<String>) - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
- selectIsIn(Collection<String>) - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
- selectNRowsAtRandom(int, int) - Static method in class tech.tablesaw.selection.BitmapBackedSelection
-
Returns an randomly generated selection of size N where Max is the largest possible value
- selectNRowsAtRandom(int, int) - Static method in class tech.tablesaw.selection.BitSetBackedSelection
-
Returns an randomly generated selection of size N where Max is the largest possible value
- selectNRowsAtRandom(int, int) - Static method in interface tech.tablesaw.selection.Selection
-
Returns an randomly generated selection of size N where Max is the largest possible value
- separateThousands(boolean) - Method in class tech.tablesaw.plotly.components.TickSettings.TickSettingsBuilder
- separator() - Method in class tech.tablesaw.io.csv.CsvReadOptions
- separator() - Method in class tech.tablesaw.io.csv.CsvWriteOptions
- separator(char) - Method in class tech.tablesaw.io.csv.CsvWriteOptions.Builder
- separator(Character) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
- set(int, boolean) - Method in class tech.tablesaw.api.BooleanColumn
-
Sets the value at i to b, and returns this column
- set(int, byte) - Method in class tech.tablesaw.api.BooleanColumn
-
Sets the value at i to b, and returns this column
- set(int, byte) - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
-
Sets the value at position i to byte b
- set(int, byte) - Method in interface tech.tablesaw.columns.booleans.BooleanData
-
Sets the value at position i to byte b
- set(int, double) - Method in class tech.tablesaw.api.DoubleColumn
- set(int, float) - Method in class tech.tablesaw.api.FloatColumn
- set(int, int) - Method in class tech.tablesaw.api.DateColumn
- set(int, int) - Method in class tech.tablesaw.api.IntColumn
- set(int, int) - Method in class tech.tablesaw.api.TimeColumn
- set(int, long) - Method in class tech.tablesaw.api.DateTimeColumn
- set(int, long) - Method in class tech.tablesaw.api.InstantColumn
- set(int, long) - Method in class tech.tablesaw.api.LongColumn
- set(int, short) - Method in class tech.tablesaw.api.ShortColumn
- set(int, Boolean) - Method in class tech.tablesaw.api.BooleanColumn
-
Sets the value at index row to the given value and return this column
- set(int, Double) - Method in class tech.tablesaw.api.DoubleColumn
-
Sets the value at index row to the given value and return this column
- set(int, Float) - Method in class tech.tablesaw.api.FloatColumn
-
Sets the value at index row to the given value and return this column
- set(int, Integer) - Method in class tech.tablesaw.api.IntColumn
-
Sets the value at index row to the given value and return this column
- set(int, Long) - Method in class tech.tablesaw.api.LongColumn
-
Sets the value at index row to the given value and return this column
- set(int, Short) - Method in class tech.tablesaw.api.ShortColumn
-
Sets the value at index row to the given value and return this column
- set(int, String) - Method in class tech.tablesaw.api.StringColumn
-
Sets the value at index row to the given value and return this column
- set(int, String) - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
- set(int, String) - Method in interface tech.tablesaw.columns.strings.DictionaryMap
- set(int, String) - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
- set(int, String) - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
- set(int, String) - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
- set(int, String) - Method in interface tech.tablesaw.columns.strings.StringData
- set(int, String) - Method in class tech.tablesaw.columns.strings.TextualStringData
- set(int, String, AbstractColumnParser<?>) - Method in class tech.tablesaw.api.BooleanColumn
-
Sets the value at row to the parsed value of the given String using the given parser and returns this column
- set(int, String, AbstractColumnParser<?>) - Method in class tech.tablesaw.api.DoubleColumn
-
Sets the value at row to the parsed value of the given String using the given parser and returns this column
- set(int, String, AbstractColumnParser<?>) - Method in class tech.tablesaw.api.FloatColumn
-
Sets the value at row to the parsed value of the given String using the given parser and returns this column
- set(int, String, AbstractColumnParser<?>) - Method in class tech.tablesaw.api.IntColumn
-
Sets the value at row to the parsed value of the given String using the given parser and returns this column
- set(int, String, AbstractColumnParser<?>) - Method in class tech.tablesaw.api.LongColumn
-
Sets the value at row to the parsed value of the given String using the given parser and returns this column
- set(int, String, AbstractColumnParser<?>) - Method in class tech.tablesaw.api.ShortColumn
-
Sets the value at row to the parsed value of the given String using the given parser and returns this column
- set(int, String, AbstractColumnParser<?>) - Method in interface tech.tablesaw.columns.Column
-
Sets the value at row to the parsed value of the given String using the given parser and returns this column
- set(int, Instant) - Method in class tech.tablesaw.api.InstantColumn
-
Sets the value at index row to the given value and return this column
- set(int, LocalDate) - Method in class tech.tablesaw.api.DateColumn
-
Sets the value at index row to the given value and return this column
- set(int, LocalDateTime) - Method in class tech.tablesaw.api.DateTimeColumn
-
Sets the value at index row to the given value and return this column
- set(int, LocalTime) - Method in class tech.tablesaw.api.TimeColumn
-
Sets the value at index row to the given value and return this column
- set(int, T) - Method in interface tech.tablesaw.columns.Column
-
Sets the value at index row to the given value and return this column
- set(int, Column<Boolean>, int) - Method in class tech.tablesaw.api.BooleanColumn
-
Sets the value at row to the value at sourceRow in the given column and return this column
- set(int, Column<Double>, int) - Method in class tech.tablesaw.api.DoubleColumn
-
Sets the value at row to the value at sourceRow in the given column and return this column
- set(int, Column<Float>, int) - Method in class tech.tablesaw.api.FloatColumn
-
Sets the value at row to the value at sourceRow in the given column and return this column
- set(int, Column<Integer>, int) - Method in class tech.tablesaw.api.IntColumn
-
Sets the value at row to the value at sourceRow in the given column and return this column
- set(int, Column<Long>, int) - Method in class tech.tablesaw.api.LongColumn
-
Sets the value at row to the value at sourceRow in the given column and return this column
- set(int, Column<Short>, int) - Method in class tech.tablesaw.api.ShortColumn
-
Sets the value at row to the value at sourceRow in the given column and return this column
- set(int, Column<String>, int) - Method in class tech.tablesaw.api.StringColumn
-
Sets the value at row to the value at sourceRow in the given column and return this column
- set(int, Column<Instant>, int) - Method in class tech.tablesaw.api.InstantColumn
-
Sets the value at row to the value at sourceRow in the given column and return this column
- set(int, Column<LocalDate>, int) - Method in class tech.tablesaw.api.DateColumn
-
Sets the value at row to the value at sourceRow in the given column and return this column
- set(int, Column<LocalDateTime>, int) - Method in class tech.tablesaw.api.DateTimeColumn
-
Sets the value at row to the value at sourceRow in the given column and return this column
- set(int, Column<LocalTime>, int) - Method in class tech.tablesaw.api.TimeColumn
-
Sets the value at row to the value at sourceRow in the given column and return this column
- set(int, Column<T>, int) - Method in interface tech.tablesaw.columns.Column
-
Sets the value at row to the value at sourceRow in the given column and return this column
- set(DoublePredicate, T) - Method in class tech.tablesaw.api.NumberColumn
-
Sets the value of all elements in this column matching condition to be equal to newValue and returns this column
- set(DoublePredicate, NumberColumn<C, T>) - Method in class tech.tablesaw.api.NumberColumn
-
Updates this column where values matching the selection are replaced with the corresponding value from the given column
- set(DoublePredicate, NumericColumn<?>) - Method in class tech.tablesaw.api.DoubleColumn
-
Updates this column where values matching the selection are replaced with the corresponding value from the given column
- set(Predicate<T>, Column<T>) - Method in interface tech.tablesaw.columns.Column
-
Updates this column where values matching the selection are replaced with the corresponding value from the given column
- set(Selection, boolean) - Method in class tech.tablesaw.api.BooleanColumn
-
Conditionally update this column, replacing current values with newValue for all rows where the current value matches the selection criteria
- set(Selection, byte) - Method in class tech.tablesaw.api.BooleanColumn
-
Conditionally update this column, replacing current values with newValue for all rows where the current value matches the selection criteria.
- set(Selection, String) - Method in class tech.tablesaw.api.StringColumn
-
Conditionally update this column, replacing current values with newValue for all rows where the current value matches the selection criteria
- set(Selection, String) - Method in interface tech.tablesaw.columns.strings.StringData
- set(Selection, String) - Method in class tech.tablesaw.columns.strings.TextualStringData
-
Conditionally update this column, replacing current values with newValue for all rows where the current value matches the selection criteria
- set(Selection, Instant) - Method in class tech.tablesaw.api.InstantColumn
-
Conditionally update this column, replacing current values with newValue for all rows where the current value matches the selection criteria
- set(Selection, LocalDate) - Method in class tech.tablesaw.api.DateColumn
-
Conditionally update this column, replacing current values with newValue for all rows where the current value matches the selection criteria
- set(Selection, LocalDateTime) - Method in class tech.tablesaw.api.DateTimeColumn
-
Conditionally update this column, replacing current values with newValue for all rows where the current value matches the selection criteria
- set(Selection, LocalTime) - Method in class tech.tablesaw.api.TimeColumn
-
Conditionally update this column, replacing current values with newValue for all rows where the current value matches the selection criteria
- set(Selection, T) - Method in class tech.tablesaw.columns.AbstractColumn
-
Conditionally update this column, replacing current values with newValue for all rows where the current value matches the selection criteria
- set(Selection, T) - Method in interface tech.tablesaw.columns.Column
-
Conditionally update this column, replacing current values with newValue for all rows where the current value matches the selection criteria
- set(Selection, Column<T>) - Method in class tech.tablesaw.columns.AbstractColumn
-
Updates this column where values matching the selection are replaced with the corresponding value from the given column
- set(Selection, Column<T>) - Method in interface tech.tablesaw.columns.Column
-
Updates this column where values matching the selection are replaced with the corresponding value from the given column
- setBoolean(int, boolean) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column at the given index and this Row to the given value.
- setBoolean(String, boolean) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column with the given name at this Row to the given value.
- setBooleanAsByte(int, byte) - Method in class tech.tablesaw.api.Row
- setBooleanAsByte(String, byte) - Method in class tech.tablesaw.api.Row
- setCanPromoteToText(boolean) - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap.ShortDictionaryBuilder
- setColumnType(ColumnType) - Method in class tech.tablesaw.columns.numbers.NumberColumnFormatter
- setConfig(Config) - Method in class tech.tablesaw.plotly.components.Figure
- setCustomFormatter(DateTimeFormatter) - Method in class tech.tablesaw.columns.dates.DateParser
- setDate(int, LocalDate) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column at the given index and this Row to the given value.
- setDate(String, LocalDate) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column with the given name at this Row to the given value.
- setDateTime(int, LocalDateTime) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column at the given index and this Row to the given value.
- setDateTime(String, LocalDateTime) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column with the given name at this Row to the given value.
- setDouble(int, double) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column at the given index and this Row to the given value.
- setDouble(String, double) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column with the given name at this Row to the given value.
- setEventHandlers(EventHandler...) - Method in class tech.tablesaw.plotly.components.Figure
- setFalseBytes(byte[]) - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
-
Sets the false values in the data from a byte[] encoding
- setFalseBytes(byte[]) - Method in interface tech.tablesaw.columns.booleans.BooleanData
-
Sets the false values in the data from a byte[] encoding
- setFloat(int, float) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column at the given index and this Row to the given value.
- setFloat(String, float) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column with the given name at this Row to the given value.
- setInstant(int, Instant) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column at the given index and this Row to the given value.
- setInstant(String, Instant) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column with the given name at this Row to the given value.
- setInt(int, int) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column at the given index and this Row to the given value.
- setInt(String, int) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column with the given name at this Row to the given value.
- setKeyToCount(Byte2IntOpenHashMap) - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap.ByteDictionaryBuilder
- setKeyToCount(Int2IntOpenHashMap) - Method in class tech.tablesaw.columns.strings.IntDictionaryMap.IntDictionaryBuilder
- setKeyToCount(Short2IntOpenHashMap) - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap.ShortDictionaryBuilder
- setKeyToValue(Byte2ObjectMap<String>) - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap.ByteDictionaryBuilder
- setKeyToValue(Int2ObjectMap<String>) - Method in class tech.tablesaw.columns.strings.IntDictionaryMap.IntDictionaryBuilder
- setKeyToValue(Short2ObjectMap<String>) - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap.ShortDictionaryBuilder
- setLayout(Layout) - Method in class tech.tablesaw.plotly.components.Figure
- setLocale(Locale) - Method in class tech.tablesaw.columns.dates.DateParser
- setLong(int, long) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column at the given index and this Row to the given value.
- setLong(String, long) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column with the given name at this Row to the given value.
- setMissing(int) - Method in class tech.tablesaw.api.BooleanColumn
-
Sets the value at index i to the missing-value indicator for this column type, and return this column
- setMissing(int) - Method in class tech.tablesaw.api.DateColumn
-
Sets the value at index i to the missing-value indicator for this column type, and return this column
- setMissing(int) - Method in class tech.tablesaw.api.DateTimeColumn
-
Sets the value at index i to the missing-value indicator for this column type, and return this column
- setMissing(int) - Method in class tech.tablesaw.api.DoubleColumn
-
Sets the value at index i to the missing-value indicator for this column type, and return this column
- setMissing(int) - Method in class tech.tablesaw.api.FloatColumn
-
Sets the value at index i to the missing-value indicator for this column type, and return this column
- setMissing(int) - Method in class tech.tablesaw.api.InstantColumn
-
Sets the value at index i to the missing-value indicator for this column type, and return this column
- setMissing(int) - Method in class tech.tablesaw.api.IntColumn
-
Sets the value at index i to the missing-value indicator for this column type, and return this column
- setMissing(int) - Method in class tech.tablesaw.api.LongColumn
-
Sets the value at index i to the missing-value indicator for this column type, and return this column
- setMissing(int) - Method in class tech.tablesaw.api.Row
-
Sets the value of the given column at this Row to the appropriate missing-value indicator for the column type.
- setMissing(int) - Method in class tech.tablesaw.api.ShortColumn
-
Sets the value at index i to the missing-value indicator for this column type, and return this column
- setMissing(int) - Method in class tech.tablesaw.api.StringColumn
-
Sets the value at index i to the missing-value indicator for this column type, and return this column
- setMissing(int) - Method in class tech.tablesaw.api.TimeColumn
-
Sets the value at index i to the missing-value indicator for this column type, and return this column
- setMissing(int) - Method in interface tech.tablesaw.columns.Column
-
Sets the value at index i to the missing-value indicator for this column type, and return this column
- setMissing(int) - Method in interface tech.tablesaw.columns.strings.StringData
- setMissing(int) - Method in class tech.tablesaw.columns.strings.TextualStringData
- setMissing(String) - Method in class tech.tablesaw.api.Row
-
Sets the value of the given column at this Row to the appropriate missing-value indicator for the column type.
- setMissingBytes(byte[]) - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
-
Sets the missing values in the data from a byte[] encoding
- setMissingBytes(byte[]) - Method in interface tech.tablesaw.columns.booleans.BooleanData
-
Sets the missing values in the data from a byte[] encoding
- setMissingTo(T) - Method in interface tech.tablesaw.columns.Column
-
Sets the value of any missing data in the column to newValue and returns the same column
- setMissingValueStrings(List<String>) - Method in class tech.tablesaw.columns.AbstractColumnParser
- setName(String) - Method in class tech.tablesaw.api.Table
-
Sets the name of the table
- setName(String) - Method in class tech.tablesaw.columns.AbstractColumn
-
Sets the columns name to the given string
- setName(String) - Method in interface tech.tablesaw.columns.Column
-
Sets the columns name to the given string
- setName(String) - Method in class tech.tablesaw.table.Relation
-
Sets the name of this Relation and returns the same relation.
- setName(String) - Method in class tech.tablesaw.table.TableSlice
-
Sets the name of this Relation and returns the same relation.
- setNextIndex(int) - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap.ByteDictionaryBuilder
- setNextIndex(int) - Method in class tech.tablesaw.columns.strings.IntDictionaryMap.IntDictionaryBuilder
- setNextIndex(int) - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap.ShortDictionaryBuilder
- setPackedDate(int, int) - Method in class tech.tablesaw.api.Row
- setPackedDate(String, int) - Method in class tech.tablesaw.api.Row
- setPackedDateTime(int, long) - Method in class tech.tablesaw.api.Row
- setPackedDateTime(String, long) - Method in class tech.tablesaw.api.Row
- setPackedInstant(int, long) - Method in class tech.tablesaw.api.Row
- setPackedInstant(String, long) - Method in class tech.tablesaw.api.Row
- setPackedTime(int, int) - Method in class tech.tablesaw.api.Row
- setPackedTime(String, int) - Method in class tech.tablesaw.api.Row
- setParser(AbstractColumnParser<T>) - Method in class tech.tablesaw.columns.AbstractColumn
-
Sets the parser used by
Column.appendCell(String)
- setParser(AbstractColumnParser<T>) - Method in interface tech.tablesaw.columns.Column
-
Sets the parser used by
Column.appendCell(String)
- setPrintFormatter(NumberFormat, String) - Method in class tech.tablesaw.api.NumberColumn
-
Sets the print formatter to a new
ColumnFormatter
constructed from the given number format and missing value indicator TODO: make these return the column? - setPrintFormatter(NumberFormat, String) - Method in interface tech.tablesaw.api.NumericColumn
-
Sets the print formatter to a new
ColumnFormatter
constructed from the given number format and missing value indicator TODO: make these return the column? - setPrintFormatter(DateTimeFormatter) - Method in class tech.tablesaw.api.DateColumn
-
Creates and sets a printFormatter based-on the given DateTimeFormatter.
- setPrintFormatter(DateTimeFormatter) - Method in class tech.tablesaw.api.DateTimeColumn
- setPrintFormatter(DateTimeFormatter) - Method in class tech.tablesaw.api.TimeColumn
- setPrintFormatter(DateTimeFormatter, String) - Method in class tech.tablesaw.api.DateColumn
-
Creates and sets a printFormatter based-on the given DateTimeFormatter.
- setPrintFormatter(DateTimeFormatter, String) - Method in class tech.tablesaw.api.DateTimeColumn
- setPrintFormatter(DateTimeFormatter, String) - Method in class tech.tablesaw.api.TimeColumn
- setPrintFormatter(BooleanFormatter) - Method in class tech.tablesaw.api.BooleanColumn
-
Sets the print formatter for this column
- setPrintFormatter(DateColumnFormatter) - Method in class tech.tablesaw.api.DateColumn
-
Sets the print formatter to the argument
- setPrintFormatter(DateTimeColumnFormatter) - Method in class tech.tablesaw.api.DateTimeColumn
- setPrintFormatter(InstantColumnFormatter) - Method in class tech.tablesaw.api.InstantColumn
-
Sets the print formatter to the argument.
- setPrintFormatter(NumberColumnFormatter) - Method in class tech.tablesaw.api.NumberColumn
-
Sets the print formatter to the argument
- setPrintFormatter(NumberColumnFormatter) - Method in interface tech.tablesaw.api.NumericColumn
-
Sets the print formatter to the argument
- setPrintFormatter(StringColumnFormatter) - Method in class tech.tablesaw.api.StringColumn
-
Sets an
StringColumnFormatter
which will be used to format the display of data from this column when it is printed (using, for example, Table:print()) and optionally when written to a text file like a CSV. - setShort(int, short) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column at the given index and this Row to the given value.
- setShort(String, short) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column with the given name at this Row to the given value.
- setSourceTable(Table) - Method in class tech.tablesaw.table.TableSliceGroup
-
Sets the source table that backs this TableSliceGroup
- setString(int, String) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column at the given index and this Row to the given value.
- setString(String, String) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column with the given name at this Row to the given value.
- setTemplateLocations(String...) - Static method in class tech.tablesaw.plotly.components.TemplateUtils
- setTime(int, LocalTime) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column at the given index and this Row to the given value.
- setTime(String, LocalTime) - Method in class tech.tablesaw.api.Row
-
Sets the value of the column with the given name at this Row to the given value.
- setTraces(Trace...) - Method in class tech.tablesaw.plotly.components.Figure
- setTrueBytes(byte[]) - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
-
Sets the true values in the data from a byte[] encoding
- setTrueBytes(byte[]) - Method in interface tech.tablesaw.columns.booleans.BooleanData
-
Sets the true values in the data from a byte[] encoding
- setUncompressedByteSize(int) - Method in class tech.tablesaw.io.saw.ColumnMetadata
- setValues(byte[]) - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap.ByteDictionaryBuilder
- setValues(int[]) - Method in class tech.tablesaw.columns.strings.IntDictionaryMap.IntDictionaryBuilder
- setValues(short[]) - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap.ShortDictionaryBuilder
- setValueToKey(Object2ByteOpenHashMap<String>) - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap.ByteDictionaryBuilder
- setValueToKey(Object2IntOpenHashMap<String>) - Method in class tech.tablesaw.columns.strings.IntDictionaryMap.IntDictionaryBuilder
- setValueToKey(Object2ShortOpenHashMap<String>) - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap.ShortDictionaryBuilder
- shape() - Method in class tech.tablesaw.io.saw.SawMetadata
- shape() - Method in class tech.tablesaw.io.saw.SawReader
- shape() - Method in class tech.tablesaw.io.saw.TableMetadata
-
Returns a string describing the number of rows and columns in the table.
- shape() - Method in class tech.tablesaw.table.Relation
-
Returns a string that tells how many rows and columns this relation has
- shape(Line.Shape) - Method in class tech.tablesaw.plotly.components.Line.LineBuilder
- sheetIndex - Variable in class tech.tablesaw.io.xlsx.XlsxReadOptions.Builder
- sheetIndex - Variable in class tech.tablesaw.io.xlsx.XlsxReadOptions
-
The sheet to read.
- sheetIndex() - Method in class tech.tablesaw.io.xlsx.XlsxReadOptions
- sheetIndex(int) - Method in class tech.tablesaw.io.xlsx.XlsxReadOptions.Builder
- SHORT - Static variable in interface tech.tablesaw.api.ColumnType
- shortColumn(int) - Method in class tech.tablesaw.table.Relation
-
Returns the ShortColumn at the given 0-based index if present.
- shortColumn(String) - Method in class tech.tablesaw.table.Relation
-
Returns a ShortColumn with the given name if it is present in this Relation.
- ShortColumn - Class in tech.tablesaw.api
-
A column that contains short values
- ShortColumn(String, ShortArrayList) - Constructor for class tech.tablesaw.api.ShortColumn
- ShortColumnType - Class in tech.tablesaw.columns.numbers
- ShortDictionaryBuilder() - Constructor for class tech.tablesaw.columns.strings.ShortDictionaryMap.ShortDictionaryBuilder
- ShortDictionaryMap - Class in tech.tablesaw.columns.strings
-
A map that supports reversible key value pairs of short-String
- ShortDictionaryMap.ShortDictionaryBuilder - Class in tech.tablesaw.columns.strings
- ShortIndex - Class in tech.tablesaw.index
-
An index for
ShortColumn
- ShortIndex(ShortColumn) - Constructor for class tech.tablesaw.index.ShortIndex
-
Constructs an index for the given column
- ShortParser - Class in tech.tablesaw.columns.numbers
- ShortParser(ShortColumnType) - Constructor for class tech.tablesaw.columns.numbers.ShortParser
- ShortParser(ShortColumnType, ReadOptions) - Constructor for class tech.tablesaw.columns.numbers.ShortParser
- show(String, File) - Static method in class tech.tablesaw.plotly.Plot
-
Opens the default browser on the given HTML page.
- show(Figure) - Static method in class tech.tablesaw.plotly.Plot
- show(Figure, File) - Static method in class tech.tablesaw.plotly.Plot
- show(Figure, String) - Static method in class tech.tablesaw.plotly.Plot
- show(Figure, String, File) - Static method in class tech.tablesaw.plotly.Plot
- showarrow(boolean) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
- showExponent(TickSettings.DisplayRules) - Method in class tech.tablesaw.plotly.components.TickSettings.TickSettingsBuilder
- showGrid(boolean) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
- showHorizontal(String, Table, String, String) - Static method in class tech.tablesaw.plotly.api.ParetoPlot
- showLegend - Variable in class tech.tablesaw.plotly.traces.TraceBuilder
-
Determines whether or not an item corresponding to this trace is shown in the legend.
- showLegend() - Method in class tech.tablesaw.plotly.traces.AbstractTrace
- showLegend() - Method in interface tech.tablesaw.plotly.traces.Trace
- showLegend(boolean) - Method in class tech.tablesaw.plotly.components.Layout.LayoutBuilder
- showLegend(boolean) - Method in class tech.tablesaw.plotly.traces.BarTrace.BarBuilder
- showLegend(boolean) - Method in class tech.tablesaw.plotly.traces.HistogramTrace.HistogramBuilder
- showLegend(boolean) - Method in class tech.tablesaw.plotly.traces.PieTrace.PieBuilder
- showLegend(boolean) - Method in class tech.tablesaw.plotly.traces.Scatter3DTrace.Scatter3DBuilder
- showLegend(boolean) - Method in class tech.tablesaw.plotly.traces.ScatterTrace.ScatterBuilder
- showLegend(boolean) - Method in class tech.tablesaw.plotly.traces.TraceBuilder
- showLine(boolean) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
- showPrefix(TickSettings.DisplayRules) - Method in class tech.tablesaw.plotly.components.TickSettings.TickSettingsBuilder
-
If "all", all tick labels are displayed with a prefix.
- showScale(boolean) - Method in class tech.tablesaw.plotly.components.Marker.MarkerBuilder
-
Has an effect only if `marker.color` is set to a numerical array.
- showSuffix(TickSettings.DisplayRules) - Method in class tech.tablesaw.plotly.components.TickSettings.TickSettingsBuilder
- showTickLabels(boolean) - Method in class tech.tablesaw.plotly.components.TickSettings.TickSettingsBuilder
-
Determines whether or not the tick labels are drawn.
- showZeroLine(boolean) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
- SI - Enum constant in enum class tech.tablesaw.plotly.components.TickSettings.ExponentFormat
- side(Axis.Side) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
- simplify(boolean) - Method in class tech.tablesaw.plotly.components.Line.LineBuilder
-
Simplifies lines by removing nearly-collinear points.
- size() - Method in class tech.tablesaw.api.BooleanColumn
-
Returns the number of elements in this column, including missing values
- size() - Method in class tech.tablesaw.api.DateColumn
-
Returns the number of elements in this column, including missing values
- size() - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns the number of elements in this column, including missing values
- size() - Method in class tech.tablesaw.api.DoubleColumn
-
Returns the number of elements in this column, including missing values
- size() - Method in class tech.tablesaw.api.FloatColumn
-
Returns the number of elements in this column, including missing values
- size() - Method in class tech.tablesaw.api.InstantColumn
-
Returns the number of elements in this column, including missing values
- size() - Method in class tech.tablesaw.api.IntColumn
-
Returns the number of elements in this column, including missing values
- size() - Method in class tech.tablesaw.api.LongColumn
-
Returns the number of elements in this column, including missing values
- size() - Method in class tech.tablesaw.api.ShortColumn
-
Returns the number of elements in this column, including missing values
- size() - Method in class tech.tablesaw.api.StringColumn
-
Returns the number of elements (a.k.a.
- size() - Method in class tech.tablesaw.api.TimeColumn
-
Returns the number of elements in this column, including missing values
- size() - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
-
Returns the number of values in the data, including missing values
- size() - Method in interface tech.tablesaw.columns.booleans.BooleanData
-
Returns the number of values in the data, including missing values
- size() - Method in interface tech.tablesaw.columns.Column
-
Returns the number of elements in this column, including missing values
- size() - Method in interface tech.tablesaw.columns.numbers.NumberFilters
- size() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
- size() - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
-
Returns the number of elements (a.k.a.
- size() - Method in interface tech.tablesaw.columns.strings.DictionaryMap
- size() - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
-
Returns the number of elements (a.k.a.
- size() - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
- size() - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
-
Returns the number of elements (a.k.a.
- size() - Method in interface tech.tablesaw.columns.strings.StringFilters
- size() - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
- size() - Method in interface tech.tablesaw.columns.strings.StringReduceUtils
- size() - Method in class tech.tablesaw.columns.strings.TextualStringData
-
Returns the number of elements (a.k.a.
- size() - Method in interface tech.tablesaw.columns.temporal.TemporalFilters
- size() - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
Returns the number of integers represented by this Selection
- size() - Method in class tech.tablesaw.selection.BitSetBackedSelection
-
Returns the number of integers represented by this Selection
- size() - Method in interface tech.tablesaw.selection.Selection
-
Returns the number of integers represented by this Selection
- size() - Method in class tech.tablesaw.sorting.comparators.IntComparatorChain
-
Returns the number of comparators in the chain
- size() - Method in class tech.tablesaw.sorting.Sort
-
Returns the number of columns used in this sort
- size() - Method in class tech.tablesaw.table.TableSliceGroup
-
Returns the number of slices
- size(double...) - Method in class tech.tablesaw.plotly.components.Marker.MarkerBuilder
- size(int) - Method in class tech.tablesaw.plotly.components.Font.FontBuilder
- size(NumericColumn<?>) - Method in class tech.tablesaw.plotly.components.Marker.MarkerBuilder
- sizeMode(Marker.SizeMode) - Method in class tech.tablesaw.plotly.components.Marker.MarkerBuilder
-
Sets the size mode for the marker
- skewness - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
A function that takes a
NumericColumn
argument and returns the skewness of its values - skewness() - Method in interface tech.tablesaw.api.NumericColumn
-
Returns the skewness of the data in this column
- skewness() - Method in class tech.tablesaw.columns.numbers.NumberRollingColumn
- SKIP - Static variable in interface tech.tablesaw.api.ColumnType
- skipBitsAsWhitespace() - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions
- skipBitsAsWhitespace(boolean) - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions.Builder
- SkipColumnType - Class in tech.tablesaw.columns
-
A special
ColumnType
that can be used in a ColumnType[] for table imports to instruct the system to skip (i.e. - skipEmptyLines() - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions
- skipEmptyLines(boolean) - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions.Builder
- skipIgnoreSettings(FixedWidthWriterSettings, FixedWidthWriteOptions) - Method in class tech.tablesaw.io.fixed.FixedWidthWriter
- skipInvalidRows - Variable in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
- skipInvalidRows() - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions
- skipInvalidRows(boolean) - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
- skipRowsWithInvalidColumnCount - Variable in class tech.tablesaw.io.ReadOptions.Builder
- skipRowsWithInvalidColumnCount - Variable in class tech.tablesaw.io.ReadOptions
- skipRowsWithInvalidColumnCount() - Method in class tech.tablesaw.io.ReadOptions
- skipRowsWithInvalidColumnCount(boolean) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
- skipRowsWithInvalidColumnCount(boolean) - Method in class tech.tablesaw.io.ReadOptions.Builder
-
Skip the rows with invalid column count in data values.
- skipTrailingCharsUntilNewline - Variable in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
- skipTrailingCharsUntilNewline() - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions
- skipTrailingCharsUntilNewline(boolean) - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
- smile() - Method in class tech.tablesaw.table.Relation
-
Returns an
SmileConverter
that can convert this table to a format suitable for use with the Smile machine learning library. - SmileConverter - Class in tech.tablesaw.conversion.smile
-
A tool that con be used to convert a Relation to a format suitable for use with the Smile machine learning library.
- SmileConverter(Relation) - Constructor for class tech.tablesaw.conversion.smile.SmileConverter
- smoothing(double) - Method in class tech.tablesaw.plotly.components.Line.LineBuilder
-
Sets the smoothing parameter
- snap(Axis.Spikes.SpikeSnap) - Method in class tech.tablesaw.plotly.components.Axis.Spikes.SpikesBuilder
-
Determines whether spikelines are stuck to the cursor or to the closest datapoints.
- SNAPPY - Enum constant in enum class tech.tablesaw.io.saw.CompressionType
- SOLID - Enum constant in enum class tech.tablesaw.plotly.components.Line.Dash
- Sort - Class in tech.tablesaw.sorting
-
Provides fine-grained control over sorting.
- Sort(String, Sort.Order) - Constructor for class tech.tablesaw.sorting.Sort
-
Constructs a Sort specifying the order (ascending or descending) to apply to the column with the given name
- Sort.Order - Enum Class in tech.tablesaw.sorting
- sortAscending() - Method in class tech.tablesaw.api.BooleanColumn
-
Sorts my values in ascending order
- sortAscending() - Method in class tech.tablesaw.api.DateColumn
-
Sorts my values in ascending order
- sortAscending() - Method in class tech.tablesaw.api.DateTimeColumn
-
Sorts my values in ascending order
- sortAscending() - Method in class tech.tablesaw.api.DoubleColumn
-
Sorts my values in ascending order
- sortAscending() - Method in class tech.tablesaw.api.FloatColumn
-
Sorts my values in ascending order
- sortAscending() - Method in class tech.tablesaw.api.InstantColumn
-
Sorts my values in ascending order
- sortAscending() - Method in class tech.tablesaw.api.IntColumn
-
Sorts my values in ascending order
- sortAscending() - Method in class tech.tablesaw.api.LongColumn
-
Sorts my values in ascending order
- sortAscending() - Method in class tech.tablesaw.api.ShortColumn
-
Sorts my values in ascending order
- sortAscending() - Method in class tech.tablesaw.api.StringColumn
-
Sorts my values in ascending order
- sortAscending() - Method in class tech.tablesaw.api.TimeColumn
-
Sorts my values in ascending order
- sortAscending() - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
-
Sorts the data in-place in ascending order, with missing values first
- sortAscending() - Method in interface tech.tablesaw.columns.booleans.BooleanData
-
Sorts the data in-place in ascending order, with missing values first
- sortAscending() - Method in interface tech.tablesaw.columns.Column
-
Sorts my values in ascending order
- sortAscending() - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
- sortAscending() - Method in interface tech.tablesaw.columns.strings.DictionaryMap
- sortAscending() - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
- sortAscending() - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
- sortAscending() - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
- sortAscending() - Method in interface tech.tablesaw.columns.strings.StringData
- sortAscending() - Method in class tech.tablesaw.columns.strings.TextualStringData
- sortAscendingOn(String...) - Method in class tech.tablesaw.api.Table
-
Returns a copy of this table sorted in the order of the given column names, in ascending order
- sortDescending() - Method in class tech.tablesaw.api.BooleanColumn
-
Sorts my values in descending order
- sortDescending() - Method in class tech.tablesaw.api.DateColumn
-
Sorts my values in descending order
- sortDescending() - Method in class tech.tablesaw.api.DateTimeColumn
-
Sorts my values in descending order
- sortDescending() - Method in class tech.tablesaw.api.DoubleColumn
-
Sorts my values in descending order
- sortDescending() - Method in class tech.tablesaw.api.FloatColumn
-
Sorts my values in descending order
- sortDescending() - Method in class tech.tablesaw.api.InstantColumn
-
Sorts my values in descending order
- sortDescending() - Method in class tech.tablesaw.api.IntColumn
-
Sorts my values in descending order
- sortDescending() - Method in class tech.tablesaw.api.LongColumn
-
Sorts my values in descending order
- sortDescending() - Method in class tech.tablesaw.api.ShortColumn
-
Sorts my values in descending order
- sortDescending() - Method in class tech.tablesaw.api.StringColumn
-
Sorts my values in descending order
- sortDescending() - Method in class tech.tablesaw.api.TimeColumn
-
Sorts my values in descending order
- sortDescending() - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
-
Sorts the data in-place in descending order, with missing values last
- sortDescending() - Method in interface tech.tablesaw.columns.booleans.BooleanData
-
Sorts the data in-place in descending order, with missing values last
- sortDescending() - Method in interface tech.tablesaw.columns.Column
-
Sorts my values in descending order
- sortDescending() - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
- sortDescending() - Method in interface tech.tablesaw.columns.strings.DictionaryMap
- sortDescending() - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
- sortDescending() - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
- sortDescending() - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
- sortDescending() - Method in interface tech.tablesaw.columns.strings.StringData
- sortDescending() - Method in class tech.tablesaw.columns.strings.TextualStringData
- sortDescendingOn(String...) - Method in class tech.tablesaw.api.Table
-
Returns a copy of this table sorted on the given column names, applied in order, descending TODO: Provide equivalent methods naming columns by index
- sorted(Comparator<? super T>) - Method in class tech.tablesaw.columns.AbstractColumn
-
Returns a new Column of the same type sorted according to the provided Comparator
- sorted(Comparator<? super T>) - Method in interface tech.tablesaw.columns.Column
-
Returns a new Column of the same type sorted according to the provided Comparator
- sortOn(int...) - Method in class tech.tablesaw.api.Table
-
Sorts this table into a new table on the columns indexed
- sortOn(String...) - Method in class tech.tablesaw.api.Table
-
Returns a copy of this table sorted on the given column names, applied in order,
- sortOn(Comparator<Row>) - Method in class tech.tablesaw.api.Table
-
Returns a copy of this table sorted using the given comparator
- sortOn(Sort) - Method in class tech.tablesaw.api.Table
-
Returns a copy of this table sorted using the given sort key.
- sortOn(Sort) - Method in class tech.tablesaw.table.TableSlice
-
Sort this view in place without modifying or copying the underlying source table.
- SortUtils - Class in tech.tablesaw.sorting
-
Static utility class that provides Comparators for sorting
- source - Variable in class tech.tablesaw.io.ReadOptions.Builder
- source - Variable in class tech.tablesaw.io.ReadOptions
- source() - Method in class tech.tablesaw.io.ReadOptions
- Source - Class in tech.tablesaw.io
- Source(File) - Constructor for class tech.tablesaw.io.Source
- Source(File, Charset) - Constructor for class tech.tablesaw.io.Source
- Source(InputStream) - Constructor for class tech.tablesaw.io.Source
- Source(InputStreamReader) - Constructor for class tech.tablesaw.io.Source
- Source(InputStream, Charset) - Constructor for class tech.tablesaw.io.Source
- Source(Reader) - Constructor for class tech.tablesaw.io.Source
- sourceRowNumberIterator() - Method in class tech.tablesaw.table.TableSlice
-
IntIterator of source table row numbers that are present in this view.
- spearmans(NumericColumn<?>) - Method in interface tech.tablesaw.api.NumericColumn
-
Returns the Spearman's Rank correlation between the receiver and the otherColumn
- spikes(Axis.Spikes) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
- SPLINE - Enum constant in enum class tech.tablesaw.plotly.components.Line.Shape
- SPLIT_STRING - Static variable in class tech.tablesaw.table.TableSliceGroup
-
A string that is used internally as a delimiter in creating a column name from all the grouping columns
- splitByCharacterTypeCamelCase(String) - Static method in class tech.tablesaw.util.StringUtils
-
Splits a String by Character type as returned by
java.lang.Character.getType(char)
. - splitOn(String...) - Method in class tech.tablesaw.api.Table
-
Returns a non-overlapping and exhaustive collection of "slices" over this table.
- splitOn(CategoricalColumn<?>...) - Method in class tech.tablesaw.api.Table
-
Returns a non-overlapping and exhaustive collection of "slices" over this table.
- SqlResultSetReader - Class in tech.tablesaw.io.jdbc
-
Creates a Relation from the result of a SQL query, by passing the jdbc resultset to the constructor
- SqlResultSetReader() - Constructor for class tech.tablesaw.io.jdbc.SqlResultSetReader
- sqrt() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
- square() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
Returns a NumberColumn with the square of each value in this column
- SQUARE - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- SQUARE_CROSS - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- SQUARE_X - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- STACK - Enum constant in enum class tech.tablesaw.plotly.components.Layout.BarMode
- standard() - Static method in class tech.tablesaw.columns.numbers.NumberColumnFormatter
-
Formats numbers using java default, so sometimes in scientific notation, sometimes not
- standardDeviation() - Method in interface tech.tablesaw.api.NumericColumn
-
Returns the standard deviation of the data in this column
- standardDeviation() - Method in class tech.tablesaw.columns.numbers.Stats
-
Returns the standard deviation of values in the data
- StandardTableSliceGroup - Class in tech.tablesaw.table
-
A group of tables formed by performing splitting operations on an original table
- standoff(double) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
- STAR - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- STAR_DIAMOND - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- STAR_SQUARE - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- STAR_TRIANGLE_DOWN - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- STAR_TRIANGLE_UP - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- startarrowhead(int) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
- startarrowsize(double) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
- startstandoff(double) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
- startsWith - Static variable in class tech.tablesaw.columns.strings.StringPredicates
- startsWith(String) - Method in interface tech.tablesaw.columns.strings.StringFilters
- startsWith(String) - Method in class tech.tablesaw.filtering.DeferredStringColumn
- startsWith(String) - Method in interface tech.tablesaw.filtering.StringFilterSpec
- startsWith(Column<String>) - Method in interface tech.tablesaw.columns.strings.StringFilters
- startsWith(Column<String>) - Method in class tech.tablesaw.filtering.DeferredStringColumn
- startsWith(Column<String>) - Method in interface tech.tablesaw.filtering.StringFilterSpec
- stats() - Method in interface tech.tablesaw.api.NumericColumn
-
Returns a
Stats
object that collects common statistical measures of the data in this column - Stats - Class in tech.tablesaw.columns.numbers
-
An object that calculates in one pass a variety of common statistical values that describe a column
- stdDev - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
A function that takes a
NumericColumn
argument and returns the standard deviation of its values - stdDev() - Method in class tech.tablesaw.columns.numbers.NumberRollingColumn
- steppingIterator(int) - Method in class tech.tablesaw.api.Table
-
Streams over stepped sets of rows.
- steppingStream(int) - Method in class tech.tablesaw.api.Table
-
Streams over stepped sets of rows.
- str(String) - Static method in class tech.tablesaw.api.QuerySupport
- stratifiedSampleSplit(CategoricalColumn<?>, double) - Method in class tech.tablesaw.api.Table
-
Splits the table into two stratified samples, this uses the specified column to divide the table into groups, randomly assigning records to each according to the proportion given in trainingProportion.
- stream - Variable in class tech.tablesaw.io.Destination
- stream() - Method in class tech.tablesaw.api.Table
-
Returns the rows in this table as a Stream
- stream() - Method in class tech.tablesaw.io.Destination
- string(String, String) - Method in class tech.tablesaw.io.DataFrameReader
-
Reads the given string contents into a table using default options Uses converter specified based on given file extension Use
usingOptions
to use non-default options - STRING - Static variable in interface tech.tablesaw.api.ColumnType
- StringAggregateFunction - Class in tech.tablesaw.aggregate
-
A partial implementation of aggregate functions to summarize over a StringColumn and return a String
- StringAggregateFunction(String) - Constructor for class tech.tablesaw.aggregate.StringAggregateFunction
-
Constructs an
StringFunction
with the given name. - stringColumn(int) - Method in class tech.tablesaw.table.Relation
-
Returns the StringColumn at the given 0-based index if present.
- stringColumn(String) - Static method in class tech.tablesaw.api.QuerySupport
- stringColumn(String) - Method in class tech.tablesaw.table.Relation
-
Returns a StringColumn with the given name if it is present in this Relation.
- StringColumn - Class in tech.tablesaw.api
-
A column that contains String values.
- StringColumnFormatter - Class in tech.tablesaw.columns.strings
- StringColumnFormatter() - Constructor for class tech.tablesaw.columns.strings.StringColumnFormatter
- StringColumnFormatter(Function<String, String>) - Constructor for class tech.tablesaw.columns.strings.StringColumnFormatter
- StringColumnFormatter(Function<String, String>, String) - Constructor for class tech.tablesaw.columns.strings.StringColumnFormatter
- stringColumns() - Method in class tech.tablesaw.table.Relation
-
Returns all the StringColumns in this Relation as an Array
- StringColumnType - Class in tech.tablesaw.columns.strings
- stringContains - Static variable in class tech.tablesaw.columns.strings.StringPredicates
- StringData - Interface in tech.tablesaw.columns.strings
- StringFilters - Interface in tech.tablesaw.columns.strings
- StringFilterSpec<T> - Interface in tech.tablesaw.filtering
- StringIndex - Class in tech.tablesaw.index
-
TODO: Implement range query methods? See (e.g) ShortIndex for examples An index for String and Text columns
- StringIndex(StringColumn) - Constructor for class tech.tablesaw.index.StringIndex
-
Creates an index on the given AbstractStringColumn
- StringMapFunctions - Interface in tech.tablesaw.columns.strings
-
String utility functions.
- StringParser - Class in tech.tablesaw.columns.strings
- StringParser(ColumnType) - Constructor for class tech.tablesaw.columns.strings.StringParser
- StringParser(ColumnType, ReadOptions) - Constructor for class tech.tablesaw.columns.strings.StringParser
- StringPredicates - Class in tech.tablesaw.columns.strings
- StringReduceUtils - Interface in tech.tablesaw.columns.strings
- StringUtils - Class in tech.tablesaw.util
-
Operations on
String
that arenull
safe. - structure() - Method in class tech.tablesaw.io.saw.SawMetadata
- structure() - Method in class tech.tablesaw.io.saw.SawReader
- structure() - Method in class tech.tablesaw.io.saw.TableMetadata
-
Returns a table that describes the columns in this table
- structure() - Method in class tech.tablesaw.table.Relation
-
Returns the structure of the this relation as a 3-column Table, consisting of Index (an IntColumn), Column Name (a StringColumn), and Column Type (a StringColumn)
- subPlots(String[]) - Method in class tech.tablesaw.plotly.event.HoverBroadcastBody.HoverBroadcastBuilder
- subset(int[]) - Method in class tech.tablesaw.api.DateColumn
-
Return a column of the same type containing just those elements whose indexes are included in the given array
- subset(int[]) - Method in class tech.tablesaw.api.DateTimeColumn
-
Return a column of the same type containing just those elements whose indexes are included in the given array
- subset(int[]) - Method in class tech.tablesaw.api.DoubleColumn
-
Return a column of the same type containing just those elements whose indexes are included in the given array
- subset(int[]) - Method in class tech.tablesaw.api.FloatColumn
-
Return a column of the same type containing just those elements whose indexes are included in the given array
- subset(int[]) - Method in class tech.tablesaw.api.InstantColumn
-
Return a column of the same type containing just those elements whose indexes are included in the given array
- subset(int[]) - Method in class tech.tablesaw.api.IntColumn
-
Return a column of the same type containing just those elements whose indexes are included in the given array
- subset(int[]) - Method in class tech.tablesaw.api.LongColumn
-
Return a column of the same type containing just those elements whose indexes are included in the given array
- subset(int[]) - Method in class tech.tablesaw.api.ShortColumn
-
Return a column of the same type containing just those elements whose indexes are included in the given array
- subset(int[]) - Method in class tech.tablesaw.api.TimeColumn
-
Return a column of the same type containing just those elements whose indexes are included in the given array
- subset(int[]) - Method in class tech.tablesaw.columns.AbstractColumn
-
Return a column of the same type containing just those elements whose indexes are included in the given array
- subset(int[]) - Method in interface tech.tablesaw.columns.Column
-
Return a column of the same type containing just those elements whose indexes are included in the given array
- subset(int[]) - Method in interface tech.tablesaw.columns.strings.StringData
-
Return a StringData of the same type containing just those elements whose indexes are included in the given array
- substring(int) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
Returns a column containing the substrings from start to the end of the input
- substring(int, int) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
- subtract(double, double) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
Returns the result of subtracting val2 from val1, after handling missing values
- subtract(Number) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
- subtract(NumericColumn<?>) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
- suffix(String) - Method in class tech.tablesaw.plotly.components.TickSettings.TickSettingsBuilder
- sum - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
A function that takes a
NumericColumn
argument and returns the sum of the values in the column - sum() - Method in interface tech.tablesaw.api.NumericColumn
-
Returns the sum of the values in this column
- sum() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
- sum() - Method in class tech.tablesaw.columns.numbers.NumberRollingColumn
- sum() - Method in class tech.tablesaw.columns.numbers.Stats
-
Returns the sum of the values
- sum(String) - Method in interface tech.tablesaw.analytic.AnalyticQuerySteps.AnalyticFunctions
- SUM - Enum constant in enum class tech.tablesaw.plotly.traces.HistogramTrace.HistFunc
- sumDifference(NumericColumn<?>, NumericColumn<?>) - Static method in class tech.tablesaw.aggregate.AggregateFunctions
-
Returns the given sum difference of the values in the arguments
TODO(lwhite): These are two column reductions. - summarize(INCOL) - Method in class tech.tablesaw.aggregate.AggregateFunction
-
Apply this function to the column argument
- summarize(String, String, String, String, AggregateFunction<?, ?>...) - Method in class tech.tablesaw.api.Table
-
Returns a
Summarizer
that can be used to summarize the column with the given name(s) using the given functions. - summarize(String, String, String, AggregateFunction<?, ?>...) - Method in class tech.tablesaw.api.Table
-
Returns a
Summarizer
that can be used to summarize the column with the given name(s) using the given functions. - summarize(String, String, AggregateFunction<?, ?>...) - Method in class tech.tablesaw.api.Table
-
Returns a
Summarizer
that can be used to summarize the column with the given name(s) using the given functions. - summarize(String, AggregateFunction<?, ?>...) - Method in class tech.tablesaw.api.Table
-
Returns a
Summarizer
that can be used to summarize the column with the given name(s) using the given functions. - summarize(List<String>, AggregateFunction<?, ?>...) - Method in class tech.tablesaw.api.Table
-
Returns a
Summarizer
that can be used to summarize the column with the given name(s) using the given functions. - summarize(BooleanColumn) - Method in class tech.tablesaw.aggregate.BooleanAggregateFunction
-
Returns a Boolean value as a result of applying this function to the given column
- summarize(BooleanColumn) - Method in class tech.tablesaw.aggregate.BooleanDoubleAggregateFunction
-
Returns a double that is the result of applying this function to the given column
- summarize(BooleanColumn) - Method in class tech.tablesaw.aggregate.BooleanIntAggregateFunction
-
Returns an Integer as a result of applying this function to the given column
- summarize(DateColumn) - Method in class tech.tablesaw.aggregate.DateAggregateFunction
-
Returns an instance of LocalDate that is the result of applying this function to the given column
- summarize(DateTimeColumn) - Method in class tech.tablesaw.aggregate.DateTimeAggregateFunction
-
Returns an LocalDateTime that is the result of applying this function to the given column
- summarize(InstantColumn) - Method in class tech.tablesaw.aggregate.InstantAggregateFunction
-
Returns an Instant that is the result of applying this function to the given column
- summarize(StringColumn) - Method in class tech.tablesaw.aggregate.StringAggregateFunction
- summarize(TimeColumn) - Method in class tech.tablesaw.aggregate.TimeAggregateFunction
-
Returns a LocalTime object that is the result of applying this function to the given Column
- summarize(Column<?>) - Method in class tech.tablesaw.aggregate.AnyIntAggregateFunction
-
Returns an Integer when this function is applied to the given column
- summarize(Column<?>, AggregateFunction<?, ?>...) - Method in class tech.tablesaw.api.Table
-
Returns a
Summarizer
that can be used to summarize the column with the given name(s) using the given functions. - summarize(Column<?>, Column<?>, AggregateFunction<?, ?>...) - Method in class tech.tablesaw.api.Table
-
Returns a
Summarizer
that can be used to summarize the column with the given name(s) using the given functions. - summarize(Column<?>, Column<?>, Column<?>, AggregateFunction<?, ?>...) - Method in class tech.tablesaw.api.Table
-
Returns a
Summarizer
that can be used to summarize the column with the given name(s) using the given functions. - summarize(Column<?>, Column<?>, Column<?>, Column<?>, AggregateFunction<?, ?>...) - Method in class tech.tablesaw.api.Table
-
Returns a
Summarizer
that can be used to summarize the column with the given name(s) using the given functions. - summarize(Selection, NumericAggregateFunction) - Method in interface tech.tablesaw.api.NumericColumn
-
Summarizes the data in this column for all rows where the current value matches the selection criteria
- Summarizer - Class in tech.tablesaw.aggregate
-
Summarizes the data in a table, by applying functions to a subset of its columns.
- Summarizer(Table, List<String>, AggregateFunction<?, ?>...) - Constructor for class tech.tablesaw.aggregate.Summarizer
-
Returns an object capable of summarizing the given column in the given sourceTable, by applying the given functions
- Summarizer(Table, Column<?>, AggregateFunction<?, ?>...) - Constructor for class tech.tablesaw.aggregate.Summarizer
-
Returns an object capable of summarizing the given column in the given sourceTable, by applying the given functions
- Summarizer(Table, Column<?>, Column<?>, AggregateFunction<?, ?>...) - Constructor for class tech.tablesaw.aggregate.Summarizer
-
Returns an object capable of summarizing the given columns in the given sourceTable, by applying the given functions
- Summarizer(Table, Column<?>, Column<?>, Column<?>, AggregateFunction<?, ?>...) - Constructor for class tech.tablesaw.aggregate.Summarizer
-
Returns an object capable of summarizing the given column2 in the given sourceTable, by applying the given functions
- Summarizer(Table, Column<?>, Column<?>, Column<?>, Column<?>, AggregateFunction<?, ?>...) - Constructor for class tech.tablesaw.aggregate.Summarizer
-
Returns an object capable of summarizing the given columns in the given sourceTable, by applying the given functions
- summary() - Method in class tech.tablesaw.api.BooleanColumn
-
Returns a table containing a ColumnType specific summary of the data in this column
- summary() - Method in class tech.tablesaw.api.DateColumn
-
Returns a table of dates and the number of observations of those dates
- summary() - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns a table containing a ColumnType specific summary of the data in this column
- summary() - Method in class tech.tablesaw.api.InstantColumn
-
Returns a table containing a ColumnType specific summary of the data in this column
- summary() - Method in interface tech.tablesaw.api.NumericColumn
-
Returns a table of common statistical values that together describe the data in this column
- summary() - Method in class tech.tablesaw.api.StringColumn
-
Returns a table containing a ColumnType specific summary of the data in this column
- summary() - Method in class tech.tablesaw.api.TimeColumn
-
Returns a table containing a ColumnType specific summary of the data in this column
- summary() - Method in interface tech.tablesaw.columns.Column
-
Returns a table containing a ColumnType specific summary of the data in this column
- summary() - Method in class tech.tablesaw.columns.strings.TextualStringData
- summary() - Method in class tech.tablesaw.table.Relation
-
Returns a table containing summary statistics for the columns in this Relation
- summaryTableName(Table) - Static method in class tech.tablesaw.table.TableSliceGroup
-
Returns the name of a summary table made by aggregating on the slices in this group
- sumOfLogs - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
A function that takes a
NumericColumn
argument and returns the sumOfLogs of its values - sumOfLogs() - Method in interface tech.tablesaw.api.NumericColumn
-
Returns the sum of logs of the data in this column
- sumOfLogs() - Method in class tech.tablesaw.columns.numbers.Stats
-
Returns the sum of the logs of the values
- sumOfSquares - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
A function that takes a
NumericColumn
argument and returns the sumOfSquares of its values - sumOfSquares() - Method in interface tech.tablesaw.api.NumericColumn
-
Returns the sum of squares of the data in this column
- sumOfSquares() - Method in class tech.tablesaw.columns.numbers.Stats
-
Returns the sum of squares of the values
- symbol(Symbol) - Method in class tech.tablesaw.plotly.components.Marker.MarkerBuilder
-
Sets the symbol for the marker
- Symbol - Enum Class in tech.tablesaw.plotly.components
-
symbol ( "circle-open" | "circle-dot" | "circle-open-dot" "square-open" | "square-dot" | "square-open-dot" "diamond-open" | "diamond-dot" | "diamond-open-dot" "cross-open" | "cross-dot" | "cross-open-dot" "x-open" | "x-dot" | "x-open-dot" "triangle-up-open" | "triangle-up-dot" | "triangle-up-open-dot" "triangle-down-open" | "triangle-down-dot" | "triangle-down-open-dot" "triangle-left-open" | "triangle-left-dot" | "triangle-left-open-dot" "triangle-right-open" | "triangle-right-dot" | "triangle-right-open-dot" "triangle-ne-open" | "triangle-ne-dot" | "triangle-ne-open-dot" "triangle-se-open" | "triangle-se-dot" | "triangle-se-open-dot" "triangle-sw-open" | "triangle-sw-dot" | "triangle-sw-open-dot" "triangle-nw-open" | "triangle-nw-dot" | "triangle-nw-open-dot"
- systemLineEnding() - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form