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

M

main(String[]) - Static method in class tech.tablesaw.plotly.display.Browser
 
map(Function<? super T, ? extends R>, Function<String, C>) - Method in interface tech.tablesaw.columns.Column
Maps the function across all rows, appending the results to the created Column.
map(Function<? super T, ? extends T>) - Method in class tech.tablesaw.columns.AbstractColumn
Maps the function across all rows, appending the results to a new Column of the same type
map(Function<? super T, ? extends T>) - Method in interface tech.tablesaw.columns.Column
Maps the function across all rows, appending the results to a new Column of the same type
mapInto(DoubleFunction<? extends RT>, R) - Method in interface tech.tablesaw.api.NumericColumn
Maps the function across all rows, appending the results to the provided Column
mapInto(Function<? super T, ? extends R>, C) - Method in interface tech.tablesaw.columns.Column
Maps the function across all rows, storing the results into the provided Column.
mapJdbcTypeToColumnType(Integer, ColumnType) - Static method in class tech.tablesaw.io.jdbc.SqlResultSetReader
Change or add a mapping between the given Jdbc type and column type.
mappedRowNumber(int) - Method in class tech.tablesaw.table.TableSlice
Maps the view row number to the row number on the underlying source table.
mapper - Static variable in class tech.tablesaw.plotly.components.Component
 
margin(Margin) - Method in class tech.tablesaw.plotly.components.Layout.LayoutBuilder
 
Margin - Class in tech.tablesaw.plotly.components
The margin for the plot
Margin.MarginBuilder - Class in tech.tablesaw.plotly.components
 
marker(Marker) - Method in class tech.tablesaw.plotly.traces.BarTrace.BarBuilder
 
marker(Marker) - Method in class tech.tablesaw.plotly.traces.HistogramTrace.HistogramBuilder
 
marker(Marker) - Method in class tech.tablesaw.plotly.traces.Scatter3DTrace.Scatter3DBuilder
 
marker(Marker) - Method in class tech.tablesaw.plotly.traces.ScatterTrace.ScatterBuilder
 
Marker - Class in tech.tablesaw.plotly.components
 
MARKER - Enum constant in enum class tech.tablesaw.plotly.components.Axis.Spikes.SpikeMode
 
Marker.MarkerBuilder - Class in tech.tablesaw.plotly.components
 
Marker.Palette - Enum Class in tech.tablesaw.plotly.components
Predefined palettes
Marker.SizeMode - Enum Class in tech.tablesaw.plotly.components
 
MarkerBuilder() - Constructor for class tech.tablesaw.plotly.components.Marker.MarkerBuilder
 
MARKERS - Enum constant in enum class tech.tablesaw.plotly.traces.Scatter3DTrace.Mode
 
MARKERS - Enum constant in enum class tech.tablesaw.plotly.traces.ScatterTrace.Mode
 
matchesRegex - Static variable in class tech.tablesaw.columns.strings.StringPredicates
 
matchesRegex(String) - Method in interface tech.tablesaw.columns.strings.StringFilters
 
matchesRegex(String) - Method in class tech.tablesaw.filtering.DeferredStringColumn
 
matchesRegex(String) - Method in interface tech.tablesaw.filtering.StringFilterSpec
 
max - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
A function that takes a NumericColumn argument and returns the largeset value in the column
max() - Method in class tech.tablesaw.api.DateColumn
max() - Method in class tech.tablesaw.api.DateTimeColumn
 
max() - Method in class tech.tablesaw.api.InstantColumn
Returns the largest instant value in the column
max() - Method in interface tech.tablesaw.api.NumericColumn
Returns the largest value in this column
max() - Method in class tech.tablesaw.api.TimeColumn
 
max() - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
 
max() - Method in class tech.tablesaw.columns.numbers.NumberRollingColumn
 
max() - Method in class tech.tablesaw.columns.numbers.Stats
Returns the largest value
max(DoubleComparator) - Method in interface tech.tablesaw.api.NumericColumn
Returns the maximum row according to the provided Comparator
max(String) - Method in interface tech.tablesaw.analytic.AnalyticQuerySteps.AnalyticFunctions
 
