mTblSort

montage_wrapper.commands.mTblSort(in_table, column_name, out_table, debug=False)[source] [edit on github]

Sorts a table on numeric values.

Parameters:

in_table : str

Path to input table

column_name : str

Name of column to sort on (column must contain numeric values)

out_table : str

Path to output table

debug : bool, optional

Turns on debugging