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:
[ Ссылка ]
Read more about Beautiful Soup in the Documentation:
[ Ссылка ]
Ещё видео!