df.sort_values(by=['contig', 'pos'], ascending=True) # where contig and pos are the column names. So, you may change for yours.
確定! 回上一頁