Show the Landesbezirk instead of the Bundesland
This commit is contained in:
parent
6e1247177b
commit
0292db36e2
4
wsgi.py
4
wsgi.py
@ -319,6 +319,10 @@ def tables():
|
|||||||
plt.close()
|
plt.close()
|
||||||
|
|
||||||
_print_as_html(df_state)
|
_print_as_html(df_state)
|
||||||
|
|
||||||
|
df["Bundesland"] = df.index.map(get_landesbezirk)
|
||||||
|
df = df.rename(columns={"Bundesland": "Landesbezirk"})
|
||||||
|
|
||||||
_print_as_html(df, total=df_state['Digitale Befragung'].sum())
|
_print_as_html(df, total=df_state['Digitale Befragung'].sum())
|
||||||
|
|
||||||
return render_template(
|
return render_template(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user