通过代码: df['dt'] = pd.to_datetime(df['date'].str.cat(df['time'], sep = ':'), format= '%Y-%m-%d:%H:%M:%S') 可生成DateFrame列: