Column
IntConvertibleColumn
, NumberColumn
BooleanColumn
, DateColumn
, DoubleColumn
, StringColumn
public interface CategoricalColumn extends Column
The column data is discrete.
Supporting subtypes include: - StringColumn - BooleanColumn - DateColumn, - others
Floating point types (float, double) and near-continuous time columns (Time and DateTime) are not included.
Modifier and Type | Method | Description |
---|---|---|
default Table |
countByCategory() |
append, appendCell, appendMissing, asBytes, asDoubleArray, byteSize, clear, columnWidth, copy, countMissing, countUnique, create, emptyCopy, emptyCopy, first, getDouble, getString, getUnformattedString, inRange, isEmpty, isMissing, isMissing, isNotMissing, lag, last, lead, name, print, removeMissing, rolling, rowComparator, rows, sampleN, sampleX, setName, size, sortAscending, sortDescending, subset, summarizeIf, summary, title, type, unique, where
default Table countByCategory()
Copyright © 2018. All rights reserved.