Python Trainer Tip: Parsing Tables from the Web with Python's Pandas Library

preview_player
Показать описание
To parse a table from the web you'd need to learn about HTML, CSS, web scraping with the Beautiful Soup package, and regular expressions. Or, you can simply use Python's Pandas library to get all the tables with a single function!

Рекомендации по теме
Комментарии
Автор

until now, I used beautiful soup for that. This is neat! Thanks

Brickkzz
Автор

Download the set of 8 Pandas Cheat Sheets for more Python Trainer Tips:

enthought