The problem is that there is no possibility to use either BeautifulSoup or Elementtree The idea is to display only those rows of the table, the date of which coincides with the one entered by the user.
Are there any other basic good tools for searching data in a table, or is the only true regex and its findall , that is, after searching you have to reassemble the entire table?