Json Stream.Read Data Frame Method
Definition
Namespace: Numerics.NET.Data.Json
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.0.3
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.0.3
Overload List
Read | Reads a data frame from the file. |
Read | Reads a data frame from the file. |
Read | Reads the data frame at the current position in the file. |
Read | Reads a data frame from the file. |
ReadDataFrame<R, C>
Reads the data frame at the current position in the file.
public override DataFrame<R, C> ReadDataFrame<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
DataFrame<R, C>A data frame containing the data.