diff --git a/wsgi.py b/wsgi.py index 1e05102..c2d8d6a 100644 --- a/wsgi.py +++ b/wsgi.py @@ -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(