I am attempting to scrape unstructured data from multiple URLs on a website. I used BeautifulSoup to successfully pull out the chunks that I needed. Then, to help structure the dataset I added the values to a list before writing them to a csv file.
When attempting to transfer the…
Top comments (0)