I have two CSV files both files when I read an print the files the output is like:
tweet_id id
312498024964313000 3.430000e+17
312278640362659000 3.430000e+17
The id and tweet_id both columns are in the same format and required sample output is :
tweet_id id
3.124980e+17 3.430660e+17
3.122790e+17 3.430880e+17
Please tell me how to solve this problem. I later use both of these columns to merge two CSV files.