org.saddle.groupby

Members list

Concise view

Type members

Classlikes

class FrameGrouper[Z, X, Y, T](ix: Index[Z], frame: Frame[X, Y, T], sorted: Boolean)(implicit evidence$1: ScalarTag[Z], evidence$2: Order[Z], evidence$3: ScalarTag[X], evidence$4: Order[X], evidence$5: ScalarTag[Y], evidence$6: Order[Y])

Helper class to do combine or transform after a groupBy

Helper class to do combine or transform after a groupBy

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class IndexGrouper[Y](ix: Index[Y], sorted: Boolean)(implicit evidence$1: ScalarTag[Y], evidence$2: Order[Y])

Creates groups for each unique key in an index

Creates groups for each unique key in an index

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class SeriesGrouper[Y, X, T]

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class SeriesGrouper[Y, X, T](ix: Index[Y], series: Series[X, T], sorted: Boolean)(implicit evidence$1: ScalarTag[Y], evidence$2: Order[Y], evidence$3: ScalarTag[X], evidence$4: Order[X]) extends IndexGrouper[Y]

Helper class to do combine or transform after a groupBy

Helper class to do combine or transform after a groupBy

Attributes

Companion:
object
Graph
Supertypes
class IndexGrouper[Y]
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type