I want to collect the past weather details of a particular city in India for each day in the year 2016.The following website has this data :
"https://www.timeanddate.com/weather/india/kanpur/historic?month=1&year=2016"
This link has the data for month January 2016. There is a nice table out there
I want the other big table with data given with time. "For each day of that month" because then I can loop over all months using the URL.
The problem is I do not know html and stuffs related to it. So I am not able to scrape out things myself.