Column
Column |
Purpose
Represent a single column within a
DataFrame entity.
Example
Example of declaring a column
IntCol which will contain integer values. Note: this declaration should appear as part of a
xpressinsight.DataFrame declaration.
>>> xi.Column("IntCol", dtype=xi.integer, alias="Input Integer Column")
Related topics