public static FrameTable FromCsv(
TextReader reader
)
Public Shared Function FromCsv (
reader As TextReader
) As FrameTable
public:
static FrameTable^ FromCsv(
TextReader^ reader
)
static member FromCsv :
reader : TextReader -> FrameTable
The column names are taken from the first line of the file.
The storage type of each column is inferred from the types of objects encountered are the frame table is constructed.