chemcoord.Cartesian.sort_values

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

Sort by the values along either axis

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