ser = pd.Series(range(3), index=["col"+str(i) for i in range(3)]) pd.DataFrame([[ser[0], ""]]) # 取值 不保留索引