We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
var xxx = Series.New() ???