I added a new column to my spark dataframe by combining these 4 columns year,month,day,time_hour as follow:
year,month,day,time_hour
df = df.withColumn("tmp_timestamp&q