Reads a data frame from a file in fixed-width text format.
Namespace: Extreme.Data.TextAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.0)
public static DataFrame<long, string> ReadDataFrame(
string path,
FixedWidthTextOptions options
)
Public Shared Function ReadDataFrame (
path As String,
options As FixedWidthTextOptions
) As DataFrame(Of Long, String)
public:
static DataFrame<long long, String^>^ ReadDataFrame(
String^ path,
FixedWidthTextOptions^ options
)
static member ReadDataFrame :
path : string *
options : FixedWidthTextOptions -> DataFrame<int64, string>
Parameters
- path
- Type: SystemString
The path to the file. - options
- Type: Extreme.Data.TextFixedWidthTextOptions
A FixedWidthTextOptions object
that specifies the options to use when reading the file.
Return Value
Type:
DataFrameInt64,
StringThe data frame that was read from the file
pointed to by
path.
Numerical Libraries
Supported in: 6.0
Reference