DataFrame

object DataFrame
Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

Types

type Subtype[T <: DataFrame[_]] = T
type WithAlias[T <: String & Singleton] = DataFrame[_] { type Alias = T; }

Givens

Givens

Extensions

Extensions

extension [S](df: DataFrame[S])
transparent inline def alias(inline frameName: Name): DataFrame[_]
transparent inline def as(inline frameName: Name): DataFrame[_]

Exports

Defined exports

Exported from GroupBy
Exported from Join
Exported from Select
Exported from Where