max(Comparator<? super T>) - Method in interface tech.tablesaw.columns.Column
Returns the maximum row according to the provided Comparator
max(Column<T>) - Method in class tech.tablesaw.columns.AbstractColumn
Returns a column containing the element-wise min between this column and other column
max(Column<T>) - Method in interface tech.tablesaw.columns.Column
Returns a column containing the element-wise min between this column and other column
MAX - Enum constant in enum class tech.tablesaw.plotly.traces.HistogramTrace.HistFunc
 
maxCharsPerColumn - Variable in class tech.tablesaw.io.ReadOptions.Builder
 
maxCharsPerColumn - Variable in class tech.tablesaw.io.ReadOptions
 
maxCharsPerColumn() - Method in class tech.tablesaw.io.csv.CsvReadOptions
 
maxCharsPerColumn(int) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
 
maxCharsPerColumn(int) - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
 
maxCharsPerColumn(int) - Method in class tech.tablesaw.io.ReadOptions.Builder
 
maxInstant - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
A function that takes a column argument and returns the latest instant in that column
maxNumberOfColumns - Variable in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
 
maxNumberOfColumns() - Method in class tech.tablesaw.io.csv.CsvReadOptions
 
maxNumberOfColumns() - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions
 
maxNumberOfColumns(Integer) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
Defines maximal value of columns in csv file.
maxNumberOfColumns(Integer) - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
Defines maximal value of columns in fixed-width file.
mean - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
A function that takes a NumericColumn argument and returns the mean of the values in the column
mean() - Method in interface tech.tablesaw.api.NumericColumn
Returns the mean of the data in this column
mean() - Method in class tech.tablesaw.columns.numbers.NumberRollingColumn
 
mean() - Method in class tech.tablesaw.columns.numbers.Stats
Returns the mean of values in the data
mean(String) - Method in interface tech.tablesaw.analytic.AnalyticQuerySteps.AnalyticFunctions
 
meanDifference(NumericColumn<?>, NumericColumn<?>) - Static method in class tech.tablesaw.aggregate.AggregateFunctions
Returns the given mean difference of the values in the arguments
TODO(lwhite): These are two column reductions.
meanLine(boolean) - Method in class tech.tablesaw.plotly.traces.ViolinTrace.ViolinBuilder
 
median - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
A function that takes a NumericColumn argument and returns the median of the values in the column
median() - Method in interface tech.tablesaw.api.NumericColumn
Returns the median or 50th percentile of the data in this column
median() - Method in class tech.tablesaw.columns.numbers.NumberRollingColumn
 
melt(List<String>, List<NumericColumn<?>>, Boolean) - Method in class tech.tablesaw.api.Table
Melt implements the 'tidy' melt operation as described in these papers by Hadley Wickham.
MELT_VALUE_COLUMN_NAME - Static variable in class tech.tablesaw.api.Table
 
MELT_VARIABLE_COLUMN_NAME - Static variable in class tech.tablesaw.api.Table
 
MIDDLE - Enum constant in enum class tech.tablesaw.plotly.components.Annotation.Valign
 
MIDDLE - Enum constant in enum class tech.tablesaw.plotly.components.Annotation.Yanchor
 
MIDDLE - Enum constant in enum class tech.tablesaw.plotly.components.Axis.ConstrainToward
 
MIDDLE - Enum constant in enum class tech.tablesaw.plotly.components.ColorBar.Yanchor
 
milliseconds() - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
 
min - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
A function that takes a NumericColumn argument and returns the smallest value in the column
min() - Method in class tech.tablesaw.api.DateColumn
min() - Method in class tech.tablesaw.api.DateTimeColumn
min() - Method in class tech.tablesaw.api.InstantColumn
min() - Method in interface tech.tablesaw.api.NumericColumn
Returns the smallest value in this column
min() - Method in class tech.tablesaw.api.TimeColumn
min() - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
 
min() - Method in class tech.tablesaw.columns.numbers.NumberRollingColumn
 
