list_df = pd.concat([df.columns.to_frame().T, df]).values.tolist()

或者逐列ser.tolist() return 多个ser