Utility class for addressing a dataframes columns.
ColumnMap
01 Syntax
Microsoft.VisualBasic.DataStorage.FeatherFormat.ColumnMap
02 Properties
03 Members
Count
Number of columns in the dataframe
Item(
Int64)Returns the column at the given index (in the dataframe's basis).
Throws if the index is out of range.
Item(
String)Returns the column with the given name.
Throws if no column has the given name.