I was making a webscraper and i wanted to delete a few divs completely since they are not required for my analysis on the data.
I am using Beautiful Soup to parse the data but i cant figure out how to completely eliminate a div
I was making a webscraper and i wanted to delete a few divs completely
Share
You can use something like the following: