datahq / dataflows

DataFlows is a simple, intuitive lightweight framework for building data processing flows in python.
https://dataflows.org
MIT License
193 stars 39 forks source link

Parsing wikipedia table in tutorial #148

Closed gperonato closed 3 years ago

gperonato commented 3 years ago

Parsing Wikipedia's List of countries with the current country_population() function fails as of today ("mismatched tag: line 3064, column 4").

gperonato commented 3 years ago

Fixed here: https://github.com/datahq/dataflows/pull/149