Hi
i am having a code to check the input and output rates of ports on few cisco mds switches.
i will be saving yesterday and today values to two separate csv files.
I am trying to write a python code where it will check the difference in values and will give me updated sheet with the difference
my csv files look like:
yest.csv
10.5.137.231,port-channel14,0,0
10.5.137.231,port-channel21,100,2
10.5.137.232,port-channel14,0,0
10.5.137.232,port-channel21,102,2
today.csv
10.5.137.231,port-channel14,0,0
10.5.137.231,port-channel21,151,2
10.5.137.232,port-channel14,0,0
10.5.137.232,port-channel21,153,2
Please help me with the python coding on how to get difference.csv file