I have a dataframe with two columns, the first one has a date and time (type: datetime64[ns]) and the second column has the timezone that it is in. I cannot figure out how to convert each of the times to UTC based on their individual timezone.
I have a dataframe with two columns, the first one has a date and time (type: datetime64[ns]) and the second column has the timezone that it is in. I cannot figure out how to convert each of the times to UTC based on their individual timezone.