min() - Method in class tech.tablesaw.columns.numbers.Stats
Returns the smallest value
min() - Method in interface tech.tablesaw.columns.temporal.TemporalMapFunctions
 
min() - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
 
min(DoubleComparator) - Method in interface tech.tablesaw.api.NumericColumn
Returns the minimum row according to the provided Comparator
min(String) - Method in interface tech.tablesaw.analytic.AnalyticQuerySteps.AnalyticFunctions
 
min(Comparator<? super T>) - Method in interface tech.tablesaw.columns.Column
Returns the minimum value according to the provided Comparator
min(Column<T>) - Method in class tech.tablesaw.columns.AbstractColumn
Returns a column containing the element-wise min between this column and other column
min(Column<T>) - Method in interface tech.tablesaw.columns.Column
Returns a column containing the element-wise min between this column and other column
MIN - Enum constant in enum class tech.tablesaw.plotly.traces.HistogramTrace.HistFunc
 
minimizeColumnSizes - Variable in class tech.tablesaw.io.ReadOptions.Builder
 
minimizeColumnSizes - Variable in class tech.tablesaw.io.ReadOptions
 
minimizeColumnSizes() - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
 
minimizeColumnSizes() - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
 
minimizeColumnSizes() - Method in class tech.tablesaw.io.html.HtmlReadOptions.Builder
 
minimizeColumnSizes() - Method in class tech.tablesaw.io.json.JsonReadOptions.Builder
 
minimizeColumnSizes() - Method in class tech.tablesaw.io.ReadOptions.Builder
Allow the ColumnTypeDetector to choose shorter column types such as float instead of double when the data will fit in a smaller type
minimizeColumnSizes() - Method in class tech.tablesaw.io.ReadOptions
 
minimizeColumnSizes() - Method in class tech.tablesaw.io.xlsx.XlsxReadOptions.Builder
 
minInstant - Static variable in class tech.tablesaw.aggregate.AggregateFunctions
A function that takes a column argument and returns the earliest Instant in that column
minus(int, ChronoUnit) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
 
minus(int, ChronoUnit) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
 
