Web Scraping using Beautiful Soup
Introduction
In this blog, we will learn about what is web scraping, and how to perform it using beautiful soup (BS4). First, we will see basic web scraping and then we will see how to scrap a table and store its data into csv file.
What is web scrap...
yashbrid03.hashnode.dev7 min read
L Vamsi Krishna
Software Developer @iqvia.com
You can use pandas if you have to extract table in your html, it will be simpler.