摘要:
import pandas as pd;import numpy as np#通过一维数组创建Chinese = np.array([89,87,86])print(Chinese)print(pd.Series(Chinese))print(pd.Series(Chinese,index=['xi 阅读全文
posted @ 2019-01-20 23:45
呢喃的歌声
阅读(373)
评论(0)
推荐(0)
浙公网安备 33010602011771号