标签: python dataframe
b = ['saw', 'small', 'He', 'foxes', 'six'] b.sort(key=len)
如上所述,我们为列表提供了排序功能,我可以通过功能对其进行排序。
是否有与数据框或序列类似的功能(即pd.DataFrame(b))?