wikitables
wikitables copied to clipboard
Import tables from any Wikipedia article as a dataset in Python
Support for wiki pages using custom urls by adding a `--base-url` flag in the cli and `base_url` parameter in `import_tables`. For example with the wiki page: [https://www.theiphonewiki.com/wiki/Models](https://www.theiphonewiki.com/wiki/Models) the base url...
Great work with this python package! **(thumbs up)** I stumble upon a small problem, how come after passing "List of most commonly challenged books in the United States" into the...
In dealing with https://en.wikipedia.org/wiki/List_of_newspapers_in_Alabama, only one table was read while there are two tables on the site. The table in the section defunct is not showing.
Nested tables aren't properly dealt with. To reproduce: Try to parse [https://en.wikipedia.org/wiki/CiCi_Bellis](https://en.wikipedia.org/wiki/CiCi_Bellis) The tables "legend" and "finals by surface" are nested together.