最佳答案
如果存在下列数据框架:
import pandas as pd
df = pd.DataFrame([1, 1, 1, 1, 1], index=[100, 29, 234, 1, 150], columns=['A'])
我如何排序这个数据框架的索引与每个索引和列值的组合完好无损?