table-explorer

HTML tables parsing made easy.


License
MIT
Install
pip install table-explorer

Documentation

Table Explorer

Build Status

HTML tables parsing made easy.

Why? Because parsing tables with BeautifulSoup is not easy due to the fact that table cells have unexpected indexes when cells use the colspan or rowspan attributes.

This library intends to make parsing and navigating into HTML table way easier, especially when some cells span multiple columns or rows.