摘要:
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
阅读(4410)
评论(0)
推荐(0)
浙公网安备 33010602011771号