Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- lag(int) - Method in class tech.tablesaw.api.BooleanColumn
-
Returns a column of the same type and size as the receiver, containing the receivers values offset by n.
- lag(int) - Method in class tech.tablesaw.api.DateColumn
-
Returns a column of the same type and size as the receiver, containing the receivers values offset by n.
- lag(int) - Method in class tech.tablesaw.api.DateTimeColumn
-
Returns a column of the same type and size as the receiver, containing the receivers values offset by n.
- lag(int) - Method in class tech.tablesaw.api.DoubleColumn
-
Returns a column of the same type and size as the receiver, containing the receivers values offset by n.
- lag(int) - Method in class tech.tablesaw.api.FloatColumn
-
Returns a column of the same type and size as the receiver, containing the receivers values offset by n.
- lag(int) - Method in class tech.tablesaw.api.InstantColumn
-
Returns a column of the same type and size as the receiver, containing the receivers values offset by n.
- lag(int) - Method in class tech.tablesaw.api.IntColumn
-
Returns a column of the same type and size as the receiver, containing the receivers values offset by n.
- lag(int) - Method in class tech.tablesaw.api.LongColumn
-
Returns a column of the same type and size as the receiver, containing the receivers values offset by n.
- lag(int) - Method in interface tech.tablesaw.api.NumericColumn
-
Returns a column of the same type and size as the receiver, containing the receivers values offset by n.
- lag(int) - Method in class tech.tablesaw.api.ShortColumn
-
Returns a column of the same type and size as the receiver, containing the receivers values offset by n.
- lag(int) - Method in class tech.tablesaw.api.StringColumn
-
Returns a column of the same type and size as the receiver, containing the receivers values offset by n.
- lag(int) - Method in class tech.tablesaw.api.TimeColumn
-
Returns a column of the same type and size as the receiver, containing the receivers values offset by n.
- lag(int) - Method in interface tech.tablesaw.columns.Column
-
Returns a column of the same type and size as the receiver, containing the receivers values offset by n.
- lag(int) - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
- lag(int) - Method in interface tech.tablesaw.columns.strings.StringData
- lag(int) - Method in class tech.tablesaw.columns.strings.TextualStringData
- lag(int) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
- LASSO - Enum constant in enum class tech.tablesaw.plotly.components.Layout.DragMode
- last - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
A function that takes a
NumericColumn
argument and returns the last item without sorting - last(int) - Method in class tech.tablesaw.api.Table
-
Returns a new table containing the last
nrows
of data in this table - last(int) - Method in class tech.tablesaw.columns.AbstractColumn
-
Returns a column of the same type containing the last
numRows
of this column. - last(int) - Method in interface tech.tablesaw.columns.Column
-
Returns a column of the same type containing the last
numRows
of this column. - LAST - Enum constant in enum class tech.tablesaw.plotly.components.TickSettings.DisplayRules
- lastIndexOf(Object) - Method in class tech.tablesaw.columns.AbstractColumn
-
Returns the index of the last occurrence of
o
in the column or -1 if the element is not in the column. - lastIndexOf(Object) - Method in interface tech.tablesaw.columns.Column
-
Returns the index of the last occurrence of
o
in the column or -1 if the element is not in the column. - latestDate - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
A function that takes a column argument and returns the latest date in that column
- latestDateTime - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
-
A function that takes a column argument and returns the latest date-time value in that column
- layout(Layout) - Method in class tech.tablesaw.plotly.components.Figure.FigureBuilder
- Layout - Class in tech.tablesaw.plotly.components
- Layout.BarMode - Enum Class in tech.tablesaw.plotly.components
-
Determines the display mode for bars when you have multiple bar traces.
- Layout.DragMode - Enum Class in tech.tablesaw.plotly.components
-
Determines the mode of drag interactions.
- Layout.HoverMode - Enum Class in tech.tablesaw.plotly.components
-
Determines the mode of hover interactions.
- Layout.LayoutBuilder - Class in tech.tablesaw.plotly.components
- lead(int) - Method in class tech.tablesaw.api.BooleanColumn
-
Returns a column of the same type as the receiver, containing the receivers values offset -n For example if you lead a column containing 2, 3, 4 by 1, you get a column containing 3, 4, NA.
- lead(int) - Method in class tech.tablesaw.api.DateColumn
-
Returns a column of the same type as the receiver, containing the receivers values offset -n For example if you lead a column containing 2, 3, 4 by 1, you get a column containing 3, 4, NA.
- lead(int) - Method in interface tech.tablesaw.api.NumericColumn
-
Returns a column of the same type as the receiver, containing the receivers values offset -n For example if you lead a column containing 2, 3, 4 by 1, you get a column containing 3, 4, NA.
- lead(int) - Method in class tech.tablesaw.api.StringColumn
-
Returns a column of the same type as the receiver, containing the receivers values offset -n For example if you lead a column containing 2, 3, 4 by 1, you get a column containing 3, 4, NA.
- lead(int) - Method in interface tech.tablesaw.columns.Column
-
Returns a column of the same type as the receiver, containing the receivers values offset -n For example if you lead a column containing 2, 3, 4 by 1, you get a column containing 3, 4, NA.
- lead(int) - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
- lead(int) - Method in interface tech.tablesaw.columns.strings.StringData
- lead(int) - Method in class tech.tablesaw.columns.strings.TextualStringData
- lead(int) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
- left - Enum constant in enum class tech.tablesaw.plotly.components.Axis.Side
- left(int) - Method in class tech.tablesaw.plotly.components.Margin.MarginBuilder
- LEFT - Enum constant in enum class tech.tablesaw.plotly.components.Annotation.Align
- LEFT - Enum constant in enum class tech.tablesaw.plotly.components.Annotation.Xanchor
- LEFT - Enum constant in enum class tech.tablesaw.plotly.components.Axis.ConstrainToward
- LEFT - Enum constant in enum class tech.tablesaw.plotly.components.ColorBar.Xanchor
- LEFT - Enum constant in enum class tech.tablesaw.plotly.components.Grid.YSide
- LEFT_OUTER - Enum constant in enum class tech.tablesaw.joining.JoinType
- LEFT_PLOT - Enum constant in enum class tech.tablesaw.plotly.components.Grid.YSide
- leftOuter(boolean, Table...) - Method in class tech.tablesaw.joining.AbstractJoiner
-
Deprecated.
- leftOuter(Table...) - Method in class tech.tablesaw.joining.AbstractJoiner
-
Deprecated.
- leftOuter(Table, boolean, boolean, String...) - Method in class tech.tablesaw.joining.AbstractJoiner
-
Deprecated.
- leftOuter(Table, boolean, String...) - Method in class tech.tablesaw.joining.AbstractJoiner
-
Deprecated.
- leftOuter(Table, String) - Method in class tech.tablesaw.joining.AbstractJoiner
-
Deprecated.
- leftOuter(Table, String[]) - Method in class tech.tablesaw.joining.AbstractJoiner
-
Deprecated.
- LEGEND_ONLY - Enum constant in enum class tech.tablesaw.plotly.traces.AbstractTrace.Visibility
- legendGroup - Variable in class tech.tablesaw.plotly.traces.TraceBuilder
-
Sets the legend group for this trace.
- legendGroup(String) - Method in class tech.tablesaw.plotly.traces.Scatter3DTrace.Scatter3DBuilder
- legendGroup(String) - Method in class tech.tablesaw.plotly.traces.ScatterTrace.ScatterBuilder
- legendGroup(String) - Method in class tech.tablesaw.plotly.traces.TraceBuilder
- len(double) - Method in class tech.tablesaw.plotly.components.ColorBar.ColorBarBuilder
-
Sets the length of the color bar, This measure excludes the size of the padding, ticks and labels.
- length() - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
-
Returns a column containing the character length of each string in this column The returned column is the same size as the original
- length(int) - Method in class tech.tablesaw.plotly.components.TickSettings.TickSettingsBuilder
-
Sets the tick length (in px).
- length(CharSequence) - Static method in class tech.tablesaw.util.StringUtils
-
Gets a CharSequence length or
0
if the CharSequence isnull
. - lengthEquals(int) - Method in interface tech.tablesaw.columns.strings.StringFilters
- lengthEquals(int) - Method in class tech.tablesaw.filtering.DeferredStringColumn
- lengthEquals(int) - Method in interface tech.tablesaw.filtering.StringFilterSpec
- lengthOfMonth(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
- lengthOfMonth(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
- lengthOfYear(int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
- lengthOfYear(long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
- lenMode(ColorBar.LenMode) - Method in class tech.tablesaw.plotly.components.ColorBar.ColorBarBuilder
-
Determines whether this color bar's length (i.e.
- lessThan(byte) - Method in class tech.tablesaw.index.ByteIndex
-
Returns a
Selection
of all values less than the given value - lessThan(double) - Method in class tech.tablesaw.index.DoubleIndex
-
Returns a
Selection
of all values less than the given value - lessThan(float) - Method in class tech.tablesaw.index.FloatIndex
-
Returns a
Selection
of all values less than the given value - lessThan(int) - Method in class tech.tablesaw.index.IntIndex
-
Returns a
Selection
of all values less than the given value - lessThan(long) - Method in class tech.tablesaw.index.LongIndex
-
Returns a
Selection
of all values less than the given value - lessThan(short) - Method in class tech.tablesaw.index.ShortIndex
-
Returns a
Selection
of all values less than the given value - lessThan(Instant) - Method in class tech.tablesaw.index.LongIndex
-
Returns a
Selection
of all values less than the given value - lessThan(LocalDate) - Method in class tech.tablesaw.index.IntIndex
-
Returns a
Selection
of all values less than the given value - lessThan(LocalDateTime) - Method in class tech.tablesaw.index.LongIndex
-
Returns a
Selection
of all values less than the given value - lessThan(LocalTime) - Method in class tech.tablesaw.index.IntIndex
-
Returns a
Selection
of all values less than the given value - LevenshteinDistance - Class in tech.tablesaw.util
-
An algorithm for measuring the difference between two character sequences.
- LevenshteinDistance() - Constructor for class tech.tablesaw.util.LevenshteinDistance
-
This returns the default instance that uses a version of the algorithm that does not use a threshold parameter.
- LevenshteinDistance(Integer) - Constructor for class tech.tablesaw.util.LevenshteinDistance
-
If the threshold is not null, distance calculations will be limited to a maximum length.
- line(Line) - Method in class tech.tablesaw.plotly.components.Marker.MarkerBuilder
-
Sets an outline around the marker
- line(Line) - Method in class tech.tablesaw.plotly.traces.ScatterTrace.ScatterBuilder
- Line - Class in tech.tablesaw.plotly.components
- LINE - Enum constant in enum class tech.tablesaw.plotly.traces.Scatter3DTrace.Mode
- LINE - Enum constant in enum class tech.tablesaw.plotly.traces.ScatterTrace.Mode
- LINE_AND_MARKERS - Enum constant in enum class tech.tablesaw.plotly.traces.Scatter3DTrace.Mode
- LINE_AND_MARKERS - Enum constant in enum class tech.tablesaw.plotly.traces.ScatterTrace.Mode
- LINE_AND_TEXT - Enum constant in enum class tech.tablesaw.plotly.traces.Scatter3DTrace.Mode
- LINE_AND_TEXT - Enum constant in enum class tech.tablesaw.plotly.traces.ScatterTrace.Mode
- LINE_EW - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- LINE_NE - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- LINE_NS - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- LINE_NW - Enum constant in enum class tech.tablesaw.plotly.components.Symbol
- LINE_TEXT_AND_MARKERS - Enum constant in enum class tech.tablesaw.plotly.traces.Scatter3DTrace.Mode
- LINE_TEXT_AND_MARKERS - Enum constant in enum class tech.tablesaw.plotly.traces.ScatterTrace.Mode
- Line.Dash - Enum Class in tech.tablesaw.plotly.components
- Line.LineBuilder - Class in tech.tablesaw.plotly.components
- Line.Shape - Enum Class in tech.tablesaw.plotly.components
-
Determines the shape of the line Linear (i.e.
- linear() - Method in class tech.tablesaw.columns.numbers.NumberInterpolator
-
Linearly interpolates missing values.
- LINEAR - Enum constant in enum class tech.tablesaw.plotly.components.Axis.Type
- LINEAR - Enum constant in enum class tech.tablesaw.plotly.components.Line.Shape
- LINEAR - Enum constant in enum class tech.tablesaw.plotly.components.TickSettings.TickMode
- LineBuilder() - Constructor for class tech.tablesaw.plotly.components.change.ChangeLine.LineBuilder
- LineBuilder() - Constructor for class tech.tablesaw.plotly.components.Line.LineBuilder
- lineColor(String) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
- lineEnd() - Method in class tech.tablesaw.io.csv.CsvWriteOptions
- lineEnd(String) - Method in class tech.tablesaw.io.csv.CsvWriteOptions.Builder
- lineEnding - Variable in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
- lineEnding() - Method in class tech.tablesaw.io.csv.CsvReadOptions
- lineEnding() - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions
- lineEnding(String) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
- lineEnding(String) - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
- LinePlot - Class in tech.tablesaw.plotly.api
- LinePlot() - Constructor for class tech.tablesaw.plotly.api.LinePlot
- lineSeparator() - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions
- lineSeparator(char[]) - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions.Builder
- lineSeparatorDetectionEnabled() - Method in class tech.tablesaw.io.csv.CsvReadOptions
- lineSeparatorString() - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions
- lineSeparatorString(String) - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions.Builder
- lineWidth(int) - Method in class tech.tablesaw.plotly.components.Axis.AxisBuilder
- LOCAL_DATE - Static variable in interface tech.tablesaw.api.ColumnType
- LOCAL_DATE_TIME - Static variable in interface tech.tablesaw.api.ColumnType
- LOCAL_TIME - Static variable in interface tech.tablesaw.api.ColumnType
- locale - Variable in class tech.tablesaw.api.NumberColumn
- locale - Variable in class tech.tablesaw.io.ReadOptions.Builder
- locale - Variable in class tech.tablesaw.io.ReadOptions
- locale() - Method in class tech.tablesaw.io.ReadOptions
- locale(Locale) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
- locale(Locale) - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
- locale(Locale) - Method in class tech.tablesaw.io.html.HtmlReadOptions.Builder
- locale(Locale) - Method in class tech.tablesaw.io.json.JsonReadOptions.Builder
- locale(Locale) - Method in class tech.tablesaw.io.ReadOptions.Builder
- locale(Locale) - Method in class tech.tablesaw.io.xlsx.XlsxReadOptions.Builder
- LOG - Enum constant in enum class tech.tablesaw.plotly.components.Axis.Type
- log10() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
Returns the base 10 log of the values in this column as a NumberColumn.
- log1p() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
Returns the natural log of the values in this column, after adding 1 to each so that zero values don't return -Infinity
- logN() - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
-
Returns the natural log of the values in this column as a NumberColumn.
- LONG - Static variable in interface tech.tablesaw.api.ColumnType
- LONG_DASH - Enum constant in enum class tech.tablesaw.plotly.components.Line.Dash
- LONG_DASH_DOT - Enum constant in enum class tech.tablesaw.plotly.components.Line.Dash
- LongBiPredicate - Interface in tech.tablesaw.filtering.predicates
- longColumn(int) - Method in class tech.tablesaw.table.Relation
-
Returns the LongColumn at the given 0-based index if present.
- longColumn(String) - Method in class tech.tablesaw.table.Relation
-
Returns a LongColumn with the given name if it is present in this Relation.
- LongColumn - Class in tech.tablesaw.api
-
A column that contains long values
- LongColumnType - Class in tech.tablesaw.columns.numbers
-
The
ColumnType
forLongColumn
- LongIndex - Class in tech.tablesaw.index
-
An index for eight-byte long and long backed columns (datetime)
- LongIndex(LongColumn) - Constructor for class tech.tablesaw.index.LongIndex
-
Constructs an index for the given column
- LongIndex(TemporalColumn<?>) - Constructor for class tech.tablesaw.index.LongIndex
-
Constructs an index for the given column
- longIterator() - Method in class tech.tablesaw.api.DateTimeColumn
- longIterator() - Method in class tech.tablesaw.api.InstantColumn
-
Returns an iterator over the long representations of the instants in this column
- longIterator() - Method in class tech.tablesaw.api.LongColumn
- LongParser - Class in tech.tablesaw.columns.numbers
- LongParser(ColumnType) - Constructor for class tech.tablesaw.columns.numbers.LongParser
- LongParser(LongColumnType, ReadOptions) - Constructor for class tech.tablesaw.columns.numbers.LongParser
- lookupWildcard - Variable in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
- lookupWildcard() - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions
- lookupWildcard() - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions
- lookupWildcard(char) - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
- lookupWildcard(char) - Method in class tech.tablesaw.io.fixed.FixedWidthWriteOptions.Builder
- lowerCase() - Method in interface tech.tablesaw.columns.strings.StringMapFunctions
- LZ4 - Enum constant in enum class tech.tablesaw.io.saw.CompressionType
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form