In this article, we are going to extract data from the table in a website (https://www.worldometers.info/coronavirus/) and store it into a CSV or JSON and visualize using D3.js
In simple terms, it is the process of gathering information or data from different webpages (HTML sources). The information or data thus gathered can be used in building datasets or databases for different applications like (Data Analysis, Building a price comparison application, etc. )
-
Basic understanding of Python 3.0 programming.
-
Python 3.0 or above installed in your pc(Don’t forget to ADD python to the path while installing).
-
BeautifulSoup.
-
Pandas.
-
Requests.