go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)
Other
2.97k stars 276 forks source link

Add equivalent of `pandas`.`read_html` #200

Open nfx opened 1 year ago

nfx commented 1 year ago

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

MushiTheMoshi commented 1 year ago

is this similar to? : https://pkg.go.dev/github.com/go-gota/gota/dataframe#ReadHTML

nfx commented 1 year ago

Hm. Yes, pretty much. Need to check colspan cornercases on both

radi2015 commented 1 year ago

the auther is missing