Reads the data frame at the current position in the file.
Namespace: Extreme.Data.StataAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.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.
Numerical Libraries
Supported in: 6.0
Reference