Change table order
This commit is contained in:
@@ -44,10 +44,10 @@ def tables(
|
||||
output_str.append(tfoot)
|
||||
output_str.append(table[idx:])
|
||||
|
||||
_print_as_html(df)
|
||||
_print_as_html(
|
||||
df.groupby("Bundesland", as_index=False)[["Digitale Befragung"]].sum()
|
||||
)
|
||||
_print_as_html(df)
|
||||
|
||||
return render_template("base.html", tables="\n".join(output_str))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user