fix: RKI changed the format again
This commit is contained in:
parent
2b29e2f915
commit
d8f28c9f3f
1 changed files with 1 additions and 1 deletions
2
plot.py
2
plot.py
|
@ -66,7 +66,7 @@ raw_data = rki_file['Impfungen_proTag']
|
||||||
|
|
||||||
impfungen = raw_data[:-1].dropna(subset=['Datum'])#.fillna(0)
|
impfungen = raw_data[:-1].dropna(subset=['Datum'])#.fillna(0)
|
||||||
|
|
||||||
impfungen.drop(impfungen.tail(4).index,inplace=True) # remove Gesamt row
|
impfungen.drop(impfungen.tail(1).index,inplace=True) # remove Gesamt row
|
||||||
|
|
||||||
dates = impfungen['Datum']
|
dates = impfungen['Datum']
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue