Dear all ,
i have an csv file . I wanna copy content particular column and paste in another csv file.where i am trying to calcultion and plot graph
assume original csv file contain i.e column 4 contain time(hh.mm.ss) format continue by other columns
i wanna copy these data to another csv file.i wanna calculate TS=(3600hour)+(60min)+sec and plot graph for TS
how can do it in python code