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!
Currently supports exporting as .csv
, exporting as excel / others is definitely possible, I just wanted to float the MVP.