FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

pythoncode-tutorials/web-scraping/html-table-extractor at master · jeevanmichael/pythoncode-tutorials · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

To run this:

  • pip3 install -r requirements.txt
  • To extract all tables from this wikipedia page:
    python html_table_extractor.py https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_population
    
    This will download all HTML tables and save them as CSV files in your current directory.

Back | FazBrowse Home | New Git URL