Here I am trying to get the value of "server_hit_rat e" which is 99% & belongs to 3rd row data. But with this below code I am able to get the data which is in first row only. any advice to achieve the following will be helpful.
Code:
df = pd.read_csv('1.csv',skipfooter=1)
df2 = pd.read_csv('2.csv',skipfooter=1)