HomeDocumentation
Copy a column.
Return value:
Copy of input column.
Example usage:
col0 = Column(1.0, c0) col1 = col0.copy()