minus(int, ChronoUnit, int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
 
minusDays(int) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
 
minusDays(int, int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
 
minusHours(int) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
 
minusHours(int, int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
 
minusMilliseconds(int) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
 
minusMilliseconds(int, int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
 
minusMinutes(int) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
 
minusMinutes(int, int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
 
minusMonths(int) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
 
minusMonths(int, int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
 
minusSeconds(int) - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
 
minusSeconds(int, int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
 
minusWeeks(int) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
 
minusWeeks(int, int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
 
minusYears(int) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
 
minusYears(int, int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
 
minute() - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
 
minute() - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
 
minuteOfDay() - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
 
minuteOfDay() - Method in interface tech.tablesaw.columns.times.TimeMapFunctions
 
minutesUntil(int, int) - Static method in class tech.tablesaw.columns.times.PackedLocalTime
 
minutesUntil(long, long) - Static method in class tech.tablesaw.columns.instant.PackedInstant
 
mirror(TickSettings.Mirror) - Method in class tech.tablesaw.plotly.components.TickSettings.TickSettingsBuilder
Determines if the axis lines or/and ticks are mirrored to the opposite side of the plotting area.
MISSING_INDICATORS - Static variable in class tech.tablesaw.io.TypeUtils
 
MISSING_VALUE - Static variable in class tech.tablesaw.columns.booleans.BooleanColumnType
 
missingBytes() - Method in class tech.tablesaw.api.BooleanColumn
Returns a byte representation of the missing values, encoded in the format specified in BitSet.toByteArray()
missingBytes() - Method in class tech.tablesaw.columns.booleans.BitSetBooleanData
Returns a byte representation of the missing values, encoded in the format specified in BitSet.toByteArray()
missingBytes() - Method in interface tech.tablesaw.columns.booleans.BooleanData
Returns a byte representation of the missing values, encoded in the format specified in BitSet.toByteArray()
missingBytes(byte[]) - Method in class tech.tablesaw.api.BooleanColumn
Sets the missing values in the data from a byte[] encoding
missingValueCounts() - Method in class tech.tablesaw.api.Table
Returns a table containing the number of missing values in each column in this table
missingValueIndicator() - Static method in class tech.tablesaw.columns.booleans.BooleanColumnType
 
missingValueIndicator() - Static method in class tech.tablesaw.columns.dates.DateColumnType
 
missingValueIndicator() - Static method in class tech.tablesaw.columns.datetimes.DateTimeColumnType
 
missingValueIndicator() - Static method in class tech.tablesaw.columns.instant.InstantColumnType
 
missingValueIndicator() - Static method in class tech.tablesaw.columns.numbers.DoubleColumnType
Returns the missing value indicator for this column type NOTE: Clients should use DoubleColumnType.valueIsMissing(double) to test for missing value indicators
missingValueIndicator() - Static method in class tech.tablesaw.columns.numbers.FloatColumnType
Returns the missing value indicator for this column type
missingValueIndicator() - Static method in class tech.tablesaw.columns.numbers.IntColumnType
Returns the missing value indicator for this column type NOTE:
missingValueIndicator() - Static method in class tech.tablesaw.columns.numbers.LongColumnType
Returns the missing value indicator for this column type NOTE:
missingValueIndicator() - Static method in class tech.tablesaw.columns.numbers.ShortColumnType
 
missingValueIndicator() - Static method in class tech.tablesaw.columns.SkipColumnType
This method is not supported.
missingValueIndicator() - Static method in class tech.tablesaw.columns.strings.StringColumnType
 
missingValueIndicator() - Static method in class tech.tablesaw.columns.times.TimeColumnType
 
missingValueIndicator(String...) - Method in class tech.tablesaw.io.csv.CsvReadOptions.Builder
 
missingValueIndicator(String...) - Method in class tech.tablesaw.io.fixed.FixedWidthReadOptions.Builder
 
missingValueIndicator(String...) - Method in class tech.tablesaw.io.html.HtmlReadOptions.Builder
 
missingValueIndicator(String...) - Method in class tech.tablesaw.io.json.JsonReadOptions.Builder
 
missingValueIndicator(String...) - Method in class tech.tablesaw.io.ReadOptions.Builder
 
missingValueIndicator(String...) - Method in class tech.tablesaw.io.xlsx.XlsxReadOptions.Builder
 
missingValueIndicators - Variable in class tech.tablesaw.io.ReadOptions.Builder
 
missingValueIndicators - Variable in class tech.tablesaw.io.ReadOptions
 
missingValueIndicators() - Method in class tech.tablesaw.io.ReadOptions
 
missingValues() - Method in interface tech.tablesaw.columns.temporal.TemporalMapFunctions
 
missingValueStrings - Variable in class tech.tablesaw.columns.AbstractColumnParser
 
mode(Axis.Spikes.SpikeMode) - Method in class tech.tablesaw.plotly.components.Axis.Spikes.SpikesBuilder
Any combination of "toaxis", "across", "marker" examples: "toaxis", "across", "toaxis+across", "toaxis+across+marker" default: "toaxis"
mode(Scatter3DTrace.Mode) - Method in class tech.tablesaw.plotly.traces.Scatter3DTrace.Scatter3DBuilder
 
mode(ScatterTrace.Mode) - Method in class tech.tablesaw.plotly.traces.ScatterTrace.ScatterBuilder
 
month() - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
 
month() - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
Returns a StringColumn containing the name of the month for each date/time in this column
monthsUntil(int, int) - Static method in class tech.tablesaw.columns.dates.PackedLocalDate
 
monthsUntil(long, long) - Static method in class tech.tablesaw.columns.datetimes.PackedLocalDateTime
 
monthsUntil(DateColumn) - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
 
monthValue() - Method in interface tech.tablesaw.columns.dates.DateMapFunctions
 
monthValue() - Method in interface tech.tablesaw.columns.datetimes.DateTimeMapFunctions
 
multiply(double, double) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
 
multiply(Number) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
 
multiply(NumericColumn<?>) - Method in interface tech.tablesaw.columns.numbers.NumberMapFunctions
 
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