you can find a step by step walkthrough in my Blog
You can find a video tutorial at YouTube for the same
- python
- Beautiful soup
- pandas
- HTML
- CSS
Web scraping, also known as web data extraction, is the process of retrieving or “scraping” data from a website. This information is collected and then exported into a format that is more useful for the user. Be it a spreadsheet or an API.
- Make Requests
- Create Beautiful Soup object
- Extract the data
- Store the data
- Create DataFrame
- Export the data
We need a webpage to fetch the coronavirus data from. So I am using the Worldometer website here.
pip install requests
pip install lxml
pip install bs4
Copyright (c) 2020 Ayushi Rawat
This project is licensed under the MIT License
You can find my blogs at my Website.
- GitHub CLI 1.0: All you need to know
- Python 3.9: All You need to know
- How to make your own Google Chrome Extension
Check out my latest videos on YouTube:
- How to make your own Google Chrome Extension
- Web Scraping Coronavirus Data into MS Excel
- September Leetcode playlist
Let's connect! Find me on the web.
If you have any Queries or Suggestions, feel free to reach out to me.