摘要: label1=['apple','orange','pear','banana'] label2=['one','two','three','four'] df=pd.DataFrame(np.arange(16).reshape(4,-1),index=label1,columns=label2) 阅读全文
posted @ 2020-04-23 23:34 limalove 阅读(450) 评论(0) 推荐(0)