mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 04:33:55 +02:00
Update src/aki_prj23_transparenzregister/utils/data_extraction/bundesanzeiger.py
Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
@ -216,7 +216,7 @@ class Bundesanzeiger:
|
|||||||
return result
|
return result
|
||||||
|
|
||||||
# ruff: noqa: PLR0912
|
# ruff: noqa: PLR0912
|
||||||
def parse_tables_to_kpis(self, report: str) -> dict:
|
def parse_tables_to_kpis(self, report: str) -> dict[str, float]:
|
||||||
"""Extract KPIs from tables included in a report.
|
"""Extract KPIs from tables included in a report.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
Reference in New Issue
Block a user