DataFrame.CreateEmpty<R, C> Method

Constructs an empty data frame.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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