Skip to content

Commit bc79a68

Browse files
committed
fixed html table extractor README
1 parent 1f1e909 commit bc79a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-scraping/html-table-extractor/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [How to Convert HTML Tables into CSV Files in Python](https://www.thepythoncode.com/article/convert-html-tables-into-csv-files-in-python)
22
To run this:
33
- `pip3 install -r requirements.txt`
4-
- To extract all tables from this [wikipedia page]():
4+
- To extract all tables from this [wikipedia page](https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_population):
55
```
66
python html_table_extractor.py https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_population
77
```

0 commit comments

Comments
 (0)