微信扫一扫
list_df = pd.concat([df.columns.to_frame().T, df]).values.tolist()
或者逐列ser.tolist() return 多个ser
相关推荐