scrape_wikipedia_tables

scrape_wikipedia_tables(url: str, header_keyword: str) -> 

Scrapes Wikipedia tables based on a given URL and header keyword.

Parameters:
NameDescription
urlThe URL of the Wikipedia page to scrape.

Type: str
header_keywordThe keyword to search for in the headers of the page.

Type: str