Skip to content
Phage Ky edited this page Apr 16, 2019 · 2 revisions

Series are essentially vectors of elements of the same type with support for missing values. Series are the building blocks for DataFrame columns.

Four types are currently supported:

Int
Float
String
Bool

Constructing a new series

var xxx = Series.New() ???
  • Overview
  • Dataframe
Clone this wiki locally