Constructs a DataFrame instance from the given string.
Namespace:
CenterSpace.NMath.Stats
Assembly:
NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
Parameters
- str
- Type: System..::.String
A formatted string representation of a data frame.
- 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.
See Also