pandas 排序跟excel透视排序结果不一样

pandas pivot table后sort value结果(件数排序):
件数同样的情况下,排序不一样????

名称 件数
25401 5
23703 5
284Y5 5
40700 5

excel的排序也只是对件数列再排序。
excel透视后排序(件数排序):

名称 件数
40700 5
23703 5
284Y5 5
25401 5

https://blog.csdn.net/qq_32112175/article/details/81844543