2018年7月19日
摘要: import pandas as pd import numpy as np df = pd.DataFrame(np.random.randn(5, 3), index=['a', 'c', 'e', 'f', 'h'],columns=['one', 'two', 'three']) df = 阅读全文
posted @ 2018-07-19 18:25 jin_qi_er 阅读(4378) 评论(0) 推荐(0) 编辑