Web Scraping with Beautiful Soup - Make Databases from Scratch

In this video we’ll extract information from web pages and store it in a CSV file. STEP 1. We’ll scrape a webpage with Beautiful Soup. STEP 2. We’ll fine-tune the extracted information with Regex. STEP 3. We’ll store the information in a DataFrame. STEP 4. We’ll save the DataFrame to a CSV file. Webpage URL: Jupyter Notebook Code: Read Blog Post in Medium: @mariyasha888/web-scraping-with-beautiful-soup-2c45a731df2e Read more about Beautiful Soup in the Documentation:
Back to Top