This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Angaben original von http://wahlergebnisse.stadt-hagen.de/prod/KW2020/05914000/html5/OpenDataInfo.html | |
Parteifarben aktuell nicht mehr einfach auffindbar. | |
Datei ob-name.json basiert nicht auf der o. g. Seite. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original video: https://www.youtube.com/watch?v=8fpky0u3vVc (My original comment disappeared, new comment held for review, probably never to be published since they don't care) | |
Translation as YouTube subtitles: https://youtu.be/B8Bm4N_19gY | |
LN (older revision & modified by others): https://www.lyrical-nonsense.com/global/lyrics/pmaru-sama/chikyuu-daibakuhatsu/ | |
LT: https://lyricstranslate.com/en/tikiyuuda-bao-fa-planet-big-bang.html | |
Giddy-up supper sloppily, bye bye, boiling point of 10℃ | |
You can talk about PDCA, but it’s unsophisticated when going to the Savannah | |
It feels like the world is carelessly falling ill, applying downfall lightly is a no-no ♡ | |
But before that, the “I love you” to my crush… |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3.9 | |
# -*- coding: utf-8 -*- | |
import pandas | |
names = ["a", "a_ifopt", "b", "b_ifopt", "count"] | |
vorher = pandas.read_csv("dep_stats_vorher.csv", header=None, names=names, sep=";", encoding="utf-8", dtype=str) | |
nachher = pandas.read_csv("dep_stats_nachher.csv", header=None, names=names, sep=";", encoding="utf-8", dtype=str) |
OlderNewer