In the video when
web-scraping-03-parsing-html-tables
coding123c
(Coding123c)
August 9, 2022, 12:38pm
#1
first_row = row_data[0].findAll(‘td’,{})
after commas we give {} what is the use of {} ?