Skip to content
Snippets Groups Projects
Commit c2daa867 authored by Lukas Langen's avatar Lukas Langen
Browse files

Update DatenLaden.py

parent a864c872
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ MAP_gas_al_wechselstatus = pd.factorize(df_gas_al['Wechselstatus'])
df_gas_al['Wechselstatus'] = MAP_gas_al_wechselstatus[0]
#Verbrauch ist mit Einheit KWH eingetragen -> lösche Einheit; behalte Zahlenwert
df_gas_al['Verbrauch'] = df_gas_al['Verbrauch'].str.replace(r'\D', '').astype(float)
#Erfassungsdatum in absoluten Zeitwert umwandeln
#Erfassungsdatum in Zeitwert umwandeln
df_gas_al['Erfassungsdatum'] = pd.to_datetime(df_gas_al['Erfassungsdatum'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment