生成数组

import numpy as np
import pandas as pd
x = pd.Series([1, 3, 5, np.nan])
print(x)

posted @ 2019-04-22 11:28  辰光依旧  阅读(108)  评论(0)    收藏  举报