Show the Landesbezirk instead of the Bundesland

This commit is contained in:
Felix Blanke 2023-09-01 14:19:56 +02:00
parent 6e1247177b
commit 0292db36e2

View File

@ -319,6 +319,10 @@ def tables():
plt.close()
_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())
return render_template(