Compare commits
3 Commits
759096fc09
...
18bb7c1c62
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18bb7c1c62 | ||
|
|
989b9ee4fb | ||
|
|
66d92be24e |
@ -44,9 +44,12 @@ def tables(
|
|||||||
output_str.append(tfoot)
|
output_str.append(tfoot)
|
||||||
output_str.append(table[idx:])
|
output_str.append(table[idx:])
|
||||||
|
|
||||||
_print_as_html(df)
|
|
||||||
_print_as_html(
|
_print_as_html(
|
||||||
df.groupby("Bundesland", as_index=False)[["Digitale Befragung"]].sum()
|
df.groupby("Bundesland", as_index=False)[["Digitale Befragung"]].sum()
|
||||||
)
|
)
|
||||||
|
_print_as_html(df)
|
||||||
|
|
||||||
return render_template("base.html", tables="\n".join(output_str))
|
return render_template("base.html", tables="\n".join(output_str))
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
app.run()
|
||||||
Loading…
x
Reference in New Issue
Block a user