chemcoord.Zmat.sort_values

Zmat.sort_values(by, axis=0, ascending=True, kind='quicksort', na_position='last')

Sort by the values along either axis

Wrapper around the pandas.DataFrame.sort_values() method.