pandas 文章说明:本文记录对pandas的使用 对象创建 import pandas as pd import numpy as np s = pd.Series([1,3,5,np.nan,6,8])