AI4Finance-Foundation / AI4Finance-Foundation/FinNLP
china_free proxy xpath bug
未关闭
bug
- 主要语言
- Jupyter Notebook
- 星标
- 1.5k
- 派生
- 276
- PR 合并指标
- 30 天内没有已合并 PR
描述
trs = res.xpath("/html/body/div[1]/div[4]/div[2]/div[2]/div[2]/table/tbody/tr")
this xpath will get an empty list.
change to trs = res.xpath('//table/tbody/tr')
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。