kgdata.wikipedia.datasets.html_tables#

Functions

deser_table(x)

extract_tables(article)

html_tables()

Extracting all tables (at the lowest level) and their surrounding context from Wikipedia articles.

ser_table(x)

html_tables() Dataset[Table][source]#

Extracting all tables (at the lowest level) and their surrounding context from Wikipedia articles.

Return type:

Dataset[Table]

deser_table(x: str) Table[source]#
Parameters:

x (str) –

Return type:

Table

ser_table(x: Table) str[source]#
Parameters:

x (Table) –

Return type:

str

extract_tables(article: HTMLArticle)[source]#
Parameters:

article (HTMLArticle) –