DataFrameColumn.Resize(Int64) Method

Definition

Called internally from Append, Merge and GroupBy. Resizes the column to the specified length to allow setting values by indexing

protected internal virtual void Resize (long length);
abstract member Resize : int64 -> unit
override this.Resize : int64 -> unit
Protected Friend Overridable Sub Resize (length As Long)

Parameters

length
Int64

The new length of the column

Applies to