Converts the object to a data frame.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
DataFrame<R, C> ToDataFrame<R, C>()
Function ToDataFrame(Of R, C) As DataFrame(Of R, C)
generic<typename R, typename C>
DataFrame<R, C>^ ToDataFrame()
abstract ToDataFrame : unit -> DataFrame<'R, 'C>
Type Parameters
- R
- The type of the row keys of the data frame.
- C
- The type of the column keys of the data frame.
Return Value
Type:
DataFrameR,
CThe new data frame.
Reference