AttributeError: 'DataFrame' object has no attribute 'sortlevel'
frame.sortlevel(0)
改为
frame.sort_index(0)
本文来自博客园,作者:OTAKU_nicole,转载请注明原文链接:https://www.cnblogs.com/nicole-zhang/p/14403196.html
frame.sortlevel(0)
改为
frame.sort_index(0)
本文来自博客园,作者:OTAKU_nicole,转载请注明原文链接:https://www.cnblogs.com/nicole-zhang/p/14403196.html