cycquery.ops.Reorder¶
- class Reorder(cols)[source]¶
Bases:
QueryOp
Reorder the columns in a table.
Examples
>>> Reorder(["col2", "col1"])(table)
Initialize the operation.
Methods
Bases: QueryOp
Reorder the columns in a table.
Examples
>>> Reorder(["col2", "col1"])(table)
Initialize the operation.
Methods