qframe icon indicating copy to clipboard operation
qframe copied to clipboard

Add equivalent of `pandas`.`read_html`

Open nfx opened this issue 3 years ago • 1 comments
trafficstars

To get more feature parity with Pandas, integrate with https://github.com/nfx/go-htmltable.

nfx avatar Nov 05 '22 14:11 nfx

Hi,

I don't think a dependency on a library such as go-htmltable will be built into qframe since I think the use case is a bit too specific and I would like to avoid more hard dependencies on external libraries than required.

I'm open for adding a convinence function or consuming some more neutral dataformat that can be produced from go-htmltable and turn it into a qframe.

tobgu avatar Dec 29 '22 07:12 tobgu