单项选择题

A.Series.sort_index(ascending=True)
B.Series.order(ascending=True)
C.Series.rank(method=’average’,ascending=True,axis=0)
D.df.argmax()