摘要: import pandas as pd %pylab 一.使用numpy创建 df = pd.DataFrame(np.arange(16).reshape((4,4)), index=list('abcd'), columns=['one','two','three','four']) df 二. 阅读全文
posted @ 2019-09-02 16:55 hichens 阅读(2751) 评论(0) 推荐(0) 编辑