We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1e909 commit bc79a68Copy full SHA for bc79a68
web-scraping/html-table-extractor/README.md
@@ -1,7 +1,7 @@
1
# [How to Convert HTML Tables into CSV Files in Python](https://www.thepythoncode.com/article/convert-html-tables-into-csv-files-in-python)
2
To run this:
3
- `pip3 install -r requirements.txt`
4
-- To extract all tables from this [wikipedia page]():
+- To extract all tables from this [wikipedia page](https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_population):
5
```
6
python html_table_extractor.py https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_population
7
0 commit comments