go-gota / gota

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

Support for ReadHTML #105

Closed typeless closed 4 years ago

typeless commented 4 years ago

It would be useful to add ReadHTML support.

I am not sure if we should make it into the dataframe package, which will introduce the golang/x/net/html dependency. A possibility is to add an importer package for it alongside the existing dataframe and series.

kniren commented 4 years ago

I'm OK with including this dependency if we get good value out of it :)

kniren commented 4 years ago

Merged on dev branch