Converts the object to a data frame.
Namespace: Extreme.Data.RAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.0)
public virtual DataFrame<R, C> ToDataFrame<R, C>()
Public Overridable Function ToDataFrame(Of R, C) As DataFrame(Of R, C)
public:
generic<typename R, typename C>
virtual DataFrame<R, C>^ ToDataFrame()
abstract ToDataFrame : unit -> DataFrame<'R, 'C>
override 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.
Implements
IDataObjectTObjectToDataFrame
Numerical Libraries
Supported in: 6.0
Reference