joinery.DataFrame.KeyFunction<I> |
A function that converts data frame
rows to index or group keys.
Implementors define apply(Object)
to accept
a data frame row as input and return a key value, most
commonly used by groupBy(KeyFunction)
.
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
joinery.DataFrame.Function
|