Jay Zilpilwar
Results
1
comments of
Jay Zilpilwar
@imaskm Hello' but when i used your code souped_data = BeautifulSoup(response,'html.parser') #getting the headers of table souped_data = BeautifulSoup(str(souped_data.find_all('div',{'class': "content newtab"})),'html.parser') headers = ExtractData(souped_data.tr.find_all('th')) I get following error- stat =...