如何从评论块中抓取数据并创建数据框?

How to scrape data from within a comment block and create a dataframe?

我正在尝试从 baseball-reference.com 中提取 HTML 数据。我想去他们的网站,查看页面源代码,html 标签将在 html 代码本身内。然而,经过进一步调查,我关心的html组标签在评论块中。

示例:https://www.baseball-reference.com/leagues/AL/2021-standard-batting.shtml 通过“查看源代码”查找标签:

<div class="table_container" id="div_players_standard_batting">

我要找的代码在这一行下面。如果您查看此行上方,您会看到注释块以