Reads the data frame at the current position in the file.
Namespace:
Extreme.Data.Text
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public override DataFrame<R, C> ReadDataFrame<R, C>()
Public Overrides Function ReadDataFrame(Of R, C) As DataFrame(Of R, C)
public:
generic<typename R, typename C>
virtual DataFrame<R, C>^ ReadDataFrame() override
abstract ReadDataFrame : unit -> DataFrame<'R, 'C>
override ReadDataFrame : 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,
CA data frame containing the data.
Reference