Data Frame.Create Empty<R, C> Method
Constructs an empty data frame.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A data frame that contains no rows or columns.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.