Pandas read_html as a web app (Scrape tables from urls)

Pandas has some awesome functionalities for converting data.

One that I’ve found to be the biggest life saver when an HTML page has <table> tags is read_html

Since not everyone likes spinning up a notebook / script just to download some data or mess around with getting the right parameters I put the power of pandas in an easier interface! :panda_face::heart::balloon:

Currently supports exporting as .csv, exporting as excel / others is definitely possible, I just wanted to float the MVP.

pandas_html

4 Likes

Nice one… I used it to download S&P 500 and FTSE 250 tables! :balloon:

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.