DSeries

object DSeries
Companion:
class
class Object
trait Matchable
class Any
DSeries.type

Value members

Concrete methods

def apply(values: Double*): DSeries

This method can be used to construct a DSeries with the given values.

This method can be used to construct a DSeries with the given values.

def fromArray(values: Array[Double]): DSeries
def fromSeq(values: Seq[Double]): DSeries

This method can be used to construct a DSeries from a Seq of values.

This method can be used to construct a DSeries from a Seq of values.

def fromTuple(tuple: Product): DSeries
def merge(rows: DSeries*): DSeries

Merge multiple rows into a single series, one after another.

Merge multiple rows into a single series, one after another.

def unapplySeq(series: DSeries): Some[Seq[Double]]

This method can be used to extract fields from a DSeries object in a pattern match.

This method can be used to extract fields from a DSeries object in a pattern match.

Concrete fields

Returns an empty row.

Returns an empty row.