Imports a data frame from the given text file.
Namespace:
CenterSpace.NMath.Stats
Assembly:
NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
Parameters
- filename
- Type: System..::.String
The input file name.
- hasHeader
- Type: System..::.Boolean
A boolean value indicating whether or not the string contains column headers.
- hasRowKeys
- Type: System..::.Boolean
A boolean value indicating whether or not the string contains row keys.
- delimiter
- Type: System..::.String
The column delimiter.
- parse
- Type: System..::.Boolean
A boolean value indicating whether to parse the column types, or treat
everything as string data.
Return Value
A new data frame.
Exceptions
See Also