Work on csv | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Work on csv

I have two columns of date in csv file now all i have to do is match 1 column with another row wise with a loop and with some time gap conditions. What to do

1st Jun 2019, 12:36 AM
PiRaTe
PiRaTe - avatar
1 Answer
0
Look into the pandas documentation, there are plenty of good examples doing more or less exactly what you are looking for...
22nd Jun 2019, 7:02 AM
::sк::
::sк:: - avatar