Skip to content

Commit 0d82b12

Browse files
authored
Remove wohnort_ost from simple_example notebook. (#1087)
### What problem do you want to solve? @felixschmitz made me aware that we have `wohnort_ost` as an input there. This PR removes it. - The input is not necessary at all in 2025. - It leads to errors in the years before because the actual input name should be `wohnort_ost_hh`.
1 parent 2f180c1 commit 0d82b12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/tutorials/simple_example.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
140140
" \"birth_year\": [1995, 1995, 2015],\n",
141141
" \"hh_id\": [0, 0, 0],\n",
142142
" \"p_id\": [0, 1, 2],\n",
143-
" \"east_germany\": [False, False, False],\n",
144143
" \"self_employed\": [False, False, False],\n",
145144
" \"income_from_self_employment\": [0, 0, 0],\n",
146145
" \"income_from_rent\": [0, 0, 0],\n",
@@ -191,7 +190,6 @@
191190
" \"geburtsjahr\": \"birth_year\",\n",
192191
" \"hh_id\": \"hh_id\",\n",
193192
" \"p_id\": \"p_id\",\n",
194-
" \"wohnort_ost\": \"east_germany\",\n",
195193
" \"einnahmen\": {\n",
196194
" \"bruttolohn_m\": \"income_from_employment\",\n",
197195
" \"kapitalerträge_m\": \"income_from_capital\",\n",

0 commit comments

Comments
 (0)