step1 and main updated

This commit is contained in:
Patrick
2024-02-08 14:38:13 +01:00
parent 8874c8c87e
commit 6aa7b0880b
3 changed files with 10 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
import pandas as pd
import chardet
import csv
# prüft aktuelles Format mittels chardet Lib
@@ -38,3 +37,4 @@ def create_dataframe_system(path):
return pd.read_csv(path, encoding='utf')
except pd.errors.ParserError as e:
print(f"Fehler beim Einlesen der CSV")