Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- Table - Class in tech.tablesaw.api
-
A table of data, consisting of some number of columns, each of which has the same number of rows.
- Table(String, Collection<Column<?>>) - Constructor for class tech.tablesaw.api.Table
-
Returns a new Table initialized with the given names and columns
- Table(String, Column<?>...) - Constructor for class tech.tablesaw.api.Table
-
Returns a new Table initialized with the given names and columns
- TableBuildingUtils - Class in tech.tablesaw.io
- TableBuildingUtils() - Constructor for class tech.tablesaw.io.TableBuildingUtils
- TableConverter - Class in tech.tablesaw.conversion
-
A tool for converting a Table or other Relation to a two-dimensional array of numeric primitives.
- TableConverter(Relation) - Constructor for class tech.tablesaw.conversion.TableConverter
- tableIndex - Variable in class tech.tablesaw.io.html.HtmlReadOptions.Builder
- tableIndex - Variable in class tech.tablesaw.io.html.HtmlReadOptions
-
Which table from the page should be read? Null means no specific index was set.
- tableIndex() - Method in class tech.tablesaw.io.html.HtmlReadOptions
- tableIndex(int) - Method in class tech.tablesaw.io.html.HtmlReadOptions.Builder
- TableMetadata - Class in tech.tablesaw.io.saw
-
Data about a specific physical table used in its persistence
- TableMetadata() - Constructor for class tech.tablesaw.io.saw.TableMetadata
-
Default constructor for Jackson json serialization
- tableName - Variable in class tech.tablesaw.io.ReadOptions.Builder
- tableName - Variable in class tech.tablesaw.io.ReadOptions
- tableName() - Method in class tech.tablesaw.io.ReadOptions
- tableName(String) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
- tableName(String) - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
- tableName(String) - Method in class tech.tablesaw.io.html.HtmlReadOptions.Builder
- tableName(String) - Method in class tech.tablesaw.io.json.JsonReadOptions.Builder
- tableName(String) - Method in class tech.tablesaw.io.ReadOptions.Builder
- tableName(String) - Method in class tech.tablesaw.io.xlsx.XlsxReadOptions.Builder
- tablePercents(Table, String, String) - Static method in class tech.tablesaw.aggregate.CrossTab
-
Returns a table containing the table percents made from a source table, after first calculating the counts cross-tabulated from the given columns
- tablePercents(Table, CategoricalColumn<?>, CategoricalColumn<?>) - Static method in class tech.tablesaw.aggregate.CrossTab
-
Returns a table containing the table percents made from a source table, after first calculating the counts cross-tabulated from the given columns
- TablesawDisplayer - Class in tech.tablesaw.beakerx
- TableSlice - Class in tech.tablesaw.table
-
A TableSlice is a facade around a Relation that acts as a filter.
- TableSlice(Table) - Constructor for class tech.tablesaw.table.TableSlice
-
Returns a new view constructed from the given table.
- TableSlice(Table, Selection) - Constructor for class tech.tablesaw.table.TableSlice
-
Returns a new View constructed from the given table, containing only the rows represented by the bitmap
- TableSliceGroup - Class in tech.tablesaw.table
-
A group of virtual tables (table slices) formed by performing splitting operations on an original table See:
TableSlice
- TableSliceGroup(Table) - Constructor for class tech.tablesaw.table.TableSliceGroup
-
Returns an instance for calculating a single summary for the given table, with no sub-groupings
- TableSliceGroup(Table, String[]) - Constructor for class tech.tablesaw.table.TableSliceGroup
-
Returns an instance for calculating subgroups, one for each combination of the given groupColumnNames that appear in the source table
- tech.tablesaw.aggregate - package tech.tablesaw.aggregate
- tech.tablesaw.analytic - package tech.tablesaw.analytic
- tech.tablesaw.api - package tech.tablesaw.api
- tech.tablesaw.beakerx - package tech.tablesaw.beakerx
- tech.tablesaw.columns - package tech.tablesaw.columns
- tech.tablesaw.columns.booleans - package tech.tablesaw.columns.booleans
- tech.tablesaw.columns.booleans.fillers - package tech.tablesaw.columns.booleans.fillers
- tech.tablesaw.columns.dates - package tech.tablesaw.columns.dates
- tech.tablesaw.columns.datetimes - package tech.tablesaw.columns.datetimes
- tech.tablesaw.columns.instant - package tech.tablesaw.columns.instant
- tech.tablesaw.columns.numbers - package tech.tablesaw.columns.numbers
- tech.tablesaw.columns.numbers.fillers - package tech.tablesaw.columns.numbers.fillers
- tech.tablesaw.columns.strings - package tech.tablesaw.columns.strings
- tech.tablesaw.columns.temporal - package tech.tablesaw.columns.temporal
- tech.tablesaw.columns.temporal.fillers - package tech.tablesaw.columns.temporal.fillers
- tech.tablesaw.columns.times - package tech.tablesaw.columns.times
- tech.tablesaw.conversion - package tech.tablesaw.conversion
- tech.tablesaw.conversion.smile - package tech.tablesaw.conversion.smile
- tech.tablesaw.filtering - package tech.tablesaw.filtering
- tech.tablesaw.filtering.predicates - package tech.tablesaw.filtering.predicates
- tech.tablesaw.index - package tech.tablesaw.index
- tech.tablesaw.interpolation - package tech.tablesaw.interpolation
- tech.tablesaw.io - package tech.tablesaw.io
- tech.tablesaw.io.arrow - package tech.tablesaw.io.arrow
- tech.tablesaw.io.csv - package tech.tablesaw.io.csv
- tech.tablesaw.io.fixed - package tech.tablesaw.io.fixed
- tech.tablesaw.io.html - package tech.tablesaw.io.html
- tech.tablesaw.io.jdbc - package tech.tablesaw.io.jdbc
- tech.tablesaw.io.json - package tech.tablesaw.io.json
- tech.tablesaw.io.saw - package tech.tablesaw.io.saw
- tech.tablesaw.io.string - package tech.tablesaw.io.string
- tech.tablesaw.io.xlsx - package tech.tablesaw.io.xlsx
- tech.tablesaw.joining - package tech.tablesaw.joining
- tech.tablesaw.plotly - package tech.tablesaw.plotly
- tech.tablesaw.plotly.api - package tech.tablesaw.plotly.api
- tech.tablesaw.plotly.components - package tech.tablesaw.plotly.components
- tech.tablesaw.plotly.components.change - package tech.tablesaw.plotly.components.change
- tech.tablesaw.plotly.components.threeD - package tech.tablesaw.plotly.components.threeD
- tech.tablesaw.plotly.display - package tech.tablesaw.plotly.display
- tech.tablesaw.plotly.event - package tech.tablesaw.plotly.event
- tech.tablesaw.plotly.traces - package tech.tablesaw.plotly.traces
- tech.tablesaw.selection - package tech.tablesaw.selection
- tech.tablesaw.sorting - package tech.tablesaw.sorting
- tech.tablesaw.sorting.comparators - package tech.tablesaw.sorting.comparators
- tech.tablesaw.table - package tech.tablesaw.table
- tech.tablesaw.util - package tech.tablesaw.util
- templateitemname(String) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
- TemplateUtils - Class in tech.tablesaw.plotly.components
- TemporalColumn<T extends Temporal> - Interface in tech.tablesaw.columns.temporal
-
An interface for columns of temporal values backed by longs, e.g.
- TemporalColumnFormatter - Class in tech.tablesaw.columns
-
Abstract class for Column Formatters for temporal columns Date, DateTime, Time, and Instant Every column type has a specialized print formatter that is used for formatting output for both table printing via, for example, table.printAll().
- TemporalColumnFormatter() - Constructor for class tech.tablesaw.columns.TemporalColumnFormatter
-
Constructs a new default Formatter.
- TemporalColumnFormatter(DateTimeFormatter) - Constructor for class tech.tablesaw.columns.TemporalColumnFormatter
-
Constructs a new Formatter with the given formatter and an empty missing value string.
- TemporalColumnFormatter(DateTimeFormatter, String) - Constructor for class tech.tablesaw.columns.TemporalColumnFormatter
-
Constructs a new Formatter with the given formatter and missing value string.
- temporalColumnName(Column<T>, long, TemporalUnit) - Method in interface tech.tablesaw.columns.temporal.TemporalMapFunctions
- TemporalFillers<T extends Temporal,
C extends Column<T>> - Interface in tech.tablesaw.columns.temporal - TemporalFilters<T extends Temporal> - Interface in tech.tablesaw.columns.temporal
- TemporalMapFunctions<T extends Temporal> - Interface in tech.tablesaw.columns.temporal
- TemporalPredicates - Class in tech.tablesaw.columns.temporal
- TemporalPredicates() - Constructor for class tech.tablesaw.columns.temporal.TemporalPredicates
- TemporalRangeIterable<T extends Temporal> - Class in tech.tablesaw.columns.temporal.fillers
- test(byte) - Method in interface tech.tablesaw.filtering.predicates.BytePredicate
- test(int, int) - Method in interface tech.tablesaw.filtering.predicates.IntBiPredicate
-
Returns true if valueToTest meets the criteria of this predicate when valueToCompareAgainst is considered
- test(long, long) - Method in interface tech.tablesaw.filtering.predicates.LongBiPredicate
-
Returns true if valueToTest meets the criteria of this predicate when valueToCompareAgainst is considered
- text(String) - Method in class tech.tablesaw.plotly.components.Annotation.AnnotationBuilder
- text(String[]) - Method in class tech.tablesaw.plotly.traces.Scatter3DTrace.Scatter3DBuilder
- text(String[]) - Method in class tech.tablesaw.plotly.traces.ScatterTrace.ScatterBuilder
- TEXT - Enum constant in enum class tech.tablesaw.plotly.traces.Scatter3DTrace.Mode
- TEXT - Enum constant in enum class tech.tablesaw.plotly.traces.ScatterTrace.Mode
- TEXT_AND_MARKERS - Enum constant in enum class tech.tablesaw.plotly.traces.Scatter3DTrace.Mode
- TEXT_AND_MARKERS - Enum constant in enum class tech.tablesaw.plotly.traces.ScatterTrace.Mode
- TextualStringData - Class in tech.tablesaw.columns.strings
-
A column that contains String values.
- thickness(double) - Method in class tech.tablesaw.plotly.components.ColorBar.ColorBarBuilder
-
Sets the thickness of the color bar, This measure excludes the size of the padding, ticks and labels.
- thickness(int) - Method in class tech.tablesaw.plotly.components.Axis.Spikes.SpikesBuilder
-
Sets the width (in px) of the zero line.
- thicknessMode(ColorBar.ThicknessMode) - Method in class tech.tablesaw.plotly.components.ColorBar.ColorBarBuilder
- threadPoolSize(int) - Method in class tech.tablesaw.io.saw.SawReadOptions
- threadPoolSize(int) - Method in class tech.tablesaw.io.saw.SawWriteOptions
- tick0(Object) - Method in class tech.tablesaw.plotly.components.TickSettings.TickSettingsBuilder
-
TODO: this is pretty hack-y.
- tickMode(TickSettings.TickMode) - Method in class tech.tablesaw.plotly.components.TickSettings.TickSettingsBuilder
- TICKS - Enum constant in enum class tech.tablesaw.plotly.components.TickSettings.Mirror
- tickSettings(TickSettings) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
-
Defines all the settings related to the display of tick marks on this axis
- tickSettings(TickSettings) - Method in class tech.tablesaw.plotly.components.ColorBar.ColorBarBuilder
- TickSettings - Class in tech.tablesaw.plotly.components
- TickSettings.DisplayRules - Enum Class in tech.tablesaw.plotly.components
-
Controls the display of prefixes, suffixes, and exponents on ticks
- TickSettings.ExponentFormat - Enum Class in tech.tablesaw.plotly.components
-
Controls the display of prefixes on ticks
- TickSettings.Mirror - Enum Class in tech.tablesaw.plotly.components
-
Controls the display of prefixes on ticks
- TickSettings.TickMode - Enum Class in tech.tablesaw.plotly.components
-
Sets the tick mode for this axis.
- TickSettings.TickPlacement - Enum Class in tech.tablesaw.plotly.components
-
Determines whether and where ticks are drawn
- TickSettings.TickSettingsBuilder - Class in tech.tablesaw.plotly.components
- time() - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
Returns a TimeColumn containing the time portion of each dateTime in this DateTimeColumn
- time(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
- time(long) - Static method in class tech.tablesaw.columns.instant.PackedInstant
- time(String) - Static method in class tech.tablesaw.api.QuerySupport
- TimeAggregateFunction - Class in tech.tablesaw.aggregate
-
A partial implementation of aggregate functions to summarize over a time column
- TimeAggregateFunction(String) - Constructor for class tech.tablesaw.aggregate.TimeAggregateFunction
-
Constructs a TimeAggregateFunction with the given name.
- TimeAndDateTimeFilterSpec<T> - Interface in tech.tablesaw.filtering
- timeColumn(int) - Method in class tech.tablesaw.table.Relation
-
Returns the TimeColumn at the given 0-based index if present.
- timeColumn(String) - Static method in class tech.tablesaw.api.QuerySupport
- timeColumn(String) - Method in class tech.tablesaw.table.Relation
-
Returns a TimeColumn with the given name if it is present in this Relation.
- TimeColumn - Class in tech.tablesaw.api
-
A column that contains int-encoded local time values
- TimeColumnFormatter - Class in tech.tablesaw.columns.times
- TimeColumnFormatter() - Constructor for class tech.tablesaw.columns.times.TimeColumnFormatter
- TimeColumnFormatter(DateTimeFormatter) - Constructor for class tech.tablesaw.columns.times.TimeColumnFormatter
- TimeColumnFormatter(DateTimeFormatter, String) - Constructor for class tech.tablesaw.columns.times.TimeColumnFormatter
- timeColumns() - Method in class tech.tablesaw.table.Relation
-
Returns all TimeColumns in this Relation as an Array
- TimeColumnType - Class in tech.tablesaw.columns.times
- TimeFillers<T> - Interface in tech.tablesaw.columns.times
- TimeFilters - Interface in tech.tablesaw.columns.times
- timeFormat - Variable in class tech.tablesaw.io.ReadOptions.Builder
- timeFormat - Variable in class tech.tablesaw.io.ReadOptions
- timeFormat(DateTimeFormatter) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
- timeFormat(DateTimeFormatter) - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
- timeFormat(DateTimeFormatter) - Method in class tech.tablesaw.io.html.HtmlReadOptions.Builder
- timeFormat(DateTimeFormatter) - Method in class tech.tablesaw.io.json.JsonReadOptions.Builder
- timeFormat(DateTimeFormatter) - Method in class tech.tablesaw.io.ReadOptions.Builder
- timeFormat(DateTimeFormatter) - Method in class tech.tablesaw.io.xlsx.XlsxReadOptions.Builder
- timeFormatter - Variable in class tech.tablesaw.io.ReadOptions.Builder
- timeFormatter - Variable in class tech.tablesaw.io.ReadOptions
- timeFormatter() - Method in class tech.tablesaw.io.ReadOptions
- TimeMapFunctions - Interface in tech.tablesaw.columns.times
- TimeOnlyFilterSpec<T> - Interface in tech.tablesaw.filtering
- TimeParser - Class in tech.tablesaw.columns.times
- TimeParser(ColumnType) - Constructor for class tech.tablesaw.columns.times.TimeParser
- TimeParser(ColumnType, ReadOptions) - Constructor for class tech.tablesaw.columns.times.TimeParser
- TimeSeriesPlot - Class in tech.tablesaw.plotly.api
- TimeSeriesPlot() - Constructor for class tech.tablesaw.plotly.api.TimeSeriesPlot
- timeUntil(DateColumn, ChronoUnit) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
Calculates the temporal difference between each element of the receiver and the respective element of the argument
- timeWindow(ChronoUnit, int) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
- timeWindow(ChronoUnit, int) - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
- timeWindow(ChronoUnit, int) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
- timeWindow(ChronoUnit, int, LocalDate) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
-
Returns a column containing integers representing the nth group (0-based) that a date falls into.
- timeWindow(ChronoUnit, int, LocalDateTime) - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
-
Returns a column containing integers representing the nth group (0-based) that a date falls into.
- timeWindow(ChronoUnit, int, LocalTime) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
-
Returns a column containing integers representing the nth group (0-based) that a date falls into.
- title() - Method in interface tech.tablesaw.columns.Column
- title(String) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
- title(String) - Method in class tech.tablesaw.plotly.components.Layout.LayoutBuilder
- titleFont(Font) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
- titleFont(Font) - Method in class tech.tablesaw.plotly.components.Layout.LayoutBuilder
- TO_AXIS - Enum constant in enum class tech.tablesaw.plotly.components.Axis.Spikes.SpikeMode
- TO_AXIS_AND_ACROSS - Enum constant in enum class tech.tablesaw.plotly.components.Axis.Spikes.SpikeMode
- TO_AXIS_AND_ACROSS_AND_MARKER - Enum constant in enum class tech.tablesaw.plotly.components.Axis.Spikes.SpikeMode
- TO_AXIS_AND_MARKER - Enum constant in enum class tech.tablesaw.plotly.components.Axis.Spikes.SpikeMode
- TO_NEXT - Enum constant in enum class tech.tablesaw.plotly.traces.ScatterTrace.Fill
- TO_NEXT_X - Enum constant in enum class tech.tablesaw.plotly.traces.ScatterTrace.Fill
- TO_NEXT_Y - Enum constant in enum class tech.tablesaw.plotly.traces.ScatterTrace.Fill
- TO_SELF - Enum constant in enum class tech.tablesaw.plotly.traces.ScatterTrace.Fill
- TO_ZERO - Enum constant in enum class tech.tablesaw.plotly.components.Axis.RangeMode
- TO_ZERO_X - Enum constant in enum class tech.tablesaw.plotly.traces.ScatterTrace.Fill
- TO_ZERO_Y - Enum constant in enum class tech.tablesaw.plotly.traces.ScatterTrace.Fill
- to2dArray(double[], double[]) - Static method in class tech.tablesaw.util.DoubleArrays
- to2dArray(List<NumericColumn<?>>) - Static method in class tech.tablesaw.util.DoubleArrays
- to2dArray(NumericColumn<?>...) - Static method in class tech.tablesaw.util.DoubleArrays
- to2dArray(NumericColumn<?>, NumericColumn<?>) - Static method in class tech.tablesaw.util.DoubleArrays
- to2dArray(TableSliceGroup, int) - Static method in class tech.tablesaw.util.DoubleArrays
- toArray() - Method in class tech.tablesaw.selection.BitmapBackedSelection
-
Returns the elements of this selection as an array of ints
- toArray() - Method in class tech.tablesaw.selection.BitSetBackedSelection
-
Returns the elements of this selection as an array of ints
- toArray() - Method in interface tech.tablesaw.selection.Selection
-
Returns the elements of this selection as an array of ints
- toByteArray() - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
-
Returns the data as a byte[] containing 0 and 1, with any missing values encoded as -128
- toByteArray() - Method in interface tech.tablesaw.columns.booleans.BooleanData
-
Returns the data as a byte[] containing 0 and 1, with any missing values encoded as -128
- toByteArrayList() - Method in class tech.tablesaw.api.BooleanColumn
-
Returns a ByteArrayList containing 0 (false), 1 (true) or Byte.MIN_VALUE (missing)
- toByteArrayList() - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
- toByteArrayList() - Method in interface tech.tablesaw.columns.booleans.BooleanData
-
Returns the data as a ByteArrayList containing 0 and 1, with any missing values encoded as -128
- toDataFrame() - Method in class tech.tablesaw.conversion.smile.SmileConverter
- toDataFrame(StructType) - Method in class tech.tablesaw.conversion.smile.SmileConverter
- toDateString(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
- toEpochDay(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
-
Returns the epoch day in a form consistent with the java standard
- toFile(File) - Method in class tech.tablesaw.io.DataFrameWriter
- toFile(String) - Method in class tech.tablesaw.io.DataFrameWriter
- tokenizeAndRemoveDuplicates(String) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
- tokenizeAndSort() - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
Splits on Whitespace and returns the lexicographically sorted result.
- tokenizeAndSort(String) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
- tokens(String) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
Returns a column of arbitrary size containing each token in this column, where a token is defined using the given separator.
- toN(int) - Static method in class tech.tablesaw.util.DoubleArrays
-
Returns a double[] initialized with the values from 0 to n-1, inclusive;
- toNanoOfDay(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
- top - Enum constant in enum class tech.tablesaw.plotly.components.Axis.Side
- top(int) - Method in class tech.tablesaw.api.DateColumn
-
Returns the largest ("top") n values in the column
- top(int) - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns the largest ("top") n values in the column
- top(int) - Method in class tech.tablesaw.api.DoubleColumn
-
Returns the largest ("top") n values in the column TODO(lwhite): Consider whether this should exclude missing
- top(int) - Method in class tech.tablesaw.api.FloatColumn
-
Returns the largest ("top") n values in the column TODO(lwhite): Consider whether this should exclude missing
- top(int) - Method in class tech.tablesaw.api.InstantColumn
-
Returns the largest ("top") n values in the column
- top(int) - Method in class tech.tablesaw.api.IntColumn
-
Returns the largest ("top") n values in the column TODO(lwhite): Consider whether this should exclude missing
- top(int) - Method in class tech.tablesaw.api.LongColumn
-
Returns the largest ("top") n values in the column TODO(lwhite): Consider whether this should exclude missing
- top(int) - Method in class tech.tablesaw.api.NumberColumn
-
Returns the largest ("top") n values in the column TODO(lwhite): Consider whether this should exclude missing
- top(int) - Method in class tech.tablesaw.api.ShortColumn
-
Returns the largest ("top") n values in the column TODO(lwhite): Consider whether this should exclude missing
- top(int) - Method in class tech.tablesaw.api.StringColumn
-
Returns the largest ("top") n values in the column
- top(int) - Method in class tech.tablesaw.api.TimeColumn
-
Returns the largest ("top") n values in the column.
- top(int) - Method in class tech.tablesaw.plotly.components.Margin.MarginBuilder
- TOP - Enum constant in enum class tech.tablesaw.plotly.components.Annotation.Valign
- TOP - Enum constant in enum class tech.tablesaw.plotly.components.Annotation.Yanchor
- TOP - Enum constant in enum class tech.tablesaw.plotly.components.Axis.ConstrainToward
- TOP - Enum constant in enum class tech.tablesaw.plotly.components.ColorBar.Yanchor
- TOP - Enum constant in enum class tech.tablesaw.plotly.components.Grid.XSide
- TOP_PLOT - Enum constant in enum class tech.tablesaw.plotly.components.Grid.XSide
- TOP_TO_BOTTOM - Enum constant in enum class tech.tablesaw.plotly.components.Grid.RowOrder
- toShortTimeString(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
- toSqlLikeString() - Method in class tech.tablesaw.analytic.AnalyticQuery
-
Creates a SQL like string for documentation purposes.
- toStream(OutputStream, String) - Method in class tech.tablesaw.io.DataFrameWriter
- toString() - Method in class tech.tablesaw.aggregate.AggregateFunction
- toString() - Method in class tech.tablesaw.analytic.AnalyticQuery
- toString() - Method in class tech.tablesaw.api.Row
- toString() - Method in class tech.tablesaw.api.TimeColumn
- toString() - Method in class tech.tablesaw.columns.AbstractColumn
- toString() - Method in class tech.tablesaw.columns.AbstractColumnType
- toString() - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
- toString() - Method in class tech.tablesaw.columns.booleans.BooleanFormatter
- toString() - Method in class tech.tablesaw.columns.dates.DateColumnFormatter
- toString() - Method in class tech.tablesaw.columns.datetimes.DateTimeColumnFormatter
- toString() - Method in class tech.tablesaw.columns.instant.InstantColumnFormatter
- toString() - Method in class tech.tablesaw.columns.numbers.NumberColumnFormatter
- toString() - Method in class tech.tablesaw.columns.strings.StringColumnFormatter
- toString() - Method in class tech.tablesaw.columns.times.TimeColumnFormatter
- toString() - Method in class tech.tablesaw.io.saw.ColumnMetadata
- toString() - Method in class tech.tablesaw.joining.ColumnIndexPair
- toString() - Method in class tech.tablesaw.joining.CrossProductJoin
- toString() - Method in enum class tech.tablesaw.plotly.components.Annotation.Align
- toString() - Method in enum class tech.tablesaw.plotly.components.Annotation.ClicktoShow
- toString() - Method in enum class tech.tablesaw.plotly.components.Annotation.Valign
- toString() - Method in enum class tech.tablesaw.plotly.components.Annotation.Xanchor
- toString() - Method in enum class tech.tablesaw.plotly.components.Annotation.Yanchor
- toString() - Method in enum class tech.tablesaw.plotly.components.Axis.AutoRange
- toString() - Method in enum class tech.tablesaw.plotly.components.Axis.CategoryOrder
- toString() - Method in enum class tech.tablesaw.plotly.components.Axis.Constrain
- toString() - Method in enum class tech.tablesaw.plotly.components.Axis.ConstrainToward
- toString() - Method in enum class tech.tablesaw.plotly.components.Axis.RangeMode
- toString() - Method in enum class tech.tablesaw.plotly.components.Axis.ScaleAnchor
- toString() - Method in enum class tech.tablesaw.plotly.components.Axis.Side
- toString() - Method in enum class tech.tablesaw.plotly.components.Axis.Spikes.SpikeMode
- toString() - Method in enum class tech.tablesaw.plotly.components.Axis.Spikes.SpikeSnap
- toString() - Method in enum class tech.tablesaw.plotly.components.Axis.Type
- toString() - Method in enum class tech.tablesaw.plotly.components.ColorBar.LenMode
- toString() - Method in enum class tech.tablesaw.plotly.components.ColorBar.ThicknessMode
- toString() - Method in enum class tech.tablesaw.plotly.components.ColorBar.Xanchor
- toString() - Method in enum class tech.tablesaw.plotly.components.ColorBar.Yanchor
- toString() - Method in class tech.tablesaw.plotly.components.Component
- toString() - Method in enum class tech.tablesaw.plotly.components.Font.Family
- toString() - Method in enum class tech.tablesaw.plotly.components.Gradient.Type
- toString() - Method in enum class tech.tablesaw.plotly.components.Grid.Pattern
- toString() - Method in enum class tech.tablesaw.plotly.components.Grid.RowOrder
- toString() - Method in enum class tech.tablesaw.plotly.components.Grid.XSide
- toString() - Method in enum class tech.tablesaw.plotly.components.Grid.YSide
- toString() - Method in enum class tech.tablesaw.plotly.components.Layout.BarMode
- toString() - Method in enum class tech.tablesaw.plotly.components.Layout.DragMode
- toString() - Method in enum class tech.tablesaw.plotly.components.Layout.HoverMode
- toString() - Method in enum class tech.tablesaw.plotly.components.Line.Dash
- toString() - Method in enum class tech.tablesaw.plotly.components.Line.Shape
- toString() - Method in enum class tech.tablesaw.plotly.components.Marker.Palette
- toString() - Method in enum class tech.tablesaw.plotly.components.Marker.SizeMode
- toString() - Method in enum class tech.tablesaw.plotly.components.Symbol
- toString() - Method in enum class tech.tablesaw.plotly.components.TickSettings.DisplayRules
- toString() - Method in enum class tech.tablesaw.plotly.components.TickSettings.ExponentFormat
- toString() - Method in enum class tech.tablesaw.plotly.components.TickSettings.Mirror
- toString() - Method in enum class tech.tablesaw.plotly.components.TickSettings.TickMode
- toString() - Method in enum class tech.tablesaw.plotly.components.TickSettings.TickPlacement
- toString() - Method in class tech.tablesaw.plotly.traces.AbstractTrace
- toString() - Method in enum class tech.tablesaw.plotly.traces.AbstractTrace.Visibility
- toString() - Method in enum class tech.tablesaw.plotly.traces.BarTrace.Orientation
- toString() - Method in enum class tech.tablesaw.plotly.traces.HistogramTrace.HistFunc
- toString() - Method in enum class tech.tablesaw.plotly.traces.HistogramTrace.HistNorm
- toString() - Method in enum class tech.tablesaw.plotly.traces.Scatter3DTrace.Mode
- toString() - Method in enum class tech.tablesaw.plotly.traces.ScatterTrace.Fill
- toString() - Method in enum class tech.tablesaw.plotly.traces.ScatterTrace.Mode
- toString() - Method in enum class tech.tablesaw.plotly.traces.ScatterTrace.YAxis
- toString() - Method in class tech.tablesaw.selection.BitmapBackedSelection
- toString() - Method in class tech.tablesaw.selection.BitSetBackedSelection
- toString() - Method in class tech.tablesaw.sorting.Sort
- toString() - Method in class tech.tablesaw.table.Relation
-
Returns a String containing a 'pretty-printed' representation of this table containing at most 20 rows.
- toString(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
- toString(long) - Static method in class tech.tablesaw.columns.instant.PackedInstant
- toString(String) - Method in class tech.tablesaw.io.DataFrameWriter
- toWriter(Writer, String) - Method in class tech.tablesaw.io.DataFrameWriter
- Trace - Interface in tech.tablesaw.plotly.traces
- TRACE - Enum constant in enum class tech.tablesaw.plotly.components.Axis.CategoryOrder
- TraceBuilder - Class in tech.tablesaw.plotly.traces
- transformColumnNames(Map<String, String>) - Method in class tech.tablesaw.io.csv.CsvWriteOptions.Builder
-
Transform one or more column names as they are written to a file.
- transpose() - Method in class tech.tablesaw.api.Table
-
Transposes data in the table, switching rows for columns.
- transpose(boolean, boolean) - Method in class tech.tablesaw.api.Table
-
Transposes data in the table, switching rows for columns.
- TRIANGEL_SW - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- TRIANGLE_DOWN - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- TRIANGLE_LEFT - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- TRIANGLE_NE - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- TRIANGLE_NW - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- TRIANGLE_RIGHT - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- TRIANGLE_SE - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- TRIANGLE_UP - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- trim() - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
- TRUE - Enum constant in enum class tech.tablesaw.plotly.components.Axis.AutoRange
- TRUE - Enum constant in enum class tech.tablesaw.plotly.components.TickSettings.Mirror
- TRUE - Enum constant in enum class tech.tablesaw.plotly.traces.AbstractTrace.Visibility
- trueBytes() - Method in class tech.tablesaw.api.BooleanColumn
-
Returns a byte representation of the true values, encoded in the format specified in
BitSet.toByteArray()
- trueBytes() - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
-
Returns a byte representation of the false values, encoded in the format specified in
BitSet.toByteArray()
- trueBytes() - Method in interface tech.tablesaw.columns.booleans.BooleanData
-
Returns a byte representation of the false values, encoded in the format specified in
BitSet.toByteArray()
- trueBytes(byte[]) - Method in class tech.tablesaw.api.BooleanColumn
-
Sets the true values in the data from a byte[] encoding
- truncatedTo(ChronoUnit) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
- truncatedTo(TemporalUnit, int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
- TukeyMeanDifferencePlot - Class in tech.tablesaw.plotly.api
-
A Tukey Mean-Difference Plot (AKA a Bland-Altman plot) is a kind of scatter plot used frequently in medicine, biology and other fields, is used to visualize the differences between two quantitative measurements.
- TukeyMeanDifferencePlot() - Constructor for class tech.tablesaw.plotly.api.TukeyMeanDifferencePlot
- TURNTABLE - Enum constant in enum class tech.tablesaw.plotly.components.Layout.DragMode
- type - Variable in class tech.tablesaw.plotly.traces.AbstractTrace
- type() - Method in class tech.tablesaw.columns.AbstractColumn
-
Returns this column's ColumnType
- type() - Method in interface tech.tablesaw.columns.Column
-
Returns this column's ColumnType
- type(int) - Method in class tech.tablesaw.api.Row
- type(String) - Method in class tech.tablesaw.plotly.traces.Scatter3DTrace.Scatter3DBuilder
- type(String) - Method in class tech.tablesaw.plotly.traces.ScatterTrace.ScatterBuilder
- type(JoinType) - Method in class tech.tablesaw.joining.AbstractJoiner
- type(JoinType) - Method in class tech.tablesaw.joining.DataFrameJoiner
-
Sets the type of join, which defaults to INNER if not provided.
- type(Axis.Type) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
- type(Gradient.Type) - Method in class tech.tablesaw.plotly.components.Gradient.GradientBuilder
- typeArray() - Method in class tech.tablesaw.table.Relation
-
Returns an array of the column types of all columns in the relation, including duplicates as appropriate, and maintaining order
- types() - Method in class tech.tablesaw.table.Relation
-
Returns a List of the column types of all columns in the relation, including duplicates as appropriate, and maintaining order
- TypeUtils - Class in tech.tablesaw.io
-
Utilities for working with
ColumnType
s
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form