From 0c7216e1059866bf73387e86f85cb3f998d36aa1 Mon Sep 17 00:00:00 2001 From: TrisNol Date: Thu, 14 Sep 2023 18:17:02 +0200 Subject: [PATCH] checkpoint --- .../Unternehmensregister/notebook.ipynb | 625 +++++++++--------- .../models/company.py | 6 +- .../models/temp.md | 0 3 files changed, 319 insertions(+), 312 deletions(-) create mode 100644 src/aki_prj23_transparenzregister/models/temp.md diff --git a/Jupyter/API-tests/Unternehmensregister/notebook.ipynb b/Jupyter/API-tests/Unternehmensregister/notebook.ipynb index f69136c..8c015c7 100644 --- a/Jupyter/API-tests/Unternehmensregister/notebook.ipynb +++ b/Jupyter/API-tests/Unternehmensregister/notebook.ipynb @@ -3963,7 +3963,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -4307,7 +4307,7 @@ " ]\n", " # TODO New features --> to be tested\n", " result[\"company_type\"] = map_rechtsform(result[\"name\"], data)\n", - " result[\"share_capital\"] = map_stammkapital(data, result[\"company_type\"])\n", + " result[\"capital\"] = map_stammkapital(data, result[\"company_type\"])\n", " result[\"business_purpose\"] = map_geschaeftszweck(data)\n", " result[\"founding_date\"] = map_founding_date(data)\n", "\n", @@ -4323,7 +4323,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -4336,14 +4336,21 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 3, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ - " 2%|▏ | 55/3381 [00:00<00:06, 541.19it/s]" + " 0%| | 0/3381 [00:00