单项选择题

在Pandas中,使用()函数可以对DataFrame的索引进行排序。

A.sort()
B.order()
C.sort_values()
D.sort_index()