package data
Data manipulation functions.
- Alphabetic
- By Inheritance
- data
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class DataFrameOps(data: DataFrame) extends Product with Serializable
Pimped data frame with Scala style operations.
Pimped data frame with Scala style operations.
- data
underlying data frame.
Value Members
- implicit def pimpDataset(data: DataFrame): DataFrameOps
- def summary(x: Array[Double]): Unit
Prints the statistics of min, q1, median, mean, q3, and max.
- def summary(x: Array[Int]): Unit
Prints the statistics of min, q1, median, mean, q3, and max.
High level Smile operators in Scala.