| Name | Description |
---|
  | ReadCsv(StreamReader, Boolean, Int32, CultureInfo, Boolean, Int32) | Obsolete.
Reads a data frame from a CSV file.
|
  | ReadCsv(String, Boolean, Int32, CultureInfo, Boolean, Int32) | Obsolete.
Reads a data frame from a CSV file.
|
  | ReadCsvR(StreamReader, String, Boolean, Boolean, Int32, CultureInfo, Boolean, Int32) | Obsolete.
Reads a data frame from a CSV file and uses the specified column
as the row index.
|
  | ReadCsvR(String, String, Boolean, Boolean, Int32, CultureInfo, Boolean, Int32) | Obsolete.
Reads a data frame from a CSV file and uses the specified column
as the row index.
|