Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

how to find one csv file same datatime row in other csv file

I have two csv files , each file have 3 columns(datetime, value1, value2). i want to find file1 datatime each row in file2 if find the same datetime value in file2 then add value1 and value2 column in file one and insert values in that from file two. repeat this process for all rows of file1 . please there are any efficient python program for this ?

file1.csv

enter image description here

file2.csv

enter image description here

Desired Output: enter image description here

Comments