ColumnSeries<'TRowKey, 'TColumnKey>
Namespace: Deedle
Represents a series of columns from a frame. The type inherits from a series of
series representing individual columns (Series<'TColumnKey, ObjectSeries<'TRowKey>>
) but
hides slicing operations with new versions that return frames.