DataFrame.CreateEmpty<R, C> Method

Constructs an empty data frame.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static DataFrame<R, C> CreateEmpty<R, C>()

Type Parameters

R
The element type of the row index.
C
The element type of the column index.

Return Value

DataFrame<R, C>
A data frame that contains no rows or columns.

See Also