import numpy as np import pandas as pd x = pd.Series([1, 3, 5, np.nan]) print(x)
生成数组
原文:https://www.cnblogs.com/luyingqian/p/10749136.html