TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Structured HTML table data extraction from URLs in Go

7 点作者 nf-x超过 2 年前
This library aims to be something like pandas.read_html or table_extract Rust crate, but more idiomatic for Go.<p>htmltable enables structured data extraction from HTML tables and URLs and requires almost no external dependencies. Tested with Go 1.18.x and 1.19.x. Complex tables with row and col spans are natively supported as well.

2 条评论

serge1978超过 2 年前
Nice idea, but where would you use it, though?
sbricks超过 2 年前
so does this essentially allow querying pages for table data?