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