meteociel.utils.extract_data

meteociel.utils.extract_data(html_data: Tag, *, skiprows: int = 0)

Extract data from html table into a lists of lists.

Parameters

html_data: bs4.element.Tag

The html table to be parsed.

skiprowsint, keyword-only, optionnal

The number of row to skip at the begenning of the table.

Returns

datalist

The list of lists that contains the data extracted from the html table.