数据库表这样用pandas读取后为一个dataframe想从这个datafame 直接读取年月日小时 合并的一列
如果数据都是字符串的话,可以直接拼接的 df['new'] = df[column1] + df[column2] + ... +