Constructs an empty data frame.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static DataFrame<R, C> CreateEmpty<R, C>()
Public Shared Function CreateEmpty(Of R, C) As DataFrame(Of R, C)
public:
generic<typename R, typename C>
static DataFrame<R, C>^ CreateEmpty()
static member CreateEmpty : unit -> DataFrame<'R, 'C>
Type Parameters
- R
- The element type of the row index.
- C
- The element type of the column index.
Return Value
Type:
DataFrameR,
CA data frame that contains no rows or columns.
Reference