DataFrame {Microsoft.VisualBasic.Data.csv.IO} .NET clr documentation

DataFrame

Description

The dynamics data frame object which its first line is not contains the but using for the title property.

(第一行总是没有的,即本对象类型适用于第一行为列标题行的数据)

Declare

            
# namespace Microsoft.VisualBasic.Data.csv.IO
export class DataFrame {
   # The column headers in the csv file first row.
   Headers: RowObject;
   # The column headers in the csv file first row.
   HeadTitles: string;
   # get number of the row data
   Nrows: integer;
   Rows: iterates(RowObject);
   SchemaOridinal: list;
}

        

.NET clr type reference tree

  1. use by property member Headers: RowObject
  2. use by property member Rows: iterates(RowObject)
  3. use by property member SchemaOridinal: list

[Package {$package} version {$version} Index]