Index

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

G

generateNewColumnName(AggregateFunction<?, ?>) - Method in class tech.tablesaw.table.RollingColumn
Generates a name for the column based on the name of the original column and the function used in the calculation
geometricMean - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
A function that takes a NumericColumn argument and returns the geometric mean of all values in the column
geometricMean() - Method in interface tech.tablesaw.api.NumericColumn
Returns the geometric mean of the data in this column
geometricMean() - Method in class tech.tablesaw.columns.numbers.NumberRollingColumn
 
geometricMean() - Method in class tech.tablesaw.columns.numbers.Stats
Returns the geometric mean of the values
get(byte) - Method in class tech.tablesaw.index.ByteIndex
Returns a bitmap containing row numbers of all cells matching the given int
get(double) - Method in class tech.tablesaw.index.DoubleIndex
Returns a bitmap containing row numbers of all cells matching the given int
get(float) - Method in class tech.tablesaw.index.FloatIndex
Returns a bitmap containing row numbers of all cells matching the given int
get(int) - Method in class tech.tablesaw.api.BooleanColumn
Returns the value in row i as a Boolean
get(int) - Method in class tech.tablesaw.api.DateColumn
Returns the value at the given zero-based index
get(int) - Method in class tech.tablesaw.api.DateTimeColumn
Returns a value of the Object type stored in the column (e.g.
get(int) - Method in class tech.tablesaw.api.DoubleColumn
Returns the value at the given zero-based index
get(int) - Method in class tech.tablesaw.api.FloatColumn
Returns the value at the given zero-based index
get(int) - Method in class tech.tablesaw.api.InstantColumn
Returns a value of the Object type stored in the column (e.g.
get(int) - Method in class tech.tablesaw.api.IntColumn
Returns the value at the given zero-based index
get(int) - Method in class tech.tablesaw.api.LongColumn
Returns the value at the given zero-based index
get(int) - Method in class tech.tablesaw.api.ShortColumn
Returns the value at the given zero-based index
get(int) - Method in class tech.tablesaw.api.StringColumn
Returns the value at rowIndex in this column.
get(int) - Method in class tech.tablesaw.api.TimeColumn
Returns the value at the given zero-based index
get(int) - Method in interface tech.tablesaw.columns.Column
Returns the value at the given zero-based index
get(int) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
 
get(int) - Method in interface tech.tablesaw.columns.strings.DictionaryMap
 
get(int) - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
 
get(int) - Method in interface tech.tablesaw.columns.strings.StringFilters
 
get(int) - Method in class tech.tablesaw.columns.strings.TextualStringData
Returns the value at rowIndex in this column.
get(int) - Method in interface tech.tablesaw.columns.temporal.TemporalColumn
Returns a value of the Object type stored in the column (e.g.
get(int) - Method in interface tech.tablesaw.columns.temporal.TemporalFilters
 
get(int) - Method in interface tech.tablesaw.columns.times.TimeFilters
 
get(int) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
 
get(int) - Method in class tech.tablesaw.index.IntIndex
Returns a bitmap Selection containing row numbers of all cells matching the given int
get(int) - Method in class tech.tablesaw.selection.BitmapBackedSelection
Returns the value of the ith element.
get(int) - Method in class tech.tablesaw.selection.BitSetBackedSelection
Returns the value of the ith element.
get(int) - Method in interface tech.tablesaw.selection.Selection
Returns the value of the ith element.
get(int) - Method in class tech.tablesaw.table.TableSliceGroup
Returns the ith slice in this group
get(int, int) - Method in class tech.tablesaw.table.Relation
Returns the value at the given row and column indexes
get(int, int) - Method in class tech.tablesaw.table.TableSlice
Returns the value at the given row and column indexes
get(long) - Method in class tech.tablesaw.index.LongIndex
Returns a bitmap containing row numbers of all cells matching the given long
get(short) - Method in class tech.tablesaw.index.ShortIndex
Returns a bitmap containing row numbers of all cells matching the given int
get(String) - Method in class tech.tablesaw.index.StringIndex
Returns a bitmap Selection containing row numbers of all cells matching the given int
get(Instant) - Method in class tech.tablesaw.index.LongIndex
Returns the Selection of all values exactly equal to the given value
get(LocalDate) - Method in class tech.tablesaw.index.IntIndex
Returns the Selection of all values exactly equal to the given value
get(LocalDateTime) - Method in class tech.tablesaw.index.LongIndex
Returns the Selection of all values exactly equal to the given value
get(LocalTime) - Method in class tech.tablesaw.index.IntIndex
Returns the Selection of all values exactly equal to the given value
getBackingRowNumber() - Method in class tech.tablesaw.api.Row
Returns the row number in the table backing the slice behind this row.
getBoolean(int) - Method in class tech.tablesaw.api.Row
Returns a Boolean value from this Row at the given column index.
getBoolean(String) - Method in class tech.tablesaw.api.Row
Returns a Boolean value from this Row at the column of the given name.
getBooleanAsByte(int) - Method in class tech.tablesaw.api.Row
Returns an element from a Boolean column in its internal byte form, avoiding boxing
getBooleanAsByte(String) - Method in class tech.tablesaw.api.Row
Returns an element from a Boolean column in its internal byte form, avoiding boxing
getByte(int) - Method in class tech.tablesaw.api.BooleanColumn
Returns the value in row i as a byte (0, 1, or Byte.MIN_VALUE representing missing data)
getByte(int) - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
Returns the value at i as a byte, where -1 represents missing values
getByte(int) - Method in interface tech.tablesaw.columns.booleans.BooleanData
Returns the value at i as a byte, where -1 represents missing values
getByteSize(List<Column<?>>) - Method in class tech.tablesaw.table.TableSliceGroup
Returns the sum of the sizes for the columns in the given Column list
getCardinality() - Method in class tech.tablesaw.io.saw.ColumnMetadata
 
getChain(Table, Sort) - Static method in class tech.tablesaw.sorting.SortUtils
Returns a comparator chain for sorting according to the given key
getCharset() - Method in class tech.tablesaw.io.Source
 
getColumnIndex() - Method in exception tech.tablesaw.io.AddCellToColumnException
Returns the index of the column that threw the Exception
getColumnMetadataList() - Method in class tech.tablesaw.io.saw.SawMetadata
 
getColumnMetadataMap() - Method in class tech.tablesaw.io.saw.TableMetadata
 
getColumnName() - Method in exception tech.tablesaw.io.AddCellToColumnException
Returns the name of the column that caused the Exception
getColumnNames() - Method in exception tech.tablesaw.io.AddCellToColumnException
Returns the column names array
getColumnNames(ReadOptions, ReadOptions.ColumnTypeReadOptions, AbstractParser<?>) - Method in class tech.tablesaw.io.FileReader
Returns the column names for each column in the source.
getColumnType(int) - Method in class tech.tablesaw.api.Row
 
getColumnType(int, int, int) - Static method in class tech.tablesaw.io.jdbc.SqlResultSetReader
 
getColumnType(String) - Method in class tech.tablesaw.api.Row
Returns the type of the named column
getColumnTypes(Reader, ReadOptions, int, AbstractParser<?>, String[]) - Method in class tech.tablesaw.io.FileReader
Returns an array containing the inferred columnTypes for the file being read, as calculated by the ColumnType inference logic.
getComparator(Table, Sort) - Static method in class tech.tablesaw.sorting.SortUtils
Returns a comparator that can be used to sort the records in this table according to the given sort key
getCompressionType() - Method in class tech.tablesaw.io.saw.SawMetadata
 
getCompressionType() - Method in class tech.tablesaw.io.saw.SawWriteOptions
 
getConfig() - Method in class tech.tablesaw.plotly.components.Figure
 
getContext() - Method in class tech.tablesaw.plotly.components.Annotation
 
getContext() - Method in class tech.tablesaw.plotly.components.Axis
 
getContext() - Method in class tech.tablesaw.plotly.components.change.Change
 
getContext() - Method in class tech.tablesaw.plotly.components.change.ChangeLine
 
getContext() - Method in class tech.tablesaw.plotly.components.ColorBar
 
getContext() - Method in class tech.tablesaw.plotly.components.Component
Deprecated.
getContext() - Method in class tech.tablesaw.plotly.components.Config
 
getContext() - Method in class tech.tablesaw.plotly.components.Domain
 
getContext() - Method in class tech.tablesaw.plotly.components.Figure
 
getContext() - Method in class tech.tablesaw.plotly.components.Font
 
getContext() - Method in class tech.tablesaw.plotly.components.Gradient
 
getContext() - Method in class tech.tablesaw.plotly.components.Grid
 
getContext() - Method in class tech.tablesaw.plotly.components.HoverLabel
 
getContext() - Method in class tech.tablesaw.plotly.components.Layout
 
getContext() - Method in class tech.tablesaw.plotly.components.Line
 
getContext() - Method in class tech.tablesaw.plotly.components.Margin
 
getContext() - Method in class tech.tablesaw.plotly.components.Marker
 
getContext() - Method in class tech.tablesaw.plotly.components.Page
 
getContext() - Method in class tech.tablesaw.plotly.components.threeD.Camera
 
getContext() - Method in class tech.tablesaw.plotly.components.threeD.Up
 
getContext() - Method in class tech.tablesaw.plotly.components.threeD.Scene
 
getContext() - Method in class tech.tablesaw.plotly.traces.AbstractTrace
 
getContext() - Method in class tech.tablesaw.plotly.traces.ContourTrace
 
getContext() - Method in class tech.tablesaw.plotly.traces.HeatmapTrace
 
getDate(int) - Method in class tech.tablesaw.api.Row
Returns a LocalDate value from this Row at the column with the given index.
getDate(String) - Method in class tech.tablesaw.api.Row
Returns a LocalDate value from this Row at the column of the given name.
getDateTime(int) - Method in class tech.tablesaw.api.Row
Returns a LocalDateTime from this Row at the column with the given index.
getDateTime(String) - Method in class tech.tablesaw.api.Row
Returns a LocalDateTime value from this Row at the column of the given name.
getDayOfMonth(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
 
getDayOfMonth(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
 
getDayOfWeek(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
 
getDayOfWeek(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
 
getDayOfYear(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
 
getDayOfYear(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
 
getDefaultInstance() - Static method in class tech.tablesaw.util.LevenshteinDistance
Gets the default instance.
getDictionary() - Method in class tech.tablesaw.api.StringColumn
For tablesaw internal use Note: This method returns null if the stringDataType is TEXTUAL
getDictionary() - Method in interface tech.tablesaw.columns.strings.StringData
 
getDictionary() - Method in class tech.tablesaw.columns.strings.TextualStringData
Returns null, as this Column is not backed by a dictionaryMap
getDouble(int) - Method in class tech.tablesaw.api.BooleanColumn
Returns the value at row as a double, with true values encoded as 1.0 and false values as 0.0
getDouble(int) - Method in class tech.tablesaw.api.DateColumn
 
getDouble(int) - Method in class tech.tablesaw.api.DateTimeColumn
 
getDouble(int) - Method in class tech.tablesaw.api.DoubleColumn
Returns a double representation of the number at index
getDouble(int) - Method in class tech.tablesaw.api.FloatColumn
Returns a double representation of the number at index
getDouble(int) - Method in class tech.tablesaw.api.InstantColumn
 
getDouble(int) - Method in class tech.tablesaw.api.IntColumn
Returns a double representation of the number at index
getDouble(int) - Method in class tech.tablesaw.api.LongColumn
Returns a double representation of the number at index
getDouble(int) - Method in interface tech.tablesaw.api.NumericColumn
Returns a double representation of the number at index
getDouble(int) - Method in class tech.tablesaw.api.Row
Returns a double from this Row at the column with the given index.
getDouble(int) - Method in class tech.tablesaw.api.ShortColumn
Returns a double representation of the number at index
getDouble(int) - Method in class tech.tablesaw.api.StringColumn
 
getDouble(int) - Method in class tech.tablesaw.api.TimeColumn
 
getDouble(int) - Method in interface tech.tablesaw.columns.numbers.NumberFilters
 
getDouble(int) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
 
getDouble(int) - Method in interface tech.tablesaw.columns.strings.StringData
 
getDouble(int) - Method in class tech.tablesaw.columns.strings.TextualStringData
Returns a double that can stand in for the string at index i in some ML applications
getDouble(String) - Method in class tech.tablesaw.api.Row
Returns a double from this Row at the column of the given name.
getDummies() - Method in class tech.tablesaw.api.StringColumn
Returns a list of boolean columns suitable for use as dummy variables in, for example, regression analysis, select a column of categorical data must be encoded as a list of columns, such that each column represents a single category and indicates whether it is present (1) or not present (0)
getDummies() - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
Returns a list of boolean columns suitable for use as dummy variables in, for example, regression analysis, select a column of categorical data must be encoded as a list of columns, such that each column represents a single category and indicates whether it is present (1) or not present (0)
getDummies() - Method in interface tech.tablesaw.columns.strings.DictionaryMap
 
getDummies() - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
Returns a list of boolean columns suitable for use as dummy variables in, for example, regression analysis, select a column of categorical data must be encoded as a list of columns, such that each column represents a single category and indicates whether it is present (1) or not present (0)
getDummies() - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
 
getDummies() - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
Returns a list of boolean columns suitable for use as dummy variables in, for example, regression analysis, select a column of categorical data must be encoded as a list of columns, such that each column represents a single category and indicates whether it is present (1) or not present (0)
getDummies() - Method in interface tech.tablesaw.columns.strings.StringData
 
getDummies() - Method in class tech.tablesaw.columns.strings.TextualStringData
Unsupported Operation This can't be used on a text column as the number of BooleanColumns would likely be excessive
getEncryptionType() - Method in class tech.tablesaw.io.saw.SawMetadata
 
getEncryptionType() - Method in class tech.tablesaw.io.saw.SawWriteOptions
 
getEngine() - Method in class tech.tablesaw.plotly.components.Component
 
getEventHandlers() - Method in class tech.tablesaw.plotly.components.Figure
 
getFalseBytesLength() - Method in class tech.tablesaw.io.saw.ColumnMetadata
For BooleanColumn only Returns the length of the byte array used for false values before it is compressed
getFloat(int) - Method in class tech.tablesaw.api.FloatColumn
Returns a float representation of the data at the given index.
getFloat(int) - Method in class tech.tablesaw.api.Row
Returns a float from this Row at the column with the given index.
getFloat(String) - Method in class tech.tablesaw.api.Row
Returns a float from this Row at the column of the given name.
getFormat() - Method in class tech.tablesaw.columns.numbers.NumberColumnFormatter
 
getFormat() - Method in class tech.tablesaw.columns.TemporalColumnFormatter
 
getHour(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
 
getHour(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
 
getId() - Method in class tech.tablesaw.io.saw.ColumnMetadata
 
getInstant(int) - Method in class tech.tablesaw.api.Row
Returns an Instant from this Row at the column with the given index.
getInstant(String) - Method in class tech.tablesaw.api.Row
Returns an Instant value from this Row at the column of the given name.
getInt(int) - Method in class tech.tablesaw.api.IntColumn
Returns the value at the given index.
getInt(int) - Method in class tech.tablesaw.api.Row
Returns an int from this Row at the column with the given index.
getInt(int) - Method in class tech.tablesaw.api.ShortColumn
Returns the value at the given index.
getInt(String) - Method in class tech.tablesaw.api.Row
Returns an int from this Row at the column of the given name.
getIntInternal(int) - Method in class tech.tablesaw.api.DateColumn
getIntInternal(int) - Method in class tech.tablesaw.api.TimeColumn
Returns the packed time representation of the value at index
getIntInternal(int) - Method in interface tech.tablesaw.columns.dates.DateFilters
 
getIntInternal(int) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
 
getIntInternal(int) - Method in interface tech.tablesaw.columns.times.TimeFilters
Returns the packed time representation of the value at index
getIntInternal(int) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
 
getJSONContext() - Method in class tech.tablesaw.plotly.components.change.Change
 
getJSONContext() - Method in class tech.tablesaw.plotly.components.change.ChangeLine
 
getJSONContext() - Method in class tech.tablesaw.plotly.components.Component
 
getJSONContext() - Method in class tech.tablesaw.plotly.components.Config
 
getJSONContext() - Method in class tech.tablesaw.plotly.components.Domain
 
getJSONContext() - Method in class tech.tablesaw.plotly.components.Font
 
getJSONContext() - Method in class tech.tablesaw.plotly.components.Gradient
 
getJSONContext() - Method in class tech.tablesaw.plotly.components.HoverLabel
 
getJSONContext() - Method in class tech.tablesaw.plotly.components.Line
 
getJSONContext() - Method in class tech.tablesaw.plotly.components.Margin
 
getJSONContext() - Method in class tech.tablesaw.plotly.components.threeD.Up
 
getKeyAtIndex(int) - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
Returns the int that represents the string at rowNumber
getKeyAtIndex(int) - Method in interface tech.tablesaw.columns.strings.DictionaryMap
Returns the int that represents the string at rowNumber
getKeyAtIndex(int) - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
Returns the int that represents the string at rowNumber
getKeyAtIndex(int) - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
 
getKeyAtIndex(int) - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
Returns the int that represents the string at rowNumber
getKeyCountEntries() - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
 
getKeyCountEntries() - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
 
getKeyCountEntries() - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
 
getKeyForIndex(int) - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
 
getKeyForIndex(int) - Method in interface tech.tablesaw.columns.strings.DictionaryMap
 
getKeyForIndex(int) - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
 
getKeyForIndex(int) - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
 
getKeyForIndex(int) - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
 
getKeyValueEntries() - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
 
getKeyValueEntries() - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
 
getKeyValueEntries() - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
 
getLayout() - Method in class tech.tablesaw.plotly.components.Figure
 
getLine() - Method in exception tech.tablesaw.io.ColumnIndexOutOfBoundsException
Returns the array of values in the row that caused the Exception as a comma-separated list
getLong(int) - Method in class tech.tablesaw.api.LongColumn
Returns the value at the given index.
getLong(int) - Method in class tech.tablesaw.api.Row
Returns a long from this Row at the column with the given index.
getLong(String) - Method in class tech.tablesaw.api.Row
Returns a long from this Row at the column of the given name.
getLongInternal(int) - Method in class tech.tablesaw.api.DateTimeColumn
Returns the internal (long-encoded) value stored in the column at the given row
getLongInternal(int) - Method in class tech.tablesaw.api.InstantColumn
Returns the internal (long-encoded) value stored in the column at the given row
getLongInternal(int) - Method in interface tech.tablesaw.columns.temporal.TemporalColumn
Returns the internal (long-encoded) value stored in the column at the given row
getLongInternal(int) - Method in interface tech.tablesaw.columns.temporal.TemporalFilters
 
getMillisecondOfDay(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
 
getMillisecondOfDay(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
 
getMillisecondOfMinute(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
 
getMillisecondOfMinute(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
 
getMilliseconds(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
 
getMinute(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
 
getMinute(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
 
getMinuteOfDay(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
 
getMinuteOfDay(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
 
getMissingBytesLength() - Method in class tech.tablesaw.io.saw.ColumnMetadata
For BooleanColumn only Returns the length of the byte array used for missing values before it is compressed
getMissingString() - Method in class tech.tablesaw.columns.ColumnFormatter
Returns the string to be used in place of any missing values in the column
getMonth(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
 
getMonth(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
 
getMonthValue(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
 
getMonthValue(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
 
getName() - Method in class tech.tablesaw.io.saw.ColumnMetadata
 
getName() - Method in class tech.tablesaw.io.saw.TableMetadata
Returns the name of the table
getNano(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
 
getNewEngine() - Static method in class tech.tablesaw.plotly.components.TemplateUtils
 
getNextStringKey() - Method in class tech.tablesaw.io.saw.ColumnMetadata
 
getNumber(String) - Method in class tech.tablesaw.api.Row
Returns a double representing the value held in the column with the given name at this row, for any numeric column type
getObject(int) - Method in class tech.tablesaw.api.Row
Returns an Object representing the LocalTime from this Row at the column with the given index.
getObject(String) - Method in class tech.tablesaw.api.Row
Returns an Object representing the value from this Row at the column of the given name.
getPackedDate(int) - Method in class tech.tablesaw.api.DateColumn
 
getPackedDate(int) - Method in class tech.tablesaw.api.Row
Returns an int representing the LocalTime from this Row at the column with the given index.
getPackedDate(String) - Method in class tech.tablesaw.api.Row
Returns an int representing the LocalDate from this Row at the column of the given name.
getPackedDateTime(int) - Method in class tech.tablesaw.api.DateTimeColumn
 
getPackedDateTime(int) - Method in class tech.tablesaw.api.Row
Returns an long representing the LocalTime from this Row at the column with the given index.
getPackedDateTime(String) - Method in class tech.tablesaw.api.Row
Returns a long representing the LocalDateTime from this Row at the column of the given name.
getPackedInstant(int) - Method in class tech.tablesaw.api.InstantColumn
Returns the long-encoded version of the instant at the given index
getPackedInstant(int) - Method in class tech.tablesaw.api.Row
Returns an long representing the LocalTime from this Row at the column with the given index.
getPackedInstant(String) - Method in class tech.tablesaw.api.Row
Returns a long representing the Instant from this Row at the column of the given name.
getPackedTime(int) - Method in class tech.tablesaw.api.Row
Returns an int representing the LocalTime from this Row at the column with the given index.
getPackedTime(int) - Method in class tech.tablesaw.api.TimeColumn
 
getPackedTime(String) - Method in class tech.tablesaw.api.Row
Returns an int representing the LocalTime from this Row at the column of the given name.
getPrinterFriendlyName() - Method in interface tech.tablesaw.api.ColumnType
Returns a printer-friendly version of this ColumnType's name
getPrinterFriendlyName() - Method in class tech.tablesaw.columns.AbstractColumnType
Returns a printer-friendly version of this ColumnType's name
getPrintFormatter() - Method in class tech.tablesaw.api.BooleanColumn
Returns the print formatter for this column
getPrintFormatter() - Method in class tech.tablesaw.api.NumberColumn
Returns the NumbetPrintFormatter for this column, or null
getPrintFormatter() - Method in class tech.tablesaw.api.StringColumn
Returns the current StringColumnFormatter.
getQuarter(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
Returns the quarter of the year of the given date as an int from 1 to 4, or -1, if the argument is the MISSING_VALUE for DateColumn
getQuarter(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
Returns the quarter of the year of the given date as an int from 1 to 4, or -1, if the argument is the missingValueIndicator() for DateTimeColumn
getReaderForExtension(String) - Method in class tech.tablesaw.io.ReaderRegistry
 
getReaderForMimeType(String) - Method in class tech.tablesaw.io.ReaderRegistry
 
getReaderForOptions(T) - Method in class tech.tablesaw.io.ReaderRegistry
 
getRowCount() - Method in class tech.tablesaw.io.saw.SawMetadata
 
getRowCount() - Method in class tech.tablesaw.io.saw.TableMetadata
Returns the number of rows in the table
getRowNumber() - Method in class tech.tablesaw.api.Row
Returns the zero-based index of the current position of this Row
getRowNumber() - Method in exception tech.tablesaw.io.AddCellToColumnException
Returns the number of the row that caused the Exception to be thrown
getRowNumber() - Method in exception tech.tablesaw.io.ColumnIndexOutOfBoundsException
Returns the number of the row that caused the Exception to be thrown
getSecond(int) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
 
getSecond(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
 
getSecond(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
 
getSecondOfDay(int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
 
getSecondOfDay(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
 
getSelectedColumns() - Method in class tech.tablesaw.io.saw.SawReadOptions
 
getShort(int) - Method in class tech.tablesaw.api.Row
Returns a short value from this Row at the column with the given index.
getShort(int) - Method in class tech.tablesaw.api.ShortColumn
 
getShort(String) - Method in class tech.tablesaw.api.Row
Returns a short from this Row at the column of the given name.
getSlices() - Method in class tech.tablesaw.table.TableSliceGroup
Returns the slices as a list
getSourceTable() - Method in class tech.tablesaw.table.TableSliceGroup
Returns the table behind this slice group
getSplitColumnNames() - Method in class tech.tablesaw.table.TableSliceGroup
Returns the names of the columns the backing table was split on.
getString(int) - Method in class tech.tablesaw.api.BooleanColumn
Returns a string representation of the value at the given row.
getString(int) - Method in class tech.tablesaw.api.DateColumn
Returns a string representation of the value at the given row.
getString(int) - Method in class tech.tablesaw.api.DateTimeColumn
Returns a string representation of the value at the given row.
getString(int) - Method in class tech.tablesaw.api.DoubleColumn
Returns a string representation of the value at the given row.
getString(int) - Method in class tech.tablesaw.api.FloatColumn
Returns a string representation of the value at the given row.
getString(int) - Method in class tech.tablesaw.api.InstantColumn
Returns a string representation of the value at the given row.
getString(int) - Method in class tech.tablesaw.api.IntColumn
Returns a string representation of the value at the given row.
getString(int) - Method in class tech.tablesaw.api.LongColumn
Returns a string representation of the value at the given row.
getString(int) - Method in class tech.tablesaw.api.NumberColumn
Returns a string representation of the value at the given row.
getString(int) - Method in class tech.tablesaw.api.Row
Returns a String value from this Row at the column with the given index.
getString(int) - Method in class tech.tablesaw.api.ShortColumn
Returns a string representation of the value at the given row.
getString(int) - Method in class tech.tablesaw.api.StringColumn
Returns a string representation of the value at the given row.
getString(int) - Method in class tech.tablesaw.api.TimeColumn
Returns a string representation of the value at the given row.
getString(int) - Method in interface tech.tablesaw.columns.Column
Returns a string representation of the value at the given row.
getString(int) - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
 
getString(int, int) - Method in class tech.tablesaw.table.Relation
Returns a string representation of the value at the given row and column indexes
getString(int, String) - Method in class tech.tablesaw.table.Relation
Returns a string representation of the value at the given row and column indexes
getString(String) - Method in class tech.tablesaw.api.Row
Returns a String from this Row at the column of the given name.
getStringColumnKeySize() - Method in class tech.tablesaw.io.saw.ColumnMetadata
 
getTable() - Method in class tech.tablesaw.analytic.AnalyticQuery
The Table behind the query.
getTable() - Method in class tech.tablesaw.table.TableSlice
Returns the backing table for this slice
getTableMetadata() - Method in class tech.tablesaw.io.saw.SawMetadata
 
getTableName() - Method in class tech.tablesaw.io.saw.SawMetadata
 
getThreadPoolSize() - Method in class tech.tablesaw.io.saw.SawReadOptions
 
getThreadPoolSize() - Method in class tech.tablesaw.io.saw.SawWriteOptions
 
getThreshold() - Method in class tech.tablesaw.util.LevenshteinDistance
Gets the distance threshold.
getTime(int) - Method in class tech.tablesaw.api.Row
Returns a LocalTime value from this Row at the column with the given index.
getTime(String) - Method in class tech.tablesaw.api.Row
Returns a LocalTime value from this Row at the column of the given name.
getTitle() - Method in class tech.tablesaw.plotly.components.Layout
 
getTraces() - Method in class tech.tablesaw.plotly.components.Figure
 
getTrueBytesLength() - Method in class tech.tablesaw.io.saw.ColumnMetadata
For BooleanColumn only Returns the length of the byte array used for true values before it is compressed
getType() - Method in class tech.tablesaw.io.saw.ColumnMetadata
 
getType() - Method in class tech.tablesaw.plotly.traces.BarTrace.BarBuilder
 
getType() - Method in class tech.tablesaw.plotly.traces.BoxTrace.BoxBuilder
 
getType() - Method in class tech.tablesaw.plotly.traces.ContourTrace.ContourBuilder
 
getType() - Method in class tech.tablesaw.plotly.traces.HeatmapTrace.HeatmapBuilder
 
getType() - Method in class tech.tablesaw.plotly.traces.Histogram2DTrace.Histogram2DBuilder
 
getType() - Method in class tech.tablesaw.plotly.traces.HistogramTrace.HistogramBuilder
 
getType() - Method in class tech.tablesaw.plotly.traces.PieTrace.PieBuilder
 
getType() - Method in class tech.tablesaw.plotly.traces.Scatter3DTrace.Scatter3DBuilder
 
getType() - Method in class tech.tablesaw.plotly.traces.ScatterTrace.ScatterBuilder
 
getType() - Method in class tech.tablesaw.plotly.traces.TraceBuilder
 
getType() - Method in class tech.tablesaw.plotly.traces.ViolinTrace.ViolinBuilder
 
getTypeString(Table) - Method in class tech.tablesaw.io.FileReader
 
getUncompressedByteSize() - Method in class tech.tablesaw.io.saw.ColumnMetadata
 
getUnformatted(int, int) - Method in class tech.tablesaw.table.Relation
Returns a string representation of the value at the given row and column indexes
getUnformattedString(int) - Method in class tech.tablesaw.api.BooleanColumn
Returns a String representation of the value at index r, without any formatting applied
getUnformattedString(int) - Method in class tech.tablesaw.api.DateColumn
Returns a String representation of the value at index r, without any formatting applied
getUnformattedString(int) - Method in class tech.tablesaw.api.DateTimeColumn
Returns a String representation of the value at index r, without any formatting applied
getUnformattedString(int) - Method in class tech.tablesaw.api.DoubleColumn
Returns a String representation of the value at index r, without any formatting applied
getUnformattedString(int) - Method in class tech.tablesaw.api.FloatColumn
Returns a String representation of the value at index r, without any formatting applied
getUnformattedString(int) - Method in class tech.tablesaw.api.InstantColumn
Returns a String representation of the value at index r, without any formatting applied
getUnformattedString(int) - Method in class tech.tablesaw.api.IntColumn
Returns a String representation of the value at index r, without any formatting applied
getUnformattedString(int) - Method in class tech.tablesaw.api.LongColumn
Returns a String representation of the value at index r, without any formatting applied
getUnformattedString(int) - Method in class tech.tablesaw.api.ShortColumn
Returns a String representation of the value at index r, without any formatting applied
getUnformattedString(int) - Method in class tech.tablesaw.api.StringColumn
Returns a String representation of the value at index r, without any formatting applied
getUnformattedString(int) - Method in class tech.tablesaw.api.TimeColumn
Returns a String representation of the value at index r, without any formatting applied
getUnformattedString(int) - Method in interface tech.tablesaw.columns.Column
Returns a String representation of the value at index r, without any formatting applied
getValueForIndex(int) - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
 
getValueForIndex(int) - Method in interface tech.tablesaw.columns.strings.DictionaryMap
 
getValueForIndex(int) - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
 
getValueForIndex(int) - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
 
getValueForIndex(int) - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
 
getValueForKey(int) - Method in class tech.tablesaw.columns.strings.ByteDictionaryMap
 
getValueForKey(int) - Method in interface tech.tablesaw.columns.strings.DictionaryMap
 
getValueForKey(int) - Method in class tech.tablesaw.columns.strings.IntDictionaryMap
 
getValueForKey(int) - Method in class tech.tablesaw.columns.strings.NullDictionaryMap
 
getValueForKey(int) - Method in class tech.tablesaw.columns.strings.ShortDictionaryMap
 
getVersion() - Method in class tech.tablesaw.io.saw.SawMetadata
Returns the saw file format version used to create this file
getWeekOfYear(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
 
getWeekOfYear(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
 
getWriterForExtension(String) - Method in class tech.tablesaw.io.WriterRegistry
 
getWriterForOptions(T) - Method in class tech.tablesaw.io.WriterRegistry
 
getYear(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
 
getYear(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
 
gradient(Gradient) - Method in class tech.tablesaw.plotly.components.Marker.MarkerBuilder
Sets a gradient for the marker
Gradient - Class in tech.tablesaw.plotly.components
 
Gradient.GradientBuilder - Class in tech.tablesaw.plotly.components
 
Gradient.Type - Enum Class in tech.tablesaw.plotly.components
Defines the gradient type
GradientBuilder() - Constructor for class tech.tablesaw.plotly.components.Gradient.GradientBuilder
 
greaterThan(byte) - Method in class tech.tablesaw.index.ByteIndex
Returns a Selection of all values greater than the given value
greaterThan(double) - Method in class tech.tablesaw.index.DoubleIndex
Returns a Selection of all values greater than the given value
greaterThan(float) - Method in class tech.tablesaw.index.FloatIndex
Returns a Selection of all values greater than the given value
greaterThan(int) - Method in class tech.tablesaw.index.IntIndex
Returns a Selection of all values greater than the given value
greaterThan(long) - Method in class tech.tablesaw.index.LongIndex
Returns a Selection of all values greater than the given value
greaterThan(short) - Method in class tech.tablesaw.index.ShortIndex
Returns a Selection of all values greater than the given value
greaterThan(Instant) - Method in class tech.tablesaw.index.LongIndex
Returns a Selection of all values greater than the given value
greaterThan(LocalDate) - Method in class tech.tablesaw.index.IntIndex
Returns a Selection of all values greater than the given value
greaterThan(LocalDateTime) - Method in class tech.tablesaw.index.LongIndex
Returns a Selection of all values greater than the given value
greaterThan(LocalTime) - Method in class tech.tablesaw.index.IntIndex
Returns a Selection of all values greater than the given value
GREENS - Enum constant in enum class tech.tablesaw.plotly.components.Marker.Palette
 
GREYS - Enum constant in enum class tech.tablesaw.plotly.components.Marker.Palette
 
grid(Grid) - Method in class tech.tablesaw.plotly.components.Layout.LayoutBuilder
 
Grid - Class in tech.tablesaw.plotly.components
 
Grid(Grid.GridBuilder) - Constructor for class tech.tablesaw.plotly.components.Grid
 
Grid.GridBuilder - Class in tech.tablesaw.plotly.components
 
Grid.Pattern - Enum Class in tech.tablesaw.plotly.components
 
Grid.RowOrder - Enum Class in tech.tablesaw.plotly.components
 
Grid.XSide - Enum Class in tech.tablesaw.plotly.components
 
Grid.YSide - Enum Class in tech.tablesaw.plotly.components
 
gridColor(String) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
 
gridWidth(int) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
 
GROUP - Enum constant in enum class tech.tablesaw.plotly.components.Layout.BarMode
 
groupBy(int) - Method in class tech.tablesaw.aggregate.Summarizer
TODO: research how the groupBy() methods differ from the by() methods? Are they synonyms?
groupBy(String...) - Method in class tech.tablesaw.aggregate.Summarizer
TODO: research how the groupBy() methods differ from the by() methods? Are they synonyms?
groupBy(CategoricalColumn<?>...) - Method in class tech.tablesaw.aggregate.Summarizer
TODO: research how the groupBy() methods differ from the by() methods? Are they synonyms?
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form