Skip to content

adeshpokhrel15/webscraping-wordometer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

webscraping-wordometer

Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites.Web scraping a web page involves fetching it and extracting from it. Fetching is the downloading of a page (which a browser does when a user views a page). Therefore, web crawling is a main component of web scraping, to fetch pages for later processing. Once fetched, then extraction can take place. The content of a page may be parsed, searched, reformatted, its data copied into a spreadsheet or loaded into a database

Libraries used are:

  • Pandas
  • Bs4
  • Request


    Getting the Dataset


    I have used the dataset from worldometer site:

    ("https://www.worldometers.info/coronavirus/?utm_campaign=homeAdvegas1?%22%20%5Cl%22countries")


    Image of the final result**


  • About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages