go-gota / gota

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

Add ReadHTML to support loading HTML tables #107

Closed typeless closed 4 years ago

typeless commented 4 years ago

The algorithm is mostly translated from https://github.com/pandas-dev/pandas/blob/master/pandas/io/html.py#L419.

Fixes #105

kniren commented 4 years ago

Hi! Thank you very much for your work @typeless. I will merge this issue once the comments are addressed.

typeless commented 4 years ago

@kniren any comment on this PR?

kniren commented 4 years ago

Hi, sorry to keep you waiting, but I still didn't have time to review this. I'll do another round of PRs as soon as I can.

typeless commented 4 years ago

No problem.

kniren commented 4 years ago

Better late than ever?